Skip to content

Commit d911210

Browse files
[ci] release (#44)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8bf696d commit d911210

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

.changeset/ninety-pillows-hang.md

-6
This file was deleted.

packages/cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cobalt-ui/cli
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/drwpow/cobalt-ui/pull/43) [`8bf696d`](https://github.com/drwpow/cobalt-ui/commit/8bf696d045269ba552424a0221347413a9272cc5) Thanks [@drwpow](https://github.com/drwpow)! - Fix @cobalt-ui/core package import
8+
9+
- Updated dependencies [[`8bf696d`](https://github.com/drwpow/cobalt-ui/commit/8bf696d045269ba552424a0221347413a9272cc5)]:
10+
- @cobalt-ui/core@1.1.2
11+
312
## 1.1.1
413

514
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/cli",
33
"description": "CLI for using the W3C design token format",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -37,7 +37,7 @@
3737
"test:ts": "tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@cobalt-ui/core": "^1.1.1",
40+
"@cobalt-ui/core": "^1.1.2",
4141
"@cobalt-ui/utils": "^1.1.0",
4242
"better-color-tools": "^0.12.3",
4343
"chokidar": "^3.5.3",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cobalt-ui/core
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/drwpow/cobalt-ui/pull/43) [`8bf696d`](https://github.com/drwpow/cobalt-ui/commit/8bf696d045269ba552424a0221347413a9272cc5) Thanks [@drwpow](https://github.com/drwpow)! - Fix @cobalt-ui/core package import
8+
39
## 1.1.1
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/core",
33
"description": "CLI for using the W3C design token format",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)