Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent 77f3ba3 commit 0f2d047
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 17 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
2 changes: 1 addition & 1 deletion configs/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xionhub/prettier",
"packageManager": "yarn@4.1.1",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"main": "./prettierrc.base.json",
"exports": {
"./fsd": "./prettierrc.fsd.json",
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
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xionhub/typescript",
"packageManager": "yarn@4.0.2",
"license": "MIT",
"version": "0.0.3",
"version": "0.0.4",
"main": "./tsconfig.base.json",
"exports": {
"./fsd": "./tsconfig.fsd.json",
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
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "yarn@4.0.2",
"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 @@ -26,7 +26,7 @@
"dist"
],
"peerDependencies": {
"@xionhub/token": ">=0.1.8",
"@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 0f2d047

Please sign in to comment.