Skip to content

Commit fee1b43

Browse files
committed
done version bump and added changelog
1 parent 75deedc commit fee1b43

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v3.0.0.rc3 Release - 2022-02-23
4+
5+
### Bugfixes
6+
7+
- fixed component UIDs within dynamically added nested forms
8+
39
## v3.0.0.rc2 Release - 2022-02-15
410

511
### Changes

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.0.0.rc2'
4+
VERSION = '3.0.0.rc3'
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.0.0-rc2",
3+
"version": "3.0.0-rc3",
44
"main": "./lib/matestack/ui/vue_js/index.js",
55
"files": [
66
"lib/**/*.js",

0 commit comments

Comments
 (0)