Skip to content

Commit

Permalink
@cobalt-ui/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Sep 13, 2023
1 parent 1a76946 commit 9fe22de
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/violet-nails-sniff.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cobalt-ui/cli

## 1.6.0

### Minor Changes

- [#119](https://github.com/drwpow/cobalt-ui/pull/119) [`1a76946`](https://github.com/drwpow/cobalt-ui/commit/1a769463920d730a9688e0be66c27426da25cf7d) Thanks [@drwpow](https://github.com/drwpow)! - Breaking change: don’t automatically convert colors to hex

### Patch Changes

- Updated dependencies [[`1a76946`](https://github.com/drwpow/cobalt-ui/commit/1a769463920d730a9688e0be66c27426da25cf7d)]:
- @cobalt-ui/core@1.6.0

## 1.5.0

### Minor Changes
Expand Down
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": "CLI for using the W3C design token format",
"version": "1.5.0",
"version": "1.6.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/core": "^1.5.0",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/utils": "^1.2.2",
"chokidar": "^3.5.3",
"culori": "^3.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cobalt-ui/core

## 1.6.0

### Minor Changes

- [#119](https://github.com/drwpow/cobalt-ui/pull/119) [`1a76946`](https://github.com/drwpow/cobalt-ui/commit/1a769463920d730a9688e0be66c27426da25cf7d) Thanks [@drwpow](https://github.com/drwpow)! - Breaking change: don’t automatically convert colors to hex

## 1.5.0

### Minor Changes
Expand Down
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": "CLI for using the W3C design token format",
"version": "1.5.0",
"version": "1.6.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.5.0",
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@types/node": "^20.5.7",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@cobalt-ui/utils": "^1.2.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.5.0",
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"fast-glob": "^3.3.1",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.5.0",
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/plugin-css": "^1.5.0",
"@types/node": "^20.5.7",
"npm-run-all": "^4.1.5",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 9fe22de

Please sign in to comment.