Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc8ff68

Browse filesBrowse files
committed
version 0.38.0-a2
1 parent 7621e37 commit fc8ff68
Copy full SHA for fc8ff68

File tree

Expand file treeCollapse file tree

7 files changed

+15
-9
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+15
-9
lines changed

‎VERSION

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.38.0-a1
1+
0.38.0-a2

‎docs/source/about/changelog.rst

Copy file name to clipboardExpand all lines: docs/source/about/changelog.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26+
Nothing yet...
27+
28+
29+
0.38.0-a2
30+
---------
31+
2632
Added:
2733

2834
- Implement ``use_location()`` hook - :pull:`721`

‎src/client/package-lock.json

Copy file name to clipboardExpand all lines: src/client/package-lock.json
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/client/package.json

Copy file name to clipboardExpand all lines: src/client/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "npm --workspaces publish",
1515
"test": "npm --workspaces test"
1616
},
17-
"version": "0.38.0-a1",
17+
"version": "0.38.0-a2",
1818
"workspaces": [
1919
"./packages/*"
2020
]

‎src/client/packages/idom-app-react/package.json

Copy file name to clipboardExpand all lines: src/client/packages/idom-app-react/package.json
+1-1Lines changed: 1 addition & 1 deletion
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.38.0-a1"
23+
"version": "0.38.0-a2"
2424
}

‎src/client/packages/idom-client-react/package.json

Copy file name to clipboardExpand all lines: src/client/packages/idom-client-react/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"test": "uvu tests"
3232
},
3333
"type": "module",
34-
"version": "0.38.0-a1"
34+
"version": "0.38.0-a2"
3535
}

‎src/idom/__init__.py

Copy file name to clipboardExpand all lines: src/idom/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
__author__ = "idom-team"
24-
__version__ = "0.38.0-a1" # DO NOT MODIFY
24+
__version__ = "0.38.0-a2" # DO NOT MODIFY
2525

2626
__all__ = [
2727
"component",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.