Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph-cat committed May 7, 2024
1 parent 8565f30 commit 2f1d96d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cotton-box-monorepo",
"version": "0.0.1",
"version": "0.0.2",
"description": "A flexible toolbox with different types of state managers catered to different scenarios.",
"author": "glyph-cat",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cotton-box",
"version": "0.0.1",
"version": "0.0.2",
"description": "A flexible toolbox with different types of state managers catered to different scenarios.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cotton-box-docs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Docs site for CottonBox.",
"scripts": {
"postinstall": "yarn sync",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cotton-box-examples-web",
"version": "0.0.1",
"version": "0.0.2",
"description": "Web examples for CottonBox.",
"scripts": {
"start": "next dev -p 3001",
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": "cotton-box-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "React bindings for CottonBox.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand Down

0 comments on commit 2f1d96d

Please sign in to comment.