@forge/react 10.11.1-next.2 → 10.11.1-next.2-experimental-62518dd
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 +12 -0
- package/LICENSE.txt +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 10.11.1-next.2-experimental-62518dd
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dd4c9c4: Fix form component onSubmit props behaviour in jsm assets import module
|
|
8
|
+
- 62518dd: Update licese for Forge public packages
|
|
9
|
+
- Updated dependencies [a92188e]
|
|
10
|
+
- Updated dependencies [8819889]
|
|
11
|
+
- Updated dependencies [62518dd]
|
|
12
|
+
- @forge/i18n@0.0.3-next.1-experimental-62518dd
|
|
13
|
+
- @forge/bridge@4.4.1-next.1-experimental-62518dd
|
|
14
|
+
|
|
3
15
|
## 10.11.1-next.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2024 Atlassian
|
|
2
|
+
Permission is hereby granted to use this software in accordance with the terms
|
|
3
|
+
and conditions outlined in the Atlassian Developer Terms, which can be found
|
|
4
|
+
at the following URL:
|
|
5
|
+
https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/
|
|
6
|
+
By using this software, you agree to comply with these terms and conditions.
|
|
7
|
+
If you do not agree with these terms, you are not permitted to use this software.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "10.11.1-next.2",
|
|
3
|
+
"version": "10.11.1-next.2-experimental-62518dd",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
7
7
|
"main": "out/index.js",
|
|
8
8
|
"types": "out/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@atlaskit/adf-schema": "^46.0.0",
|
|
21
21
|
"@atlaskit/adf-utils": "^19.12.0",
|
|
22
22
|
"@atlaskit/forge-react-types": "^0.35.6",
|
|
23
|
-
"@forge/bridge": "^4.4.1-next.1",
|
|
24
|
-
"@forge/i18n": "0.0.3-next.1",
|
|
23
|
+
"@forge/bridge": "^4.4.1-next.1-experimental-62518dd",
|
|
24
|
+
"@forge/i18n": "0.0.3-next.1-experimental-62518dd",
|
|
25
25
|
"@types/react-reconciler": "^0.28.8",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"react": "^18.2.0",
|