Skip to content

Commit a4e6254

Browse files
authored
Merge pull request #52 from mrholek/v1.0.10
v1.0.10
2 parents e122f00 + 17267e4 commit a4e6254

35 files changed

+553
-491
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [vue](./README.md) version `changelog`
22

3+
##### `v1.0.10`
4+
- fix: `className` -> `class`
5+
- refactor: `<b-input-group-prepend>`
6+
- refactor: `<b-input-group-append>`
7+
- refactor: `<b-input-group-text>`
8+
- refactor: remove `<b-input-group-button>`
9+
- test: initial `Dashboard` unit test added
10+
- update: bootstrap-vue to `2.0.0-rc.1`
11+
- chore: dependencies update
12+
313
###### `v1.0.9`
414
- refactor: Sidebar structure
515
- test: initial e2e test added

Diff for: Vue_Full_Project/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [vue](./README.md) version `changelog`
22

3+
##### `v1.0.10`
4+
- fix: `className` -> `class`
5+
- refactor: `<b-input-group-prepend>`
6+
- refactor: `<b-input-group-append>`
7+
- refactor: `<b-input-group-text>`
8+
- refactor: remove `<b-input-group-button>`
9+
- test: initial `Dashboard` unit test added
10+
- update: bootstrap-vue to `2.0.0-rc.1`
11+
- chore: dependencies update
12+
313
###### `v1.0.9`
414
- refactor: Sidebar structure
515
- test: initial e2e test added

0 commit comments

Comments
 (0)