Skip to content

Commit e1ce198

Browse files
committed
build: fixed version
1 parent 20418dd commit e1ce198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-particles-demo",
33
"type": "module",
4-
"version": "2.8.0",
4+
"version": "2.9.3",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"components/*"
66
],
77
"useWorkspaces": true,
8-
"version": "2.8.0",
8+
"version": "2.9.3",
99
"npmClient": "pnpm",
1010
"conventionalCommits": true,
1111
"command": {

0 commit comments

Comments
 (0)