From ea526d1a430c4bed3b70edf86ac668036073dcde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Feb 2023 08:05:23 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-apes-watch.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-apes-watch.md create mode 100644 CHANGELOG.md diff --git a/.changeset/famous-apes-watch.md b/.changeset/famous-apes-watch.md deleted file mode 100644 index 7eeea8f1..00000000 --- a/.changeset/famous-apes-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": minor ---- - -- New look of the site using tailwinds css and [Infima](https://docusaurus.io/docs/styling-layout#styling-your-site-with-infima) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..72d408ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# docs-diary + +## 1.2.0 + +### Minor Changes + +- [#173](https://github.com/dipakparmar/docs-diary/pull/173) [`da5d47c`](https://github.com/dipakparmar/docs-diary/commit/da5d47c0bf5929a252ee0ee418cfe8e1b6d144d3) Thanks [@dipakparmar](https://github.com/dipakparmar)! - - New look of the site using tailwinds css and [Infima](https://docusaurus.io/docs/styling-layout#styling-your-site-with-infima) diff --git a/package.json b/package.json index fbcf3956..fdbf7709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs-diary", - "version": "1.1.0", + "version": "1.2.0", "private": true, "scripts": { "docusaurus": "docusaurus",