Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 97274f4 commit ba43d7a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-dragons-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twelve-cameras-sniff.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.5.1

### Patch Changes

- [#132](https://github.com/drwpow/cobalt-ui/pull/132) [`97274f4`](https://github.com/drwpow/cobalt-ui/commit/97274f4be83966d178f3a06524ead926bcdd649c) Thanks [@drwpow](https://github.com/drwpow)! - Allow options?.transformer() to return `undefined` and fall back to default

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cobalt-ui/plugin-js

## 1.4.2

### Patch Changes

- [#132](https://github.com/drwpow/cobalt-ui/pull/132) [`97274f4`](https://github.com/drwpow/cobalt-ui/commit/97274f4be83966d178f3a06524ead926bcdd649c) Thanks [@drwpow](https://github.com/drwpow)! - Fix exported types

- [#132](https://github.com/drwpow/cobalt-ui/pull/132) [`97274f4`](https://github.com/drwpow/cobalt-ui/commit/97274f4be83966d178f3a06524ead926bcdd649c) Thanks [@drwpow](https://github.com/drwpow)! - Allow options?.transformer() to return `undefined` and fall back to default

## 1.4.1

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

## 1.3.1

### Patch Changes

- [#132](https://github.com/drwpow/cobalt-ui/pull/132) [`97274f4`](https://github.com/drwpow/cobalt-ui/commit/97274f4be83966d178f3a06524ead926bcdd649c) Thanks [@drwpow](https://github.com/drwpow)! - Allow options?.transformer() to return `undefined` and fall back to default

- Updated dependencies [[`97274f4`](https://github.com/drwpow/cobalt-ui/commit/97274f4be83966d178f3a06524ead926bcdd649c)]:
- @cobalt-ui/plugin-css@1.5.1

## 1.3.0

### Minor 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.0",
"version": "1.3.1",
"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.x"
"@cobalt-ui/plugin-css": "^1.5.1"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/plugin-css": "^1.5.0",
"@cobalt-ui/plugin-css": "^1.5.1",
"@types/node": "^20.8.7",
"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 ba43d7a

Please sign in to comment.