Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Dec 30, 2024
1 parent f84b931 commit 4a68a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stewed/hooks",
"description": "Stewed UI Shared hooks",
"version": "2.0.0",
"version": "2.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stewed/react",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stewed/tokens",
"version": "2.0.0",
"version": "2.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 4a68a3c

Please sign in to comment.