@atlaskit/web-config-client 0.6.0 → 0.7.0
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/web-config-client
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#143303](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/143303)
|
|
8
|
+
[`522c49d66ab9b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/522c49d66ab9b) -
|
|
9
|
+
Upgrading @atlassian/experiment-feature-gates to the latest version
|
|
10
|
+
|
|
3
11
|
## 0.6.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/web-config-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "JavaScript Frontend Web Client for Dynamic Configuration.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@af/visual-regression": "^1.3.0",
|
|
47
47
|
"@atlaskit/ssr": "^0.4.0",
|
|
48
48
|
"@atlaskit/visual-regression": "^0.10.0",
|
|
49
|
-
"@atlassian/experiment-feature-gates": "^
|
|
49
|
+
"@atlassian/experiment-feature-gates": "^6.0.0",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"react-dom": "^18.2.0",
|
|
52
52
|
"typescript": "~5.4.2",
|