Skip to content

Commit

Permalink
Bump version to: v0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 19, 2024
1 parent fa2095e commit 3d68945
Show file tree
Hide file tree
Showing 6 changed files with 12,719 additions and 6,794 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"npmClient": "pnpm",
"packages": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.10.1"
},
"version": "0.3.0"
"version": "0.3.1"
}
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": "docs",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-window-splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "react-window-splitter",
"sideEffects": false,
"version": "0.3.0",
"version": "0.3.1",
"description": "A WAI-ARIA compliant window splitter for React.",
"homepage": "https://react-window-splitter-six.vercel.app",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@window-splitter/state",
"sideEffects": false,
"version": "0.3.0",
"version": "0.3.1",
"description": "A state machine for a WAI-ARIA compliant window splitter",
"homepage": "https://react-window-splitter-six.vercel.app",
"repository": {
Expand Down
Loading

0 comments on commit 3d68945

Please sign in to comment.