Skip to content

Commit

Permalink
@cobalt-ui/[email protected] (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Feb 5, 2024
1 parent a2afdc4 commit 01041d4
Show file tree
Hide file tree
Showing 19 changed files with 119 additions and 52 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-walls-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-crews-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-ducks-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-parents-poke.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tailwind build -o tailwind.css"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.6.2",
"@cobalt-ui/cli": "workspace:*",
"@cobalt-ui/plugin-tailwind": "workspace:*",
"tailwindcss": "^3.3.5"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cobalt-ui/cli

## 1.7.0

### Minor Changes

- [#189](https://github.com/drwpow/cobalt-ui/pull/189) [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42) Thanks [@drwpow](https://github.com/drwpow)! - Add Figma Variable support natively

### Patch Changes

- [#189](https://github.com/drwpow/cobalt-ui/pull/189) [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42) Thanks [@drwpow](https://github.com/drwpow)! - Remove accidental console.log

## 1.6.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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 Community Group (DTCG) standard and generating code for any platform via plugins.",
"version": "1.6.2",
"version": "1.7.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/core": "^1.6.1",
"@cobalt-ui/utils": "^1.2.2",
"@cobalt-ui/core": "^1.7.0",
"@cobalt-ui/utils": "^1.2.3",
"chokidar": "^3.5.3",
"culori": "^3.3.0",
"dotenv": "^16.4.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cobalt-ui/core

## 1.7.0

### Minor Changes

- [#189](https://github.com/drwpow/cobalt-ui/pull/189) [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42) Thanks [@drwpow](https://github.com/drwpow)! - Add Figma Variable support natively

### Patch Changes

- [#187](https://github.com/drwpow/cobalt-ui/pull/187) [`a395b21d017ae4b2f0a05bba6706b05a63850f69`](https://github.com/drwpow/cobalt-ui/commit/a395b21d017ae4b2f0a05bba6706b05a63850f69) Thanks [@drwpow](https://github.com/drwpow)! - Update Culori to 4.x

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

## 1.6.1

### Patch 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": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
"version": "1.6.1",
"version": "1.7.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -42,7 +42,7 @@
"test:ts": "tsc --noEmit"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
"@cobalt-ui/utils": "^1.2.3",
"@types/culori": "^2.0.4",
"culori": "^4.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cobalt-ui/plugin-css

## 1.7.1

### Patch Changes

- [#189](https://github.com/drwpow/cobalt-ui/pull/189) [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42) Thanks [@drwpow](https://github.com/drwpow)! - Move glob matching to @cobalt-ui/utils

## 1.7.0

### Minor Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "@cobalt-ui/plugin-css",
"description": "Generate CSS from your design tokens schema (requires @cobalt-ui/cli)",
"version": "1.7.0",
"version": "1.7.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
},
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c design tokens", "css"],
"keywords": [
"cobalt",
"design tokens",
"design tokens community group",
"design tokens format module",
"design system",
"dtcg",
"w3c design tokens",
"css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
Expand All @@ -27,10 +36,10 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.6.2"
"@cobalt-ui/cli": "^1.x"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
"@cobalt-ui/utils": "^1.2.3",
"@types/culori": "^2.0.4",
"@types/mime": "^3.0.4",
"culori": "^3.3.0",
Expand Down
12 changes: 10 additions & 2 deletions packages/plugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"name": "Drew Powers",
"email": "[email protected]"
},
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c design tokens"],
"keywords": [
"cobalt",
"design tokens",
"design tokens community group",
"design tokens format module",
"design system",
"dtcg",
"w3c design tokens"
],
"repository": {
"type": "git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
Expand All @@ -30,7 +38,7 @@
"@cobalt-ui/cli": "1.x"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2"
"@cobalt-ui/utils": "^1.2.3"
},
"devDependencies": {
"@cobalt-ui/cli": "workspace:^",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cobalt-ui/plugin-sass

## 2.0.0

### Patch Changes

- Updated dependencies [[`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42), [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42), [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42)]:
- @cobalt-ui/plugin-css@2.0.0
- @cobalt-ui/utils@1.2.3
- @cobalt-ui/cli@1.7.0

## 1.3.3

### Patch Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "@cobalt-ui/plugin-sass",
"description": "Generate scss/sass from your design tokens schema (requires @cobalt-ui/cli)",
"version": "1.3.3",
"version": "1.7.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
},
"keywords": ["cobalt", "design tokens", "design tokens community group", "design system", "dtcg", "w3c", "css", "sass"],
"keywords": [
"cobalt",
"design tokens",
"design tokens community group",
"design system",
"dtcg",
"w3c",
"css",
"sass"
],
"repository": {
"type": "git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
Expand All @@ -28,10 +37,10 @@
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.x",
"@cobalt-ui/plugin-css": "^1.7.0"
"@cobalt-ui/plugin-css": "^1.7.1"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
"@cobalt-ui/utils": "^1.2.3",
"@types/mime": "^3.0.4",
"mime": "^3.0.0",
"svgo": "^3.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cobalt-ui/plugin-tailwind

## 0.0.3

### Patch Changes

- Updated dependencies [[`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42), [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42), [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42)]:
- @cobalt-ui/plugin-css@2.0.0
- @cobalt-ui/utils@1.2.3
- @cobalt-ui/cli@1.7.0

## 0.0.2

### Patch Changes
Expand Down
18 changes: 14 additions & 4 deletions packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"name": "@cobalt-ui/plugin-tailwind",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
},
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c", "tailwind", "css"],
"keywords": [
"cobalt",
"design tokens",
"design tokens community group",
"design tokens format module",
"design system",
"dtcg",
"w3c",
"tailwind",
"css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/drwpow/cobalt-ui.git",
Expand All @@ -29,8 +39,8 @@
"tailwindcss": "*"
},
"dependencies": {
"@cobalt-ui/plugin-css": "^1.7.0",
"@cobalt-ui/utils": "^1.2.2"
"@cobalt-ui/plugin-css": "^1.7.1",
"@cobalt-ui/utils": "^1.2.3"
},
"devDependencies": {
"@cobalt-ui/cli": "workspace:^",
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.3

### Patch Changes

- [#189](https://github.com/drwpow/cobalt-ui/pull/189) [`a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42`](https://github.com/drwpow/cobalt-ui/commit/a2afdc48a9cda210eafc59c4f4f9af1e5bb3dc42) Thanks [@drwpow](https://github.com/drwpow)! - Move glob matching to @cobalt-ui/utils

## 1.2.2

### Patch 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.2",
"version": "1.2.3",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
18 changes: 9 additions & 9 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 01041d4

Please sign in to comment.