diff --git a/CHANGELOG.md b/CHANGELOG.md index 16236dcc5..de5560730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,3 +72,27 @@ All notable changes to this project will be documented in this file. - fix #960 - Badges not honoring font sizes - fix #959 - `node-sass` does not properly compile nested media queries - update package dependencies to newest version + + +## `1.0.0-beta7` - 2021-02-05 + +- fix: #1019 - project-overview.html link not working +- fix: #1010 - card with bottom tabs has incorrect border radius +- uptime monitor mobile fixes +- navbar dark button fix +- `tabler-icons` link +- autoloading webfonts +- cards fixes, new cards demos +- ruby dependencies update +- RTL stylesheet fixes +- new card action demos + + +## `1.0.0-beta8` - 2021-02-05 + +- update dependencies +- new vector maps demos +- fixes update map on resize +- docs improvement +- replace `badge` with `status-dot` in `navbar-notifications.html` +- map tooltip fixes diff --git a/package.json b/package.json index 2846e906e..4c4700685 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bundlewatch": "bundlewatch --config .bundlewatch.config.json", "chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN", "storybook": "start-storybook -p 6006", - "build-storybook": "build-storybook" + "changelog": "gulp changelog" }, "repository": { "type": "git", diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 500096be3..844ee9683 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -65,4 +65,29 @@ - update `@tabler/icons` to version 1.48 - "fix #960 - Badges not honoring font sizes" - "fix #959 - `node-sass` does not properly compile nested media queries" - - update package dependencies to newest version \ No newline at end of file + - update package dependencies to newest version + +- version: 1.0.0-beta7 + date: 2021-02-05 + changes: + - "fix: #1019 - project-overview.html link not working" + - "fix: #1010 - card with bottom tabs has incorrect border radius" + - uptime monitor mobile fixes + - navbar dark button fix + - "`tabler-icons` link" + - autoloading webfonts + - "cards fixes, new cards demos" + - ruby dependencies update + - RTL stylesheet fixes + - new card action demos + +- version: 1.0.0-beta8 + date: 2021-02-05 + changes: + - update dependencies + - new vector maps demos + - fixes update map on resize + - docs improvement + - replace `badge` with `status-dot` in `navbar-notifications.html` + - map tooltip fixes +