Skip to content

Commit a872c01

Browse files
[ci] release (#750)
* [ci] release * Fix changesets busted versioning once again --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <drew@pow.rs>
1 parent 29a84cf commit a872c01

21 files changed

Lines changed: 77 additions & 33 deletions

.changeset/add-variable-name-to-tailwind.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/afraid-baths-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-moose-go.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gradient-stop-float-precision.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-houses-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @terrazzo/cli
22

3+
## 2.2.0
4+
5+
### Patch Changes
6+
7+
- [#754](https://github.com/terrazzoapp/terrazzo/pull/754) [`dcbf8d5b`](https://github.com/terrazzoapp/terrazzo/commit/dcbf8d5b4632858c3fcf80e21d78eb78ed0dd51f) Thanks [@mrginglymus](https://github.com/mrginglymus)! - Do not provide listPermutations API for complex resolvers
8+
39
## 2.1.0
410

511
### Minor Changes

packages/cli/package.json

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

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @terrazzo/parser
22

3+
## 2.2.0
4+
5+
### Patch Changes
6+
7+
- [#754](https://github.com/terrazzoapp/terrazzo/pull/754) [`dcbf8d5b`](https://github.com/terrazzoapp/terrazzo/commit/dcbf8d5b4632858c3fcf80e21d78eb78ed0dd51f) Thanks [@mrginglymus](https://github.com/mrginglymus)! - Do not provide listPermutations API for complex resolvers
8+
39
## 2.1.0
410

511
### Patch Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrazzo/parser",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
55
"license": "MIT",
66
"type": "module",

packages/plugin-css-in-js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @terrazzo/plugin-css-in-js
22

3+
## 2.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f2700e`](https://github.com/terrazzoapp/terrazzo/commit/5f2700e0bbe76cb19674feef8a3868653f273b11), [`5f2700e`](https://github.com/terrazzoapp/terrazzo/commit/5f2700e0bbe76cb19674feef8a3868653f273b11)]:
8+
- @terrazzo/plugin-css@2.2.0
9+
310
## 2.1.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)