Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent a18c0a9 commit 1ce1e35
Show file tree
Hide file tree
Showing 25 changed files with 115 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-mayflies-thank.md

This file was deleted.

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

## 0.2.8

### Patch Changes

- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/parser@0.2.8
- @terrazzo/token-tools@0.2.8

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"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
9 changes: 9 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @terrazzo/parser

## 0.2.8

### Patch Changes

- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/token-tools@0.2.8

## 0.2.7

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/cli@0.2.8
- @terrazzo/parser@0.2.8
- @terrazzo/token-tools@0.2.8

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.",
"type": "module",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @terrazzo/plugin-js

## 0.1.2

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/cli@0.2.8
- @terrazzo/token-tools@0.2.8

## 0.1.1

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

## 0.1.2

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/cli@0.2.8
- @terrazzo/token-tools@0.2.8
- @terrazzo/plugin-css@0.1.3

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"type": "module",
"author": {
"name": "Drew Powers",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-swift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @terrazzo/plugin-swift

## 0.0.2

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/token-tools@0.2.8

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-swift/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/plugin-swift",
"description": "Generate Swift code using DTCG tokens.",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# @terrazzo/plugin-tailwind

## 0.0.2

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/cli@0.2.8
- @terrazzo/token-tools@0.2.8
- @terrazzo/plugin-css@0.1.3
2 changes: 1 addition & 1 deletion packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-tailwind",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# @terrazzo/react-color-picker

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3
- @terrazzo/tiles@0.0.7
2 changes: 1 addition & 1 deletion packages/react-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/react-color-picker",
"description": "React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by Culori.",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions packages/tiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @terrazzo/tiles

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/tiles",
"description": "Terrazzo’s component library",
"version": "0.0.6",
"version": "0.0.7",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
12 changes: 12 additions & 0 deletions packages/token-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @terrazzo/token-lab

## 0.0.1

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/parser@0.2.8
- @terrazzo/token-tools@0.2.8
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3
- @terrazzo/react-color-picker@0.0.5
- @terrazzo/tiles@0.0.7
2 changes: 1 addition & 1 deletion packages/token-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/token-lab",
"description": "Create, edit, and save tokens.json in DTCG format",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"keywords": [
"dtcg",
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.2.8

### Patch Changes

- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions packages/use-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# @terrazzo/use-color

## 0.0.3

### Patch Changes

- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]:
- @terrazzo/token-tools@0.2.8
2 changes: 1 addition & 1 deletion packages/use-color/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/use-color",
"description": "React hook for memoizing and transforming any web-compatible color. Uses Culori.",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"keywords": [
"color",
Expand Down

0 comments on commit 1ce1e35

Please sign in to comment.