Skip to content

Commit 994989b

Browse files
authored
chore: release v3.2.0 (#121)
1 parent 5f3cde4 commit 994989b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [3.2.0](https://github.com/ionic-team/pwa-elements/compare/v3.1.0...v3.2.0) (2023-07-05)
7+
8+
### Bug Fixes
9+
10+
**fix: load dynamic imports with vite** ([#118](https://github.com/ionic-team/pwa-elements/issues/118))([5f3cde4](https://github.com/ionic-team/pwa-elements/commit/5f3cde44f76ca437c4691719f27288eadbaedf83)), closes [#109](https://github.com/ionic-team/pwa-elements/issues/109)

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/pwa-elements",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Stencil Component Starter",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/ionicpwaelements/ionicpwaelements.js",

0 commit comments

Comments
 (0)