We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6512fe5 commit 8609badCopy full SHA for 8609bad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v3.0.0 Release - 2022-03-04
4
+
5
+- same as v3.0.0.rc3
6
7
## v3.0.0.rc3 Release - 2022-02-23
8
9
### Bugfixes
lib/matestack/ui/vue_js/version.rb
@@ -1,7 +1,7 @@
module Matestack
module Ui
module VueJs
- VERSION = '3.0.0.rc3'
+ VERSION = '3.0.0'
end
package.json
@@ -1,6 +1,6 @@
{
"name": "matestack-ui-vuejs",
- "version": "3.0.0-rc3",
+ "version": "3.0.0",
"main": "./lib/matestack/ui/vue_js/index.js",
"files": [
"lib/**/*.js",
0 commit comments