Skip to content

Commit d44ab8b

Browse files
committed
version 0.41.0
1 parent 77e7f98 commit d44ab8b

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.40.2
1+
0.41.0

Diff for: docs/source/about/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26+
No changes.
27+
28+
29+
v0.41.0
30+
-------
31+
:octicon:`milestone` *released on 2022-11-01*
32+
2633
**Changed**
2734

2835
- :pull:`823` - The hooks ``use_location`` and ``use_scope`` are no longer

Diff for: src/client/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"devDependencies": {
3+
"vite": "^3.1.8"
4+
},
25
"license": "MIT",
36
"repository": {
47
"type": "git",
@@ -11,11 +14,8 @@
1114
"publish": "npm --workspaces publish",
1215
"test": "npm --workspaces test"
1316
},
14-
"version": "0.40.2",
17+
"version": "0.41.0",
1518
"workspaces": [
1619
"./packages/*"
17-
],
18-
"devDependencies": {
19-
"vite": "^3.1.8"
20-
}
20+
]
2121
}

Diff for: src/client/packages/idom-app-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"format": "prettier --write ./src",
2121
"test": "echo 'no tests'"
2222
},
23-
"version": "0.40.2"
23+
"version": "0.41.0"
2424
}

Diff for: src/client/packages/idom-client-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"test": "uvu tests"
3232
},
3333
"type": "module",
34-
"version": "0.40.2"
34+
"version": "0.41.0"
3535
}

Diff for: src/idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
__author__ = "idom-team"
26-
__version__ = "0.40.2" # DO NOT MODIFY
26+
__version__ = "0.41.0" # DO NOT MODIFY
2727

2828
__all__ = [
2929
"backend",

0 commit comments

Comments
 (0)