@projectcaluma/ember-form 10.0.0 → 10.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.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-form",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.1",
|
|
4
4
|
"description": "Ember addon for rendering Caluma forms.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@glimmer/component": "^1.0.4",
|
|
18
18
|
"@glimmer/tracking": "^1.0.4",
|
|
19
|
-
"@projectcaluma/ember-core": "^10.0.
|
|
19
|
+
"@projectcaluma/ember-core": "^10.0.1",
|
|
20
20
|
"ember-apollo-client": "^3.2.0",
|
|
21
21
|
"ember-auto-import": "^2.2.3",
|
|
22
22
|
"ember-cli-babel": "^7.26.6",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@ember/test-helpers": "2.6.0",
|
|
42
42
|
"@embroider/test-setup": "0.47.2",
|
|
43
43
|
"@projectcaluma/ember-testing": "9.1.0",
|
|
44
|
-
"@projectcaluma/ember-workflow": "
|
|
44
|
+
"@projectcaluma/ember-workflow": "10.0.0",
|
|
45
45
|
"broccoli-asset-rev": "3.0.0",
|
|
46
46
|
"ember-cli": "3.28.4",
|
|
47
47
|
"ember-cli-code-coverage": "1.0.3",
|
package/CHANGELOG.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# [@projectcaluma/ember-form-v10.0.0](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v9.3.0...@projectcaluma/ember-form-v10.0.0) (2021-11-25)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **form:** return default value for answer transform if empty ([ed703bc](https://github.com/projectcaluma/ember-caluma/commit/ed703bc2505e0ec59ec5b5ed6df4e0bb4f93db12))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### chore
|
|
10
|
-
|
|
11
|
-
* **deps:** update dependencies and drop support for node 10 ([51d6dee](https://github.com/projectcaluma/ember-caluma/commit/51d6deeda9811518622ba0cefd8d3876651dab4f))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
* **action-button:** improve detection of work item for action button ([f00b7b0](https://github.com/projectcaluma/ember-caluma/commit/f00b7b06ac114c5bee2267132518c13ee1502ad0))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### BREAKING CHANGES
|
|
20
|
-
|
|
21
|
-
* **deps:** Remove support for node v10
|