Skip to content

Commit b4557b3

Browse files
Version Packages (#578)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b17ad4b commit b4557b3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/cuddly-fishes-heal.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/anywidget/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# anywidget
22

3+
## 0.9.11
4+
5+
### Patch Changes
6+
7+
- Relax version pinning for anywidget front end ([#521](https://github.com/manzt/anywidget/pull/521))
8+
9+
Adopted `~major.minor.*` notation for more flexible version compatibility in the front end, mirroring practices improve compatability in environments where bumping the front-end versions is not possible for end users (i.e., JupyterHub). This change is intended to enhance adaptability without causing disruptions. If issues arise, please report them on our issues page.
10+
311
## 0.9.10
412

513
### Patch Changes

packages/anywidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "anywidget",
33
"type": "module",
4-
"version": "0.9.10",
4+
"version": "0.9.11",
55
"author": "Trevor Manz",
66
"license": "MIT",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)