Skip to content

Commit e694bdd

Browse files
authored
Release packages (#435)
1 parent 22ead47 commit e694bdd

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/cool-tigers-love.md

-7
This file was deleted.

packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @terrazzo/cli
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#427](https://github.com/terrazzoapp/terrazzo/pull/427) [`af57a80`](https://github.com/terrazzoapp/terrazzo/commit/af57a8010664e0e5b5b6eb5eef10779a4197da25) Thanks [@drwpow](https://github.com/drwpow)! - feat: `parse()` JS API doesn’t need an array for a single file (can just accept an object)
8+
9+
- Updated dependencies [[`af57a80`](https://github.com/terrazzoapp/terrazzo/commit/af57a8010664e0e5b5b6eb5eef10779a4197da25)]:
10+
- @terrazzo/parser@0.6.1
11+
- @terrazzo/token-tools@0.6.1
12+
313
## 0.6.0
414

515
### Minor Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrazzo/cli",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.",
55
"type": "module",
66
"author": {

packages/parser/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @terrazzo/parser
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#427](https://github.com/terrazzoapp/terrazzo/pull/427) [`af57a80`](https://github.com/terrazzoapp/terrazzo/commit/af57a8010664e0e5b5b6eb5eef10779a4197da25) Thanks [@drwpow](https://github.com/drwpow)! - feat: `parse()` JS API doesn’t need an array for a single file (can just accept an object)
8+
9+
- Updated dependencies [[`af57a80`](https://github.com/terrazzoapp/terrazzo/commit/af57a8010664e0e5b5b6eb5eef10779a4197da25)]:
10+
- @terrazzo/token-tools@0.6.1
11+
312
## 0.6.0
413

514
### Minor Changes

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrazzo/parser",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
55
"type": "module",
66
"author": {

packages/token-tools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @terrazzo/token-tools
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#427](https://github.com/terrazzoapp/terrazzo/pull/427) [`af57a80`](https://github.com/terrazzoapp/terrazzo/commit/af57a8010664e0e5b5b6eb5eef10779a4197da25) Thanks [@drwpow](https://github.com/drwpow)! - feat: `parse()` JS API doesn’t need an array for a single file (can just accept an object)
8+
39
## 0.6.0
410

511
### Minor Changes

packages/token-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@terrazzo/token-tools",
33
"description": "Various utilities for token types",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)