@atlaskit/css 0.10.1 → 0.10.2

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+
3
11
  ## 0.10.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,9 +48,9 @@
48
48
  "./test-utils": "./src/test-utils/index.tsx"
49
49
  },
50
50
  "dependencies": {
51
- "@atlaskit/tokens": "^4.4.0",
51
+ "@atlaskit/tokens": "^4.5.0",
52
52
  "@babel/runtime": "^7.0.0",
53
- "@compiled/react": "^0.18.2"
53
+ "@compiled/react": "^0.18.3"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^18.2.0"
@@ -59,7 +59,7 @@
59
59
  "@af/visual-regression": "^1.3.0",
60
60
  "@atlaskit/button": "^21.1.0",
61
61
  "@atlaskit/ds-lib": "^4.0.0",
62
- "@atlaskit/primitives": "^14.1.0",
62
+ "@atlaskit/primitives": "^14.2.0",
63
63
  "@emotion/react": "^11.7.1",
64
64
  "@testing-library/react": "^13.4.0",
65
65
  "@types/jscodeshift": "^0.11.0",