From 5ad2106fe3cd0d934e915f48efb43fd4a9f3f95b Mon Sep 17 00:00:00 2001 From: Khang Date: Mon, 31 Oct 2022 21:45:29 +0700 Subject: [PATCH] release(0.10.0): bump version --- CHANGELOG.md | 63 ---------------------------------------------------- README.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 5f000a9..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,63 +0,0 @@ -# Changelog - -## 0.8.1 - -* Broke down `forms.css` into smaller components (`checkbox`, `radiobutton`, `select`, `textbox`) -* Renamed `buttons.css` to `button.css` for consistency. - -## 0.8.0 - -* Added separate CSS for each GUI component. -* Added glow effect to title bar buttons & tweaked window shadow. - -## 0.7.0 - -* Added button's `default` variant. -* Added hover state to radio, checkbox, select. -* Optimized and transformed icon path references to in-place base64 url. - -## 0.6.0 - -* Added a scoped css file that can coexist with other styling systems. - -## 0.5.0 - -* Added the `menubar`/`menu` component. -* Added the `dialog box` variant for `window`. -* Documentation: - * Added an instruction for justified tabs. - * Added a simplified tabs template. - -## 0.4.1 - -* Convert icons back to original due to Safari support. -* Fix some issues on Safari. - -## 0.4.0 - -* Convert icons to webp. - -## 0.3.1 - -* Split shared variables to a new file. - -## 0.3.0 - -* Added the `balloon` component. -* Added `glass frame` and `color` for the `window` component. - -## 0.2.0 - -* Adjusted font size and font family of all components to Segoe UI. -* Changed `progress bar` setup for a11y, and major additions. -* Documentation: - * Added `scrollbar`. - -## 0.1.1 - -* Added the missing `slider` design. -* Minor adjustment for `tabs` and `window`. - -## 0.1.0 - -* First release diff --git a/README.md b/README.md index 7c9ca1b..8088b19 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ You are so welcome to report issues, help out with contributions or whatever you ## 📜 Changelog -Refer to [CHANGELOG](/CHANGELOG.md). +Refer to [Releases](https://github.com/khang-nd/7.css/releases). diff --git a/package.json b/package.json index 88999ff..28554c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "7.css", - "version": "0.9.0", + "version": "0.10.0", "description": "A design system for building faithful recreations of the Windows 7 UI.", "main": "dist/7.css", "files": [