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 Sep 9, 2023
1 parent 9f62035 commit 9f2bf53
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changeset/rotten-cats-look.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sour-ads-rush.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Add "inset" property for shadows

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Support arrays of shadows

## 1.4.3

### Patch 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.4.3",
"version": "1.6.0",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cobalt-ui/plugin-css

## 1.5.0

### Minor Changes

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Add "inset" property for shadows

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Support arrays of shadows

## 1.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4.1",
"version": "1.5.0",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.4.3",
"@cobalt-ui/core": "^1.6.0",
"@types/node": "^20.5.7",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.3"
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.0

### Minor Changes

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Add "inset" property for shadows

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Support arrays of shadows

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "1.4.0",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.4.3",
"@cobalt-ui/core": "^1.6.0",
"fast-glob": "^3.3.1",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.3"
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cobalt-ui/plugin-sass

## 2.0.0

### Minor Changes

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Add "inset" property for shadows

- [#114](https://github.com/drwpow/cobalt-ui/pull/114) [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045) Thanks [@drwpow](https://github.com/drwpow)! - Support arrays of shadows

### Patch Changes

- Updated dependencies [[`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045), [`9f62035`](https://github.com/drwpow/cobalt-ui/commit/9f620359ee6c426279645a29edc5854085dd6045)]:
- @cobalt-ui/plugin-css@1.5.0

## 1.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.5",
"version": "2.0.0",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.x",
"@cobalt-ui/plugin-css": "^1.x"
"@cobalt-ui/plugin-css": "^1.5.0"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
Expand All @@ -41,8 +41,8 @@
},
"devDependencies": {
"@cobalt-ui/cli": "^1.5.0",
"@cobalt-ui/core": "^1.4.3",
"@cobalt-ui/plugin-css": "^1.4.1",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/plugin-css": "^1.5.0",
"@types/node": "^20.5.7",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.3"
Expand Down
8 changes: 4 additions & 4 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 9f2bf53

Please sign in to comment.