@telegraph/tokens 0.0.21 → 0.0.22

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @telegraph/tokens
2
2
 
3
+ ## 0.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [#494](https://github.com/knocklabs/telegraph/pull/494) [`e769470`](https://github.com/knocklabs/telegraph/commit/e7694701fb63ebc65d9fe77d9a89c8f0bf557b67) Thanks [@kylemcd](https://github.com/kylemcd)! - update package exports to be in the correct order
8
+
3
9
  ## 0.0.21
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@telegraph/tokens",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "@knocklabs",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tokens",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
+ "types": "./dist/types/index.d.ts",
10
11
  "import": "./dist/esm/index.mjs",
11
12
  "require": "./dist/cjs/index.js",
12
- "types": "./dist/types/index.d.ts",
13
13
  "default": "./dist/css/default.css"
14
14
  },
15
15
  "./default": {
@@ -47,7 +47,7 @@
47
47
  "@knocklabs/eslint-config": "^0.0.4",
48
48
  "@knocklabs/typescript-config": "^0.0.2",
49
49
  "@telegraph/prettier-config": "^0.0.7",
50
- "@telegraph/vite-config": "^0.0.14",
50
+ "@telegraph/vite-config": "^0.0.15",
51
51
  "eslint": "^8.56.0",
52
52
  "lightningcss": "^1.29.3",
53
53
  "react": "^18.3.1",