@atlaskit/forge-react-types 0.8.0 → 0.8.2

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
8
+ - Updated dependencies
9
+
10
+ ## 0.8.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426) [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) - Bump adf-schema to 35.9.2 to support table alignment options
15
+ - Updated dependencies
16
+
3
17
  ## 0.8.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,15 +27,15 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/badge": "^16.0.0",
29
29
  "@atlaskit/banner": "^12.3.0",
30
- "@atlaskit/button": "^17.12.0",
30
+ "@atlaskit/button": "^17.14.0",
31
31
  "@atlaskit/checkbox": "^13.1.0",
32
32
  "@atlaskit/code": "^15.1.0",
33
33
  "@atlaskit/dynamic-table": "^14.16.0",
34
- "@atlaskit/form": "^9.2.0",
34
+ "@atlaskit/form": "^9.3.0",
35
35
  "@atlaskit/heading": "^2.2.0",
36
- "@atlaskit/lozenge": "^11.6.0",
36
+ "@atlaskit/lozenge": "^11.7.0",
37
37
  "@atlaskit/modal-dialog": "^12.11.0",
38
- "@atlaskit/primitives": "^5.5.0",
38
+ "@atlaskit/primitives": "^5.6.0",
39
39
  "@atlaskit/progress-bar": "2.0.2",
40
40
  "@atlaskit/progress-tracker": "8.5.10",
41
41
  "@atlaskit/radio": "^6.1.0",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/section-message": "^6.4.0",
44
44
  "@atlaskit/select": "^17.6.0",
45
45
  "@atlaskit/spinner": "^16.0.0",
46
- "@atlaskit/tabs": "^14.1.0",
46
+ "@atlaskit/tabs": "^15.0.0",
47
47
  "@atlaskit/tag": "^12.0.0",
48
48
  "@atlaskit/tag-group": "^10.2.0",
49
49
  "@atlaskit/textarea": "^5.2.0",