@atlaskit/tokens 0.10.15 → 0.10.16

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.10.16
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
8
+
3
9
  ## 0.10.15
4
10
 
5
11
  ### Patch Changes
@@ -14,7 +14,7 @@ var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
14
14
  var _constants = require("./constants");
15
15
 
16
16
  var name = "@atlaskit/tokens";
17
- var version = "0.10.15";
17
+ var version = "0.10.16";
18
18
 
19
19
  function token(path, fallback) {
20
20
  var token = _tokenNames.default[path];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.15",
3
+ "version": "0.10.16",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  const name = "@atlaskit/tokens";
5
- const version = "0.10.15";
5
+ const version = "0.10.16";
6
6
 
7
7
  function token(path, fallback) {
8
8
  let token = tokens[path];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.15",
3
+ "version": "0.10.16",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  var name = "@atlaskit/tokens";
5
- var version = "0.10.15";
5
+ var version = "0.10.16";
6
6
 
7
7
  function token(path, fallback) {
8
8
  var token = tokens[path];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.15",
3
+ "version": "0.10.16",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.15",
3
+ "version": "0.10.16",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Design tokens are the single source of truth to name and store design decisions.",
6
6
  "license": "Apache-2.0",
@@ -63,7 +63,7 @@
63
63
  "@atlaskit/dynamic-table": "^14.7.0",
64
64
  "@atlaskit/empty-state": "^7.3.9",
65
65
  "@atlaskit/focus-ring": "^1.0.0",
66
- "@atlaskit/heading": "^0.1.8",
66
+ "@atlaskit/heading": "*",
67
67
  "@atlaskit/icon": "^21.10.2",
68
68
  "@atlaskit/lozenge": "^11.0.0",
69
69
  "@atlaskit/modal-dialog": "^12.2.4",
@@ -89,7 +89,7 @@
89
89
  "react": "^16.8.0",
90
90
  "style-dictionary": "^3.0.0",
91
91
  "ts-node": "^10.0.0",
92
- "typescript": "4.2.4"
92
+ "typescript": "4.3.5"
93
93
  },
94
94
  "techstack": {
95
95
  "@atlassian/frontend": {