@atlaskit/navigation-system 10.0.0 → 10.0.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 +9 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 10.0.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "The latest navigation system for Atlassian apps.",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
6
6
  "author": "Atlassian Pty Ltd",
@@ -56,21 +56,22 @@
56
56
  "@atlaskit/analytics-next": "^12.0.0",
57
57
  "@atlaskit/app-provider": "^5.0.0",
58
58
  "@atlaskit/avatar": "^26.0.0",
59
- "@atlaskit/button": "^24.0.0",
59
+ "@atlaskit/button": "^24.1.0",
60
60
  "@atlaskit/css": "^1.0.0",
61
61
  "@atlaskit/ds-lib": "^8.0.0",
62
62
  "@atlaskit/icon": "^36.0.0",
63
63
  "@atlaskit/layering": "^4.0.0",
64
- "@atlaskit/logo": "^21.0.0",
64
+ "@atlaskit/logo": "^21.1.0",
65
65
  "@atlaskit/platform-feature-flags": "^2.0.0",
66
66
  "@atlaskit/platform-feature-flags-react": "^1.0.0",
67
67
  "@atlaskit/popup": "^5.0.0",
68
68
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
69
69
  "@atlaskit/primitives": "^20.0.0",
70
70
  "@atlaskit/side-nav-items": "^2.0.0",
71
- "@atlaskit/tokens": "^14.0.0",
71
+ "@atlaskit/tokens": "^15.0.0",
72
72
  "@atlaskit/tooltip": "^23.0.0",
73
73
  "@atlaskit/visually-hidden": "^4.0.0",
74
+ "@atlassian/react-compiler-gating": "^0.2.0",
74
75
  "@babel/runtime": "^7.0.0",
75
76
  "@compiled/react": "^0.20.0",
76
77
  "bind-event-listener": "^3.0.0",
@@ -102,15 +103,14 @@
102
103
  "@atlaskit/page-layout": "^5.0.0",
103
104
  "@atlaskit/popper": "^8.0.0",
104
105
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
105
- "@atlaskit/select": "^22.0.0",
106
+ "@atlaskit/select": "^22.1.0",
106
107
  "@atlaskit/skeleton": "^3.0.0",
107
- "@atlaskit/spotlight": "^1.0.0",
108
+ "@atlaskit/spotlight": "^2.0.0",
108
109
  "@atlaskit/textfield": "^9.0.0",
109
110
  "@atlaskit/top-layer": "^1.0.0",
110
111
  "@atlassian/feature-flags-test-utils": "^1.1.0",
111
- "@atlassian/gemini": "^1.46.0",
112
- "@atlassian/react-compiler-gating": "workspace:^",
113
- "@atlassian/search-dialog": "^10.3.0",
112
+ "@atlassian/gemini": "^1.47.0",
113
+ "@atlassian/search-dialog": "^10.4.0",
114
114
  "@atlassian/ssr-tests": "workspace:^",
115
115
  "@atlassian/test-utils": "^1.0.0",
116
116
  "@atlassian/testing-library": "^0.6.0",