@lblod/ember-rdfa-editor-lblod-plugins 1.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -17,6 +17,19 @@
17
17
 
18
18
 
19
19
 
20
+
21
+ ## 2.0.1 (2023-02-06)
22
+
23
+ #### :bug: Bug Fix
24
+ * [#95](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/95) Move ember-velcro to hard dependencies ([@elpoelma](https://github.com/elpoelma))
25
+
26
+ #### Committers: 1
27
+ - Elena Poelman ([@elpoelma](https://github.com/elpoelma))
28
+
29
+ ## 2.0.0 (2023-02-06)
30
+ version-only bump to match editor major cycle
31
+
32
+
20
33
  ## 1.0.0 (2023-02-06)
21
34
 
22
35
  #### :boom: Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "1.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -47,6 +47,7 @@
47
47
  "ember-mu-transform-helpers": "^2.0.0",
48
48
  "ember-power-select": "^5.0.4",
49
49
  "ember-resources": "^5.6.2",
50
+ "ember-velcro": "^1.1.0",
50
51
  "fetch-sparql-endpoint": "^3.0.0",
51
52
  "process": "0.11.10",
52
53
  "rdf-ext": "^2.1.0",
@@ -124,7 +125,6 @@
124
125
  "ember-source-channel-url": "^3.0.0",
125
126
  "ember-template-lint": "^4.8.0",
126
127
  "ember-try": "^2.0.0",
127
- "ember-velcro": "^1.1.0",
128
128
  "eslint": "^7.32.0",
129
129
  "eslint-config-prettier": "^8.5.0",
130
130
  "eslint-plugin-ember": "^10.6.1",