Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #56

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fluffy-poets-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-readers-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-eggs-nail.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- [#51](https://github.com/drwpow/cobalt-ui/pull/51) [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f) Thanks [@drwpow](https://github.com/drwpow)! - Allow combining multiple schemas

- [#51](https://github.com/drwpow/cobalt-ui/pull/51) [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f) Thanks [@drwpow](https://github.com/drwpow)! - Allow loading tokens as YAML

### Patch Changes

- [#51](https://github.com/drwpow/cobalt-ui/pull/51) [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f) Thanks [@drwpow](https://github.com/drwpow)! - Breaking: require Node v18 or greater

- Updated dependencies [[`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f)]:
- @cobalt-ui/[email protected]

## 1.2.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 using the W3C design token format",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -40,7 +40,7 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/core": "^1.2.0",
"@cobalt-ui/core": "^1.3.0",
"@cobalt-ui/utils": "^1.1.1",
"better-color-tools": "^0.12.3",
"chokidar": "^3.5.3",
Expand Down
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.3.0

### Minor Changes

- [#51](https://github.com/drwpow/cobalt-ui/pull/51) [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f) Thanks [@drwpow](https://github.com/drwpow)! - Allow combining multiple schemas

- [#51](https://github.com/drwpow/cobalt-ui/pull/51) [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f) Thanks [@drwpow](https://github.com/drwpow)! - Allow loading tokens as YAML

## 1.2.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": "CLI for using the W3C design token format",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cobalt-ui/plugin-css

## 2.0.0

### Patch Changes

- Updated dependencies [[`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f)]:
- @cobalt-ui/[email protected]

## 1.3.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.3.0",
"version": "2.0.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand All @@ -27,7 +27,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.2.0"
"@cobalt-ui/cli": "^1.3.0"
},
"dependencies": {
"@cobalt-ui/utils": "^1.1.1",
Expand All @@ -36,8 +36,8 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.2.0",
"@cobalt-ui/core": "^1.2.0",
"@cobalt-ui/cli": "^1.3.0",
"@cobalt-ui/core": "^1.3.0",
"@types/mime": "^2.0.3",
"@types/node": "^20.4.2",
"npm-run-all": "^4.1.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cobalt-ui/plugin-js

## 2.0.0

### Patch Changes

- Updated dependencies [[`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f)]:
- @cobalt-ui/[email protected]

## 1.2.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.3",
"version": "2.0.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand All @@ -28,14 +28,14 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.2.0"
"@cobalt-ui/cli": "^1.3.0"
},
"dependencies": {
"@cobalt-ui/utils": "^1.1.1"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.2.0",
"@cobalt-ui/core": "^1.2.0",
"@cobalt-ui/cli": "^1.3.0",
"@cobalt-ui/core": "^1.3.0",
"fast-glob": "^3.3.0",
"npm-run-all": "^4.1.5",
"vitest": "^0.33.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cobalt-ui/plugin-sass

## 2.0.0

### Patch Changes

- Updated dependencies [[`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f), [`e1e18c1`](https://github.com/drwpow/cobalt-ui/commit/e1e18c1aa0fca4f3fc915f937fe148ee56ac184f)]:
- @cobalt-ui/[email protected]
- @cobalt-ui/[email protected]

## 1.2.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "2.0.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand All @@ -27,17 +27,17 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.2.0"
"@cobalt-ui/cli": "^1.3.0"
},
"dependencies": {
"@cobalt-ui/plugin-css": "^1.2.3",
"@cobalt-ui/plugin-css": "^2.0.0",
"@cobalt-ui/utils": "^1.1.1",
"mime": "^3.0.0",
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.2.0",
"@cobalt-ui/core": "^1.2.0",
"@cobalt-ui/cli": "^1.3.0",
"@cobalt-ui/core": "^1.3.0",
"@types/mime": "^2.0.3",
"@types/node": "^20.4.2",
"npm-run-all": "^4.1.5",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.