Skip to content

Commit

Permalink
@cobalt-ui/cli@0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Dec 6, 2021
1 parent 21c653b commit fa74eef
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 51 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-horses-guess.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/adobe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"validate": "cobalt validate"
},
"dependencies": {
"@cobalt-ui/cli": "^0.0.0"
"@cobalt-ui/cli": "^0.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/apple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"validate": "cobalt validate"
},
"devDependencies": {
"@cobalt-ui/cli": "^0.0.0",
"@cobalt-ui/cli": "^0.0.1",
"@cobalt-ui/plugin-css": "^0.0.0",
"@cobalt-ui/plugin-sass": "^0.0.0",
"@storybook/html": "^6.3.12"
Expand Down
2 changes: 1 addition & 1 deletion examples/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"validate": "cobalt validate"
},
"devDependencies": {
"@cobalt-ui/cli": "^0.0.0",
"@cobalt-ui/cli": "^0.0.1",
"@cobalt-ui/plugin-css": "^0.0.0",
"@cobalt-ui/plugin-sass": "^0.0.0",
"@storybook/html": "^6.3.12"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @cobalt-ui/cli

## 0.0.1
### Patch Changes

- 21c653b: Add Figma support
- Updated dependencies [21c653b]
- @cobalt-ui/core@0.0.1
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cobalt-ui/cli",
"description": "Schemas and tools for managing design tokens",
"version": "0.0.0",
"version": "0.0.1",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand All @@ -22,7 +22,7 @@
"dev": "tsc -w"
},
"dependencies": {
"@cobalt-ui/core": "^0.0.0",
"@cobalt-ui/core": "^0.0.1",
"better-color-tools": "^0.0.2",
"chokidar": "^3.5.2",
"dotenv": "^10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @cobalt-ui/core

## 0.0.1
### Patch Changes

- 21c653b: Add Figma support
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cobalt-ui/core",
"description": "Schemas and tools for managing design tokens",
"version": "0.0.0",
"version": "0.0.1",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"kleur": "^4.1.4"
},
"devDependencies": {
"@cobalt-ui/core": "^0.0.0",
"@cobalt-ui/core": "^0.0.1",
"mime": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"dev": "tsc -w"
},
"devDependencies": {
"@cobalt-ui/core": "^0.0.0"
"@cobalt-ui/core": "^0.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mime": "^3.0.0"
},
"devDependencies": {
"@cobalt-ui/core": "^0.0.0",
"@cobalt-ui/core": "^0.0.1",
"@types/mime": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@cobalt-ui/utils": "^0.0.0"
},
"devDependencies": {
"@cobalt-ui/core": "^0.0.0"
"@cobalt-ui/core": "^0.0.1"
}
}
69 changes: 35 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vue": "^3.2.23"
},
"devDependencies": {
"@cobalt-ui/cli": "^0.0.0",
"@cobalt-ui/cli": "^0.0.1",
"@cobalt-ui/plugin-json": "workspace:^0.0.0",
"@cobalt-ui/plugin-sass": "workspace:^0.0.0",
"@cobalt-ui/plugin-ts": "workspace:^0.0.0",
Expand Down

0 comments on commit fa74eef

Please sign in to comment.