Skip to content

Commit

Permalink
v2.1.0 - bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fum4 committed May 19, 2023
1 parent 4ebf4f6 commit 1540cb8
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 120 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.5.1",
"workspaces": [
"examples/*",
"packages/*"
Expand All @@ -20,9 +20,9 @@
"@changesets/cli": "^2.26.1",
"@nw/eslint-config": "workspace:*",
"eslint": "latest",
"jsdom": "^21.1.2",
"jsdom": "^22.0.0",
"prettier": "latest",
"turbo": "latest",
"vitest": "^0.30.1"
"vitest": "^0.31.1"
}
}
171 changes: 55 additions & 116 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 1540cb8

@vercel
Copy link

@vercel vercel bot commented on 1540cb8 May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-redux-history-next – ./examples/react-redux-history-next

react-redux-history-next.vercel.app
react-redux-history-next-git-master-nomadware.vercel.app
react-redux-history-next-nomadware.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1540cb8 May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-redux-history-vanilla – ./examples/react-redux-history-vanilla

react-redux-history-vanilla.vercel.app
react-redux-history-vanilla-git-master-nomadware.vercel.app
react-redux-history-vanilla-nomadware.vercel.app

Please sign in to comment.