@atlaskit/tokens 0.4.1 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`068c9a0b770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/068c9a0b770) - Adds official entrypoint for theme css files
8
+
3
9
  ## 0.4.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Tokens are a single source of truth to name and store Atlassian design decisions.",
6
6
  "license": "Apache-2.0",
@@ -22,7 +22,8 @@
22
22
  ".": "./src/index.tsx",
23
23
  "./token-names": "./src/entry-points/token-names.tsx",
24
24
  "./rename-mapping": "./src/entry-points/rename-mapping.tsx",
25
- "./babel-plugin": "./src/entry-points/babel-plugin.tsx"
25
+ "./babel-plugin": "./src/entry-points/babel-plugin.tsx",
26
+ "./css": "./css"
26
27
  },
27
28
  "scripts": {
28
29
  "ak-postbuild": "yarn codegen-tokens && yarn check-clean-git",