Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and salamaashoush committed Jun 6, 2024
1 parent 9e30ac5 commit b43711b
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-birds-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-insects-compete.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @design-sync/sync

## 0.11.3

### Patch Changes

- 6ef6be5: Rexport utils from `@design-sync/cli`
- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2
- @design-sync/manager@0.6.3

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@design-sync/cli",
"description": "CLI for Design Sync",
"version": "0.11.2",
"version": "0.11.3",
"repository": "salamaashoush/design-sync",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/css-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @design-sync/css-plugin

## 0.3.3

### Patch Changes

- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2
- @design-sync/manager@0.6.3

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/css-plugin",
"version": "0.3.2",
"version": "0.3.3",
"description": "Transforms design tokens to css variables and classes",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/json-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @design-sync/json-plugin

## 0.3.3

### Patch Changes

- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2
- @design-sync/manager@0.6.3

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/json-plugin",
"version": "0.3.2",
"version": "0.3.3",
"description": "Transforms design tokens to flat json structure",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @design-sync/manager

## 0.6.3

### Patch Changes

- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/manager",
"version": "0.6.2",
"version": "0.6.3",
"description": "Plugable design tokens manager",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/styled-components-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @design-sync/styled-components-plugin

## 0.0.4

### Patch Changes

- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2
- @design-sync/manager@0.6.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/styled-components-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Transforms design tokens to styled components themes and styles",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/vanilla-extract-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @design-sync/vanilla-extract-plugin

## 0.7.3

### Patch Changes

- Updated dependencies [9e30ac5]
- @design-sync/w3c-dtfm@0.11.2
- @design-sync/manager@0.6.3

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-extract-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/vanilla-extract-plugin",
"version": "0.7.2",
"version": "0.7.3",
"description": "Transforms design tokens to vanilla extract themes and styles",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/w3c-dtfm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @design-sync/w3c-dtfm

## 0.11.2

### Patch Changes

- 9e30ac5: Change some import and use utils package instead of internal one

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/w3c-dtfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-sync/w3c-dtfm",
"version": "0.11.1",
"version": "0.11.2",
"description": "Design tokens module format (DTFM) utils and types",
"repository": "salamaashoush/design-sync",
"license": "MIT",
Expand Down

0 comments on commit b43711b

Please sign in to comment.