Skip to content

Commit b032980

Browse files
[ci] release (#777)
* [ci] release * Fix versions * Omit Swift * Omit token-listing --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <drew@pow.rs>
1 parent bdca3be commit b032980

23 files changed

Lines changed: 144 additions & 37 deletions

File tree

.changeset/funny-rockets-hang.md

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

.changeset/inline-plugin-js-dts-types.md

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

.changeset/real-hoops-see.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#778](https://github.com/terrazzoapp/terrazzo/pull/778) [`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24) Thanks [@drwpow](https://github.com/drwpow)! - Feat: add orthogonality detection in resolver API (minus $extends)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24), [`84b1dba`](https://github.com/terrazzoapp/terrazzo/commit/84b1dbacc0fe1aa3331d90e61d308eb91f96f8d5)]:
12+
- @terrazzo/parser@2.4.0
13+
- @terrazzo/token-tools@2.4.0
14+
315
## 2.3.0
416

517
### 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.3.0",
3+
"version": "2.4.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @terrazzo/parser
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#778](https://github.com/terrazzoapp/terrazzo/pull/778) [`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24) Thanks [@drwpow](https://github.com/drwpow)! - Feat: add orthogonality detection in resolver API (minus $extends)
8+
9+
### Patch Changes
10+
11+
- [#767](https://github.com/terrazzoapp/terrazzo/pull/767) [`84b1dba`](https://github.com/terrazzoapp/terrazzo/commit/84b1dbacc0fe1aa3331d90e61d308eb91f96f8d5) Thanks [@heddendorp](https://github.com/heddendorp)! - Add a dependency-free `@terrazzo/token-types` package and use it for generated JS plugin declarations so published token packages do not require consumers to install `@terrazzo/parser`.
12+
13+
- Updated dependencies [[`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24), [`84b1dba`](https://github.com/terrazzoapp/terrazzo/commit/84b1dbacc0fe1aa3331d90e61d308eb91f96f8d5)]:
14+
- @terrazzo/token-tools@2.4.0
15+
- @terrazzo/token-types@2.4.0
16+
317
## 2.3.0
418

519
### Minor 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.3.0",
3+
"version": "2.4.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @terrazzo/plugin-css-in-js
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#778](https://github.com/terrazzoapp/terrazzo/pull/778) [`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24) Thanks [@drwpow](https://github.com/drwpow)! - Feat: add orthogonality detection in resolver API (minus $extends)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24), [`84b1dba`](https://github.com/terrazzoapp/terrazzo/commit/84b1dbacc0fe1aa3331d90e61d308eb91f96f8d5)]:
12+
- @terrazzo/parser@2.4.0
13+
- @terrazzo/cli@2.4.0
14+
- @terrazzo/plugin-css@2.4.0
15+
316
## 2.3.0
417

518
### Minor Changes

packages/plugin-css-in-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrazzo/plugin-css-in-js",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Use CSS Vars in clientside JS. Compatible with Linaria, StyleX, Vanilla Extract, Styled Components, and most CSS-in-JS libraries.",
55
"license": "MIT",
66
"type": "module",

packages/plugin-css/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#778](https://github.com/terrazzoapp/terrazzo/pull/778) [`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24) Thanks [@drwpow](https://github.com/drwpow)! - Feat: add orthogonality detection in resolver API (minus $extends)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bdca3be`](https://github.com/terrazzoapp/terrazzo/commit/bdca3be143f7d7a1f06e4ca50e652c85f1d12a24), [`84b1dba`](https://github.com/terrazzoapp/terrazzo/commit/84b1dbacc0fe1aa3331d90e61d308eb91f96f8d5)]:
12+
- @terrazzo/parser@2.4.0
13+
- @terrazzo/cli@2.4.0
14+
- @terrazzo/token-tools@2.4.0
15+
316
## 2.3.0
417

518
### Minor Changes

0 commit comments

Comments
 (0)