@atlaskit/app-provider 3.3.3 → 4.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/app-provider
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`2abd451d54eb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2abd451d54eb2) -
8
+ Removes atlassian-legacy-light/dark color themes from the tokens package. These themes are unused
9
+ and non-functional in terms of color contrast. As a result some primitive components may recieve
10
+ modern fallback color values in some scenarios, however these are inline with the latest token
11
+ themes.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 3.3.3
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/app-provider",
3
- "version": "3.3.3",
3
+ "version": "4.0.0",
4
4
  "description": "A top level provider for the Design System.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/browser-apis": "^0.0.1",
39
39
  "@atlaskit/css": "^0.19.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tokens": "^10.1.0",
41
+ "@atlaskit/tokens": "^11.0.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "bind-event-listener": "^3.0.0"
44
44
  },
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@af/visual-regression": "workspace:^",
50
50
  "@atlaskit/dropdown-menu": "^16.4.0",
51
- "@atlaskit/primitives": "^17.1.0",
51
+ "@atlaskit/primitives": "^18.0.0",
52
52
  "@atlassian/feature-flags-test-utils": "^1.0.0",
53
53
  "@atlassian/ssr-tests": "workspace:^",
54
54
  "@atlassian/testing-library": "^0.4.0",