We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761000c commit a2bffb3Copy full SHA for a2bffb3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [3.0.4](https://github.com/MorevM/vue-transitions/compare/v3.0.3...v3.0.4) (2024-11-04)
4
+
5
6
+### Bug fixes
7
8
+* Fixed a script responsible for switching Vue2/Vue3 versions that was accidentally broken during the last release.
9
10
## [3.0.3](https://github.com/MorevM/vue-transitions/compare/v3.0.2...v3.0.3) (2024-11-03)
11
12
### Bug fixes
package.json
@@ -2,7 +2,7 @@
"name": "@morev/vue-transitions",
"description": "Shareable Vue transitions library",
"type": "module",
- "version": "3.0.3",
+ "version": "3.0.4",
"sideEffects": [
"*.css"
],
0 commit comments