Skip to content

Commit 8f7a632

Browse files
authored
Version packages (#441)
1 parent 34e2cdc commit 8f7a632

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/gold-hoops-stare.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.2
4+
5+
### Patch Changes
6+
7+
- [#440](https://github.com/terrazzoapp/terrazzo/pull/440) [`34e2cdc`](https://github.com/terrazzoapp/terrazzo/commit/34e2cdce27a578571e04eb006d3b209461a0fbbe) Thanks [@drwpow](https://github.com/drwpow)! - Add debug info for buildEnd
8+
9+
- Updated dependencies [[`34e2cdc`](https://github.com/terrazzoapp/terrazzo/commit/34e2cdce27a578571e04eb006d3b209461a0fbbe)]:
10+
- @terrazzo/parser@0.6.2
11+
- @terrazzo/token-tools@0.6.2
12+
313
## 0.6.1
414

515
### Patch 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.1",
3+
"version": "0.6.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [#440](https://github.com/terrazzoapp/terrazzo/pull/440) [`34e2cdc`](https://github.com/terrazzoapp/terrazzo/commit/34e2cdce27a578571e04eb006d3b209461a0fbbe) Thanks [@drwpow](https://github.com/drwpow)! - Add debug info for buildEnd
8+
9+
- Updated dependencies [[`34e2cdc`](https://github.com/terrazzoapp/terrazzo/commit/34e2cdce27a578571e04eb006d3b209461a0fbbe)]:
10+
- @terrazzo/token-tools@0.6.2
11+
312
## 0.6.1
413

514
### Patch 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.1",
3+
"version": "0.6.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [#440](https://github.com/terrazzoapp/terrazzo/pull/440) [`34e2cdc`](https://github.com/terrazzoapp/terrazzo/commit/34e2cdce27a578571e04eb006d3b209461a0fbbe) Thanks [@drwpow](https://github.com/drwpow)! - Add debug info for buildEnd
8+
39
## 0.6.1
410

511
### Patch 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.1",
4+
"version": "0.6.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)