Skip to content

Commit

Permalink
[ci] release (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 6, 2023
1 parent 636f4da commit 385d324
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-shoes-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-buses-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-snakes-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-trainers-type.md

This file was deleted.

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

## 1.6.1

### Patch Changes

- [#140](https://github.com/drwpow/cobalt-ui/pull/140) [`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795) Thanks [@drwpow](https://github.com/drwpow)! - Call all config() callbacks before running builds

- Updated dependencies [[`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795)]:
- @cobalt-ui/core@1.6.1

## 1.6.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 managing design tokens using the Design Tokens Format Module (DTFM) standard and generating code for any platform via plugins.",
"version": "1.6.0",
"version": "1.6.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/core": "^1.6.1",
"@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.1

### Patch Changes

- [#140](https://github.com/drwpow/cobalt-ui/pull/140) [`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795) Thanks [@drwpow](https://github.com/drwpow)! - Fix strokeStyle object values

## 1.6.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": "Parser/validator for the Design Tokens Format Module (DTFM) standard.",
"version": "1.6.0",
"version": "1.6.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cobalt-ui/plugin-css

## 1.6.1

### Patch Changes

- [#140](https://github.com/drwpow/cobalt-ui/pull/140) [`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795) Thanks [@drwpow](https://github.com/drwpow)! - Allow generateName() to return `undefined` or `null` to fall back to default name generation

- [#140](https://github.com/drwpow/cobalt-ui/pull/140) [`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795) Thanks [@drwpow](https://github.com/drwpow)! - Fix strokeStyle object value

- Updated dependencies [[`636f4da`](https://github.com/drwpow/cobalt-ui/commit/636f4dae537677dfe893bb310352589b7bb58795)]:
- @cobalt-ui/cli@1.6.1

## 1.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.6.0",
"version": "1.6.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.x"
"@cobalt-ui/cli": "^1.6.1"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
Expand All @@ -46,8 +46,8 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/cli": "^1.6.1",
"@cobalt-ui/core": "^1.6.1",
"@types/node": "^20.8.10",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.6"
Expand Down
6 changes: 3 additions & 3 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 385d324

Please sign in to comment.