Skip to content

Commit 8b0ded8

Browse files
committed
release 1.2.8
1 parent 570ebba commit 8b0ded8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-collapsed",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"private": false,
55
"description": "Dynamic CSS height transition from any to auto and vice versa for Vue 3. Accordion ready.",
66
"keywords": [
@@ -43,6 +43,7 @@
4343
"postbuild": "pnpm pack",
4444
"build:app": "vite build --mode app",
4545
"dev": "vite",
46+
"preview": "vite build --mode app && vite preview",
4647
"prepare": "husky install",
4748
"test:chrome": "cypress run --component --browser chrome",
4849
"test:firefox": "cypress run --component --browser firefox",

0 commit comments

Comments
 (0)