Skip to content

Commit

Permalink
[ci] release (#93)
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 Aug 31, 2023
1 parent e859bef commit 88879ea
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-baboons-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-snails-grow.md

This file was deleted.

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

## 1.4.3

### Patch Changes

- [#92](https://github.com/drwpow/cobalt-ui/pull/92) [`e859bef`](https://github.com/drwpow/cobalt-ui/commit/e859bef2dea05c5087c4205f3ef89dc8273361a3) Thanks [@drwpow](https://github.com/drwpow)! - Sort tokens alphabetically

- Updated dependencies [[`e859bef`](https://github.com/drwpow/cobalt-ui/commit/e859bef2dea05c5087c4205f3ef89dc8273361a3)]:
- @cobalt-ui/utils@1.2.1

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.4.3",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/utils": "^1.1.1",
"@cobalt-ui/utils": "^1.2.1",
"@types/culori": "^2.0.0",
"culori": "^3.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cobalt-ui/utils

## 1.2.1

### Patch Changes

- [#92](https://github.com/drwpow/cobalt-ui/pull/92) [`e859bef`](https://github.com/drwpow/cobalt-ui/commit/e859bef2dea05c5087c4205f3ef89dc8273361a3) Thanks [@drwpow](https://github.com/drwpow)! - Fix JS objKey utility

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cobalt-ui/utils",
"description": "Generic codegen utilities",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
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 88879ea

Please sign in to comment.