Skip to content

Commit

Permalink
release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Sep 16, 2023
1 parent 570ebba commit 8b0ded8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-collapsed",
"version": "1.2.7",
"version": "1.2.8",
"private": false,
"description": "Dynamic CSS height transition from any to auto and vice versa for Vue 3. Accordion ready.",
"keywords": [
Expand Down Expand Up @@ -43,6 +43,7 @@
"postbuild": "pnpm pack",
"build:app": "vite build --mode app",
"dev": "vite",
"preview": "vite build --mode app && vite preview",
"prepare": "husky install",
"test:chrome": "cypress run --component --browser chrome",
"test:firefox": "cypress run --component --browser firefox",
Expand Down

0 comments on commit 8b0ded8

Please sign in to comment.