Skip to content

Commit

Permalink
Version packages (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Oct 24, 2024
1 parent e7f272d commit b4c057c
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .changeset/curly-masks-fly.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

### Patch Changes

- Updated dependencies [[`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32)]:
- @terrazzo/token-tools@0.1.0
- @terrazzo/parser@0.1.0

## 0.0.19

### Patch 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.0.19",
"version": "0.1.0",
"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
11 changes: 11 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @terrazzo/parser

## 0.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

### Patch Changes

- Updated dependencies [[`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32)]:
- @terrazzo/token-tools@0.1.0

## 0.0.19

### Patch 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.0.19",
"version": "0.1.0",
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
"type": "module",
"author": {
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @terrazzo/plugin-css

## 0.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

### Patch Changes

- Updated dependencies [[`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32)]:
- @terrazzo/token-tools@0.1.0
- @terrazzo/parser@0.1.0
- @terrazzo/cli@0.1.0

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-css",
"version": "0.0.11",
"version": "0.1.0",
"description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.",
"type": "module",
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @terrazzo/plugin-js

## 0.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

### Patch Changes

- Updated dependencies [[`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32)]:
- @terrazzo/token-tools@0.1.0
- @terrazzo/cli@0.1.0

## 0.0.3

### 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.0.3",
"version": "0.1.0",
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
"type": "module",
"author": {
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @terrazzo/plugin-sass

## 0.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

### Patch Changes

- Updated dependencies [[`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32)]:
- @terrazzo/token-tools@0.1.0
- @terrazzo/plugin-css@0.1.0
- @terrazzo/cli@0.1.0

## 0.0.3

### 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.0.3",
"version": "0.1.0",
"type": "module",
"author": {
"name": "Drew Powers",
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.1.0

### Minor Changes

- [#319](https://github.com/terrazzoapp/terrazzo/pull/319) [`e7f272d`](https://github.com/terrazzoapp/terrazzo/commit/e7f272defcd889f5a410fdbd30497cf704671b32) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: dimension and duration tokens normalize to object syntax in plugins (following upcoming changes in DTCG spec; see https://github.com/design-tokens/community-group/pull/244).

## 0.0.6

### Patch 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.0.9",
"version": "0.1.0",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down

0 comments on commit b4c057c

Please sign in to comment.