Skip to content

Commit

Permalink
Adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Nov 25, 2024
1 parent d2dc576 commit b1e68cc
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 28 deletions.
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/parser

## 0.2.1

### Patch Changes

- [#358](https://github.com/terrazzoapp/terrazzo/pull/358) [`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Fix npm error when invoking the Terrazzo CLI through npm

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/parser",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
"type": "module",
"author": {
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.1.2

### Patch Changes

- Updated dependencies [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]:
- @terrazzo/cli@0.2.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "0.1.1",
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
"type": "module",
"author": {
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.1.2

### Patch Changes

- Updated dependencies [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]:
- @terrazzo/cli@0.2.1
- @terrazzo/plugin-css@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "0.1.1",
"type": "module",
"author": {
"name": "Drew Powers",
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 [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]:
- @terrazzo/cli@0.2.1
- @terrazzo/plugin-css@0.1.2
2 changes: 1 addition & 1 deletion 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
6 changes: 6 additions & 0 deletions packages/token-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/token-tools

## 0.2.1

### Patch Changes

- [#358](https://github.com/terrazzoapp/terrazzo/pull/358) [`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Fix npm error when invoking the Terrazzo CLI through npm

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/token-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/token-tools",
"description": "Various utilities for token types",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down

0 comments on commit b1e68cc

Please sign in to comment.