@atlaskit/app-provider 2.1.0 → 2.2.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/app-provider
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#157071](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157071)
8
+ [`a149a0b1559ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a149a0b1559ec) -
9
+ We are testing the migration to the ADS Link component behind a feature flag. If this fix is
10
+ successful it will be available in a later release.
11
+
3
12
  ## 2.1.0
4
13
 
5
14
  ### Minor Changes
@@ -8,7 +8,7 @@ import routerLinkComponentExample from '../../examples/constellation/2-router-li
8
8
 
9
9
  ## Theming
10
10
 
11
- AppProvider sets up theming for an app, enabling [design tokens](/tokens/design-tokens) to be used.
11
+ App provider sets up theming for an app, enabling [design tokens](/tokens/design-tokens) to be used.
12
12
 
13
13
  <Example
14
14
  Component={defaultExample.example}
@@ -51,4 +51,5 @@ routing library can be used.
51
51
  source={routerLinkComponentExample.code}
52
52
  appearance="source-only"
53
53
  packageName="@atlaskit/app-provider"
54
+ isCodeSandboxDisabled
54
55
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/app-provider",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "A top level provider for the Design System.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
- "@atlaskit/tokens": "^4.5.0",
43
+ "@atlaskit/tokens": "^4.9.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "bind-event-listener": "^3.0.0"
46
46
  },
@@ -48,11 +48,11 @@
48
48
  "react": "^18.2.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@af/visual-regression": "^1.3.0",
52
- "@atlaskit/dropdown-menu": "^14.0.0",
51
+ "@af/visual-regression": "workspace:^",
52
+ "@atlaskit/dropdown-menu": "^15.2.0",
53
53
  "@atlaskit/ds-lib": "^4.0.0",
54
- "@atlaskit/primitives": "^14.2.0",
55
- "@atlaskit/visual-regression": "^0.10.0",
54
+ "@atlaskit/primitives": "^14.8.0",
55
+ "@atlaskit/visual-regression": "workspace:^",
56
56
  "@atlassian/ssr-tests": "^0.2.0",
57
57
  "@testing-library/react": "^13.4.0",
58
58
  "@testing-library/user-event": "^14.4.3",