Skip to content

Commit

Permalink
bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akutruff committed Aug 30, 2022
1 parent 5477ef0 commit a0ed0b9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"diagon": "^0.10.0",
"diagon-react": "^0.10.0",
"diagon": "^0.11.0",
"diagon-react": "^0.11.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/diagon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diagon-react",
"version": "0.10.0",
"version": "0.11.0",
"description": "Mutable state management for object graphs and React",
"homepage": "https://diagon.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/diagon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diagon",
"version": "0.10.0",
"version": "0.11.0",
"description": "Mutable state management for object graphs and React",
"homepage": "https://diagon.dev",
"repository": {
Expand Down
14 changes: 9 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@docusaurus/preset-classic": "2.0.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"diagon": "^0.10.0",
"diagon-react": "^0.10.0",
"diagon": "^0.11.0",
"diagon-react": "^0.11.0",
"prism-react-renderer": "^1.3.5",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
Expand Down

1 comment on commit a0ed0b9

@vercel
Copy link

@vercel vercel bot commented on a0ed0b9 Aug 30, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.