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 Nov 25, 2023
1 parent 6020c15 commit 7ab2442
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-bugs-reflect.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- [#158](https://github.com/drwpow/cobalt-ui/pull/158) [`6020c15`](https://github.com/drwpow/cobalt-ui/commit/6020c15dae130ffd30a21c844e7e1a6277c7106d) Thanks [@drwpow](https://github.com/drwpow)! - Add Utility CSS generation

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cobalt-ui/plugin-css",
"description": "Generate CSS from your design tokens schema (requires @cobalt-ui/cli)",
"version": "1.6.2",
"version": "1.7.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cobalt-ui/plugin-sass

## 1.3.3

### Patch Changes

- Updated dependencies [[`6020c15`](https://github.com/drwpow/cobalt-ui/commit/6020c15dae130ffd30a21c844e7e1a6277c7106d)]:
- @cobalt-ui/plugin-css@1.7.0

## 1.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cobalt-ui/plugin-sass",
"description": "Generate scss/sass from your design tokens schema (requires @cobalt-ui/cli)",
"version": "1.3.2",
"version": "1.3.3",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.x",
"@cobalt-ui/plugin-css": "^1.6.2"
"@cobalt-ui/plugin-css": "^1.7.0"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@cobalt-ui/cli": "^1.6.2",
"@cobalt-ui/core": "^1.6.1",
"@cobalt-ui/plugin-css": "^1.6.2",
"@cobalt-ui/plugin-css": "^1.7.0",
"@types/node": "^20.9.3",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7ab2442

Please sign in to comment.