Skip to content

Commit 8b5d86a

Browse files
committed
Update changelog.md and package.json
1 parent dc71320 commit 8b5d86a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

changelog.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

3-
## [8.1.6]
4-
updated blocks position in Typography, Form Validations, LB Packages,
5-
Products Grid: Customize dropdowns in E-Commerce
6-
Alerts: Customize alerts notifications
7-
Dashboard: Fixed position pop-up alert in header
8-
Add function LoginOut in Login Page,
9-
Following dependencies and devDependencies was updated to the recent versions
10-
"dependencies": {
3+
## [8.1.6] - 13.05.2021
4+
- Updated blocks position in Typography, Form Validations, LB Packages,
5+
- Products Grid: Customize dropdowns in E-Commerce
6+
- Alerts: Customize alerts notifications
7+
- Dashboard: Fixed position pop-up alert in header
8+
- Add function LoginOut in Login Page,
9+
- Following dependencies and devDependencies was updated to the recent versions
10+
###Dependencies:
1111
"@fullcalendar/core": "5.3.0" -> "5.6.0",
1212
"@fullcalendar/daygrid": "5.3.0" -> "5.6.0",
1313
"@fullcalendar/interaction": "5.3.0" -> "5.6.0",
@@ -47,8 +47,8 @@ Following dependencies and devDependencies was updated to the recent versions
4747
"styled-components": "^5.1.1" -> "^5.3.0",
4848
"uuid": "^8.3.0" -> "^8.3.2",
4949
"yup": "^0.29.1" -> "^0.32.9"
50-
},
51-
"devDependencies": {
50+
51+
###DevDependencies:
5252
"@babel/core": "7.4.4" -> "7.14.0",
5353
"@babel/plugin-proposal-class-properties": "7.4.4" -> "7.13.0",
5454
"@babel/plugin-proposal-optional-chaining": "7.2.0" -> "^7.13.12",
@@ -85,7 +85,7 @@ Following dependencies and devDependencies was updated to the recent versions
8585
"webpack": "4.31.0" -> "4.44.0",
8686
"webpack-dev-server": "3.3.1" -> "3.11.2",
8787
"webpack-manifest-plugin": "2.0.4" -> "2.2.0",
88-
}
88+
8989
## [8.1.5]
9090

9191
- Updated documentation

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-react",
3-
"version": "8.1.4",
3+
"version": "8.1.6",
44
"private": true,
55
"scripts": {
66
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' node scripts/build.js",

0 commit comments

Comments
 (0)