Skip to content

Commit ff4e461

Browse files
Version Packages (#606)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4eaea6f commit ff4e461

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/breezy-wolves-grow.md

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

packages/vite/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Support anywidget lifecycle APIs (i.e., `default` export) in Vite plugin. Drops support for CJS-based usage of the plugin. The CJS Node API of Vite is deprecated in v5. Follow the [migration guide](https://vitejs.dev/guide/migration#deprecate-cjs-node-api) for more details. ([#598](https://github.com/manzt/anywidget/pull/598))
8+
39
## 0.1.2
410

511
### Patch Changes

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@anywidget/vite",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"description": "a vite plugin for anywidget",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)