@projectcaluma/ember-form 10.0.1 → 10.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
|
|
1
|
+
# We can not symlink this file so an exact copy exists in another package:
|
2
|
+
# packages/form-builder/addon/gql/fragments/field.graphql
|
3
|
+
#
|
4
|
+
# When changing this file the other must also receive the same changes.
|
5
|
+
|
1
6
|
fragment SimpleQuestion on Question {
|
2
7
|
slug
|
3
8
|
label
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@projectcaluma/ember-form",
|
3
|
-
"version": "10.0.
|
3
|
+
"version": "10.0.2",
|
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.2",
|
20
20
|
"ember-apollo-client": "^3.2.0",
|
21
21
|
"ember-auto-import": "^2.2.3",
|
22
22
|
"ember-cli-babel": "^7.26.6",
|
@@ -40,8 +40,8 @@
|
|
40
40
|
"@ember/optional-features": "2.0.0",
|
41
41
|
"@ember/test-helpers": "2.6.0",
|
42
42
|
"@embroider/test-setup": "0.47.2",
|
43
|
-
"@projectcaluma/ember-testing": "
|
44
|
-
"@projectcaluma/ember-workflow": "10.0.
|
43
|
+
"@projectcaluma/ember-testing": "10.0.0",
|
44
|
+
"@projectcaluma/ember-workflow": "10.0.1",
|
45
45
|
"broccoli-asset-rev": "3.0.0",
|
46
46
|
"ember-cli": "3.28.4",
|
47
47
|
"ember-cli-code-coverage": "1.0.3",
|