Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph-cat committed Dec 6, 2024
1 parent 6910566 commit 1dbd695
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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"description": "Docs site for Cotton Box.",
"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.2.0",
"version": "0.3.0",
"description": "Web examples for Cotton Box.",
"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.2.0",
"version": "0.3.0",
"description": "The official React bindings for Cotton Box.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand Down

0 comments on commit 1dbd695

Please sign in to comment.