Skip to content

Commit d1988c3

Browse files
committed
chore: update vite-plugin-canister-dapp to version 0.4.2 and update changelog
1 parent 6115ee0 commit d1988c3

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/eighty-onions-punch.md

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

examples/my-hello-world/src/my-hello-world-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lit-html": "3.3.1"
88
},
99
"devDependencies": {
10-
"@web3nl/vite-plugin-canister-dapp": "0.4.1"
10+
"@web3nl/vite-plugin-canister-dapp": "0.4.2"
1111
},
1212
"engines": {
1313
"node": ">=22.0.0"

my-canister-dapp-js/canister-dashboard-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@web3nl/my-canister-dashboard": "0.8.0"
77
},
88
"devDependencies": {
9-
"@web3nl/vite-plugin-canister-dapp": "0.4.1"
9+
"@web3nl/vite-plugin-canister-dapp": "0.4.2"
1010
},
1111
"engines": {
1212
"node": ">=22.0.0"

my-canister-dapp-js/vite-plugin-canister-dapp/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [`6115ee0`](https://github.com/Web3NL/my-canister-dapp/commit/6115ee0e8fa843dcfdc27f2abb6a64061c43c072) Thanks [@Web3NL](https://github.com/Web3NL)! - fix: split runtime functions from build time plugin
8+
39
## 0.4.1
410

511
### Patch Changes

my-canister-dapp-js/vite-plugin-canister-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3nl/vite-plugin-canister-dapp",
33
"description": "Vite plugin for Internet Computer canister dapp development configuration",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"author": "Web3NL",
66
"bugs": "https://github.com/Web3NL/my-canister-dapp/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)