Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 6b3c543 commit d2dc576
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-tools-attack.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/cli

## 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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.",
"type": "module",
"author": {
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 @@
# @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.1",
"version": "0.1.2",
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
"type": "module",
"author": {
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 @@
# @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.1",
"version": "0.1.2",
"type": "module",
"author": {
"name": "Drew Powers",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @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.1",
"version": "0.0.2",
"private": true,
"type": "module",
"author": {
Expand Down

0 comments on commit d2dc576

Please sign in to comment.