@forge/react 0.1.0-next.0 → 1.0.0-next.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  # @forge/react
2
2
 
3
+ ## 1.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [da4c64d]
8
+ - @forge/ui@1.4.0-next.1
9
+
10
+ ## 1.0.0-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [0da5775]
15
+ - @forge/ui@1.4.0-next.0
16
+
17
+ ## 0.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 71d89a0: Add basic ForgeReconciler implementation
22
+
3
23
  ## 0.1.0-next.0
24
+
4
25
  ### Minor Changes
5
26
 
6
27
  - 71d89a06: Add basic ForgeReconciler implementation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "0.1.0-next.0",
3
+ "version": "1.0.0-next.1",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -p tsconfig.json"
13
13
  },
14
14
  "peerDependencies": {
15
- "@forge/ui": "1.3.0"
15
+ "@forge/ui": "1.4.0-next.1"
16
16
  },
17
17
  "dependencies": {
18
18
  "@types/react-reconciler": "^0.28.0",