Skip to content

Commit

Permalink
Bump version to: v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 10, 2024
1 parent d31a9ed commit bd35c50
Show file tree
Hide file tree
Showing 5 changed files with 11,926 additions and 6,381 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.1.9",
"version": "0.2.0",
"npmClient": "pnpm",
"packages": ["packages/*"]
}
3 changes: 2 additions & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.9.1"
}
},
"version": "0.2.0"
}
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.1.9",
"version": "0.2.0",
"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.1.9",
"version": "0.2.0",
"description": "A WAI-ARIA compliant window splitter for React.",
"homepage": "https://react-window-splitter-six.vercel.app",
"repository": "https://github.com/hipstersmoothie/react-window-splitter",
Expand Down
Loading

0 comments on commit bd35c50

Please sign in to comment.