Skip to content

Commit ee5abf3

Browse files
committed
2.4.0 releases
1 parent 51147fa commit ee5abf3

File tree

8 files changed

+20
-10
lines changed

8 files changed

+20
-10
lines changed

.bumpedrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ plugins:
1717

1818
'Commiting new version':
1919
plugin: 'bumped-terminal'
20-
command: 'git commit -am "$newVersion releases" && git push origin master'
20+
command: 'git commit -am "$newVersion releases" && git push My_Fork master'
2121

2222
'Publishing tag at GitHub':
2323
plugin: 'bumped-terminal'
24-
command: 'git tag v$newVersion && git push origin v$newVersion'
24+
command: 'git tag v$newVersion && git push My_Fork v$newVersion'

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.4.0 (2020-12-11)
2+
3+
* Changed in intro ([cdf6f93](https://github.com/vue-generators/vue-form-generator/commit/cdf6f93))
4+
* Clean up unnecessarily verbose code ([51147fa](https://github.com/vue-generators/vue-form-generator/commit/51147fa))
5+
* Set `name` attribute of radio-groups which are scoped to the instance ([8daba64](https://github.com/vue-generators/vue-form-generator/commit/8daba64))
6+
* update gitignore ([45b2087](https://github.com/vue-generators/vue-form-generator/commit/45b2087))
7+
* Updated bundle sizes ([6c5af99](https://github.com/vue-generators/vue-form-generator/commit/6c5af99))
8+
9+
10+
111
## <small>2.3.4 (2019-02-07)</small>
212

313
* #469 - fixes example in README, tested with a fresh vue-cli project ([b0037c9](https://github.com/vue-generators/vue-form-generator/commit/b0037c9))

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.3.4",
3+
"version": "2.4.0",
44
"homepage": "https://github.com/vue-generators/vue-form-generator/",
55
"authors": [
66
"Icebob"

dist/vfg-core.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vfg-core.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vfg.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vfg.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.3.4",
3+
"version": "2.4.0",
44
"description": "A schema-based form generator component for Vue.js",
55
"homepage": "https://github.com/vue-generators/vue-form-generator/",
66
"main": "dist/vfg.js",

0 commit comments

Comments
 (0)