We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b388c1c commit b75e568Copy full SHA for b75e568
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v3.0.0 Release - 2022-03-04
4
+
5
+- same as v3.0.0.rc2
6
7
## v3.0.0.rc2 Release - 2022-02-23
8
9
- fixing vue warnings about unneccessary value binding on checkbox components
lib/matestack/ui/bootstrap/version.rb
@@ -1,7 +1,7 @@
module Matestack
module Ui
module Bootstrap
- VERSION = '3.0.0.rc2'
+ VERSION = '3.0.0'
end
package.json
@@ -1,6 +1,6 @@
{
"name": "matestack-ui-bootstrap",
- "version": "3.0.0-rc2",
+ "version": "3.0.0",
"license": "MIT",
"main": "./lib/matestack/ui/bootstrap/index.js",
"files": [
0 commit comments