Skip to content

Commit b75e568

Browse files
committed
version bump and changelog
1 parent b388c1c commit b75e568

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.0.0 Release - 2022-03-04
4+
5+
- same as v3.0.0.rc2
6+
37
## v3.0.0.rc2 Release - 2022-02-23
48

59
- fixing vue warnings about unneccessary value binding on checkbox components

lib/matestack/ui/bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Bootstrap
4-
VERSION = '3.0.0.rc2'
4+
VERSION = '3.0.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-bootstrap",
3-
"version": "3.0.0-rc2",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"main": "./lib/matestack/ui/bootstrap/index.js",
66
"files": [

0 commit comments

Comments
 (0)