@atlaskit/form 8.11.10 → 8.11.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/form
2
2
 
3
+ ## 8.11.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`02b609f1447`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02b609f1447) - Form now onboarded onto the product push model for Jira.
8
+
3
9
  ## 8.11.10
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.11.10",
3
+ "version": "8.11.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.11.10",
3
+ "version": "8.11.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.11.10",
3
+ "version": "8.11.11",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.11.10",
3
+ "version": "8.11.11",
4
4
  "description": "A form allows users to input information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,6 +17,9 @@
17
17
  "atlaskit:designLink": "https://atlassian.design/guidelines/product/patterns/forms",
18
18
  "atlassian": {
19
19
  "team": "Design System Team",
20
+ "productPushConsumption": [
21
+ "jira"
22
+ ],
20
23
  "releaseModel": "continuous",
21
24
  "website": {
22
25
  "name": "Form",
@@ -26,7 +29,7 @@
26
29
  "dependencies": {
27
30
  "@atlaskit/icon": "^21.12.0",
28
31
  "@atlaskit/theme": "^12.5.0",
29
- "@atlaskit/tokens": "^1.13.0",
32
+ "@atlaskit/tokens": "^1.14.0",
30
33
  "@babel/runtime": "^7.0.0",
31
34
  "@emotion/react": "^11.7.1",
32
35
  "final-form": "^4.20.1",