@blockle/blocks 0.3.6 → 0.3.8

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/README.md +2 -0
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @blockle/blocks
2
2
 
3
+ TODO: Fix ts and add fix script: "release": "yarn ts && yarn test && yarn build && changeset publish"
4
+
3
5
  Blocks design system
4
6
 
5
7
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockle/blocks",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "Blocks design system",
5
5
  "repository": "git@github.com:Blockle/blocks.git",
6
6
  "license": "MIT",
@@ -43,12 +43,14 @@
43
43
  "lint": "eslint . --resolve-plugins-relative-to /Users/niek/Projects/blockle/blocks/",
44
44
  "storybook": "storybook dev -p 6006 --no-open",
45
45
  "test": "vitest",
46
- "ts": "tsc --noemit --project ./tsconfig.json"
46
+ "ts": "tsc --noemit --project ./tsconfig.json",
47
+ "release": "yarn test && yarn build && changeset publish"
47
48
  },
48
49
  "resolutions": {
49
50
  "string-width": "^4.2.2"
50
51
  },
51
52
  "dependencies": {
53
+ "@changesets/cli": "^2.26.2",
52
54
  "@radix-ui/react-polymorphic": "^0.0.14",
53
55
  "@vanilla-extract/css": "^1.13.0",
54
56
  "@vanilla-extract/css-utils": "^0.1.3",