Skip to content

Commit

Permalink
v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
VdustR committed Jan 30, 2025
1 parent 91fc7fa commit 844eedb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "pnpm",
"packages": ["packages/*"],
"version": "0.0.18"
"version": "0.0.19"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vp-tw/eslint-config",
"version": "0.0.18",
"version": "0.0.19",
"description": "ViPro's ESLint configuration",
"homepage": "https://github.com/vdustr/eslint-config",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"dependencies": {
"@storybook/preview-api": "^8.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"dependencies": {
"@tsconfig/svelte": "^5.0.4"
Expand Down

0 comments on commit 844eedb

Please sign in to comment.