Skip to content

Commit fe0c15d

Browse files
committed
Update changelog and package
1 parent d87138f commit fe0c15d

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

changelog.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,78 @@
11
# Changelog
2+
3+
## [3.1.8]
4+
5+
### Fixed
6+
7+
- Fix popover text color;
8+
- Fix modal buttons;
9+
- Fix typography color;
10+
- Fix colors in several charts;
11+
- Fix input colors in forms elements
12+
213
## [3.1.7]
14+
315
### Updated
4-
- Update dependency
16+
17+
- Update dependency
518

619
### Fixed
20+
721
- Much work has been done to improve and correct a lot of small bugs :)
822

923
## [3.1.6]
24+
1025
### Updated
11-
- Update dependency
26+
27+
- Update dependency
1228

1329
## [3.1.5]
30+
1431
### Fixed
15-
- Update dependency
16-
- Fix animate class
32+
33+
- Update dependency
34+
- Fix animate class
1735
- Fix link to git repo
1836

1937
## [3.1.4]
38+
2039
### Fixed
2140

2241
- Fix invalid token validation
2342

2443
## [3.1.3]
44+
2545
### Fixed
2646

2747
- fixed issue with themes
2848

2949
## [3.1.2]
50+
3051
### Updated
3152

3253
- updated seed version
3354
- updated documentation
3455

3556
## [3.1.1]
57+
3658
### Fixed
3759

3860
- Design fixes
3961

4062
## [3.1.0]
63+
4164
### Updated
4265

4366
- Added brand new design!
4467

4568
## [3.0.5]
69+
4670
### Fixed
4771

4872
- fix bugs
4973

5074
## [3.0.4]
75+
5176
### Updated
5277

5378
- added documentation menu

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue-vue",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve --port 3000",

0 commit comments

Comments
 (0)