Skip to content

Commit 10dd977

Browse files
Merge pull request #10 from salamaashoush/changeset-release/main
chore: update versions
2 parents 28af0e3 + afe4470 commit 10dd977

15 files changed

+67
-15
lines changed

.changeset/hip-brooms-ring.md

-8
This file was deleted.

apps/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @design-sync/sync
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 605fe58: New cli plugins for `json` and `css` and a lot of improvements and bug fixes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [605fe58]
12+
- @design-sync/w3c-dtfm@0.2.0
13+
- @design-sync/utils@0.2.0
14+
315
## 0.1.0
416

517
### Minor Changes

apps/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@design-sync/sync",
33
"description": "CLI for Design Sync",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"repository": "salamaashoush/design-sync",
66
"license": "MIT",
77
"sideEffects": false,

apps/new-plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @design-sync/figma-plugin-2
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [605fe58]
8+
- @design-sync/storage@0.1.0
9+
- @design-sync/utils@0.2.0
10+
311
## 0.0.1
412

513
### Patch Changes

apps/new-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/figma-plugin-2",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Tokenize Figma Plugin",
55
"private": true,
66
"scripts": {

apps/plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @design-sync/figma-plugin
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [605fe58]
8+
- @design-sync/storage@0.1.0
9+
- @design-sync/utils@0.2.0
10+
- @design-sync/rpc@0.0.3
11+
312
## 0.0.1
413

514
### Patch Changes

apps/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/figma-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Tokenize Figma Plugin",
55
"private": true,
66
"scripts": {

packages/rpc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @design-sync/rpc
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [605fe58]
8+
- @design-sync/utils@0.2.0
9+
310
## 0.0.2
411

512
### Patch Changes

packages/rpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/rpc",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "RPC for Tokenize",
55
"main": "src/index.ts",
66
"private": true,

packages/storage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @design-sync/storage
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 605fe58: New cli plugins for `json` and `css` and a lot of improvements and bug fixes

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/storage",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Tokenize storage",
55
"main": "src/index.ts",
66
"private": true,

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.1.0
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 605fe58: New cli plugins for `json` and `css` and a lot of improvements and bug fixes
8+
39
### Minor Changes
410

511
- 682978f1: Release design sync CLI

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/utils",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Tokenize utils",
55
"repository": "salamaashoush/design-sync",
66
"license": "MIT",

packages/w3c-dtfm/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @design-sync/w3c-dtfm
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 605fe58: New cli plugins for `json` and `css` and a lot of improvements and bug fixes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [605fe58]
12+
- @design-sync/utils@0.2.0
13+
314
## 0.1.0
415

516
### Minor Changes

packages/w3c-dtfm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-sync/w3c-dtfm",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Design tokens module format (DTFM) utils and types",
55
"repository": "salamaashoush/design-sync",
66
"license": "MIT",

0 commit comments

Comments
 (0)