Skip to content

Commit

Permalink
version 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Nov 2, 2022
1 parent 77e7f98 commit d44ab8b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.2
0.41.0
7 changes: 7 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
Unreleased
----------

No changes.


v0.41.0
-------
:octicon:`milestone` *released on 2022-11-01*

**Changed**

- :pull:`823` - The hooks ``use_location`` and ``use_scope`` are no longer
Expand Down
8 changes: 4 additions & 4 deletions src/client/package-lock.json

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

10 changes: 5 additions & 5 deletions src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"devDependencies": {
"vite": "^3.1.8"
},
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -11,11 +14,8 @@
"publish": "npm --workspaces publish",
"test": "npm --workspaces test"
},
"version": "0.40.2",
"version": "0.41.0",
"workspaces": [
"./packages/*"
],
"devDependencies": {
"vite": "^3.1.8"
}
]
}
2 changes: 1 addition & 1 deletion src/client/packages/idom-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"format": "prettier --write ./src",
"test": "echo 'no tests'"
},
"version": "0.40.2"
"version": "0.41.0"
}
2 changes: 1 addition & 1 deletion src/client/packages/idom-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"test": "uvu tests"
},
"type": "module",
"version": "0.40.2"
"version": "0.41.0"
}
2 changes: 1 addition & 1 deletion src/idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = "idom-team"
__version__ = "0.40.2" # DO NOT MODIFY
__version__ = "0.41.0" # DO NOT MODIFY

__all__ = [
"backend",
Expand Down

0 comments on commit d44ab8b

Please sign in to comment.