Skip to content

Commit

Permalink
Merge branch 'main' into feature-ds
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Apr 10, 2024
2 parents 23dc826 + 662cf67 commit f6f428a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .changeset/tricky-kings-decide.md

This file was deleted.

6 changes: 6 additions & 0 deletions configs/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xionhub/prettier

## 0.0.3

### Patch Changes

- 9b2ea68: typescript version bump

## 0.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions configs/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xionhub/typescript

## 0.0.4

### Patch Changes

- 9b2ea68: typescript version bump

## 0.0.2

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xionhub/xds

## 0.0.3

### Patch Changes

- 9b2ea68: typescript version bump
- Updated dependencies [9b2ea68]
- @xionhub/token@0.1.9

## 0.0.2

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "yarn@4.1.1",
"main": "dist/index.js",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build": "echo 💞start design-system build && yarn clean && yarn build:tsc && yarn build:js && yarn copy:font && yarn build:css",
"clean": "rm -rf dist",
Expand All @@ -29,6 +29,7 @@
],
"peerDependencies": {
"@radix-ui/react-alert-dialog": ">=1.0.0",
"@xionhub/token": ">=0.1.9",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xionhub/react-hook

## 1.0.3

### Patch Changes

- 9b2ea68: typescript version bump

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xionhub/react-hook",
"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xionhub/token

## 0.1.9

### Patch Changes

- 9b2ea68: typescript version bump

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/token",
"version": "0.1.8",
"version": "0.1.9",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions plugins/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xionhub/tailwind-plugin

## 0.1.3

### Patch Changes

- 9b2ea68: typescript version bump

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xionhub/tailwind-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit f6f428a

Please sign in to comment.