Skip to content

Commit 69a921a

Browse files
committed
publishing non-rc version
1 parent 5744051 commit 69a921a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.1.0 Release - 2022-04-13
4+
5+
- same as v3.1.0.rc2
6+
37
## v3.1.0.rc2 Release - 2022-04-13
48

59
- fixing package.json in order to publish new esm module

lib/matestack/ui/vue_js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module VueJs
4-
VERSION = '3.1.0.rc2'
4+
VERSION = '3.1.0'
55
end
66
end
77
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matestack-ui-vuejs",
3-
"version": "3.1.0-rc2",
3+
"version": "3.1.0",
44
"module": "./dist/matestack-ui-vuejs.esm.js",
55
"files": [
66
"lib/**/*.js",

0 commit comments

Comments
 (0)