Skip to content

Commit 697d964

Browse files
committed
chore: update vite-plugin-canister-dapp to version 0.2.3 and fix changelog entry
1 parent 63c58e6 commit 697d964

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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": "2.8.0"
88
},
99
"devDependencies": {
10-
"@web3nl/vite-plugin-canister-dapp": "0.2.2"
10+
"@web3nl/vite-plugin-canister-dapp": "0.2.3"
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.6.4"
77
},
88
"devDependencies": {
9-
"@web3nl/vite-plugin-canister-dapp": "0.2.2"
9+
"@web3nl/vite-plugin-canister-dapp": "0.2.3"
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.2.3
4+
5+
### Patch Changes
6+
7+
- fix late version bump commit
8+
39
## 0.2.2
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.2.2",
4+
"version": "0.2.3",
55
"author": "Web3NL",
66
"bugs": "https://github.com/Web3NL/my-canister-dapp/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)