Skip to content

Commit

Permalink
Don’t publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Dec 9, 2024
1 parent 61d5ae4 commit 31f29ef
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 80 deletions.
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lint:js": "biome check ."
},
"peerDependencies": {
"react": "19.x",
"react-dom": "19.x"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "*"
"@terrazzo/cli": "^0.2.0"
},
"dependencies": {
"scule": "^1.3.0"
Expand Down
7 changes: 0 additions & 7 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @terrazzo/plugin-js

## 0.2.1

### Patch Changes

- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]:
- @terrazzo/cli@0.2.9

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-js",
"version": "0.2.1",
"version": "0.2.0",
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
"type": "module",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "workspace:^"
"@terrazzo/cli": "^0.2.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
Expand Down
8 changes: 0 additions & 8 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @terrazzo/plugin-sass

## 0.2.1

### Patch Changes

- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]:
- @terrazzo/cli@0.2.9
- @terrazzo/plugin-css@0.2.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/plugin-sass",
"description": "Generate scss/sass from your design tokens schema (requires @terrazzo/cli)",
"version": "0.2.1",
"version": "0.2.0",
"type": "module",
"author": {
"name": "Drew Powers",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "workspace:^",
"@terrazzo/plugin-css": "workspace:^"
"@terrazzo/cli": "^0.2.0",
"@terrazzo/plugin-css": "^0.2.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
Expand Down
8 changes: 0 additions & 8 deletions packages/plugin-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# @terrazzo/plugin-tailwind

## 0.0.2

### Patch Changes

- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]:
- @terrazzo/cli@0.2.9
- @terrazzo/plugin-css@0.2.0
6 changes: 3 additions & 3 deletions packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-tailwind",
"version": "0.0.2",
"version": "0.0.1",
"private": true,
"type": "module",
"author": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"--disabled--test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "workspace:^",
"@terrazzo/plugin-css": "workspace:^",
"@terrazzo/cli": "^0.2.0",
"@terrazzo/plugin-css": "^0.2.0",
"tailwindcss": "*"
},
"devDependencies": {
Expand Down
9 changes: 0 additions & 9 deletions packages/react-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# @terrazzo/react-color-picker

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3
- @terrazzo/tiles@0.0.7
8 changes: 4 additions & 4 deletions packages/react-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/react-color-picker",
"description": "React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by Culori.",
"version": "0.0.5",
"version": "0.0.4",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -38,9 +38,9 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"culori": "4.x",
"react": "*",
"react-dom": "*"
"culori": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@terrazzo/icons": "workspace:^",
Expand Down
8 changes: 0 additions & 8 deletions packages/tiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @terrazzo/tiles

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/tiles",
"description": "Terrazzo’s component library",
"version": "0.0.7",
"version": "0.0.6",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
12 changes: 0 additions & 12 deletions packages/token-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
# @terrazzo/token-lab

## 0.0.1

### Patch Changes

- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]:
- @terrazzo/parser@0.2.9
- @terrazzo/token-tools@0.2.9
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3
- @terrazzo/react-color-picker@0.0.5
- @terrazzo/tiles@0.0.7
2 changes: 1 addition & 1 deletion packages/token-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/token-lab",
"description": "Create, edit, and save tokens.json in DTCG format",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"keywords": [
"dtcg",
Expand Down
7 changes: 0 additions & 7 deletions packages/use-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# @terrazzo/use-color

## 0.0.3

### Patch Changes

- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]:
- @terrazzo/token-tools@0.2.9
4 changes: 2 additions & 2 deletions packages/use-color/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/use-color",
"description": "React hook for memoizing and transforming any web-compatible color. Uses Culori.",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"keywords": [
"color",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "*"
"react": "^19.0.0"
},
"dependencies": {
"@terrazzo/token-tools": "workspace:^",
Expand Down
14 changes: 12 additions & 2 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 31f29ef

Please sign in to comment.