diff --git a/.changeset/lovely-bottles-grin.md b/.changeset/lovely-bottles-grin.md deleted file mode 100644 index 21f79280..00000000 --- a/.changeset/lovely-bottles-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": patch ---- - -Upgraded to docusaurus from v3.1.1 to v3.3.2 diff --git a/.changeset/nine-toys-vanish.md b/.changeset/nine-toys-vanish.md deleted file mode 100644 index 085bc0c4..00000000 --- a/.changeset/nine-toys-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": patch ---- - -Upgraded @types/react from 18.3.2 to 18.3.3 diff --git a/.changeset/pretty-flowers-burn.md b/.changeset/pretty-flowers-burn.md deleted file mode 100644 index 48dcc9ad..00000000 --- a/.changeset/pretty-flowers-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": patch ---- - -Upgraded eslint-plugin-react-hooks from 4.6.0 to 4.6.2 diff --git a/.changeset/silent-crabs-hide.md b/.changeset/silent-crabs-hide.md deleted file mode 100644 index 4fdd4cd1..00000000 --- a/.changeset/silent-crabs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": patch ---- - -Upgraded clsx from 2.1.0 to 2.1.1 diff --git a/.changeset/spotty-paws-pay.md b/.changeset/spotty-paws-pay.md deleted file mode 100644 index d41f8dee..00000000 --- a/.changeset/spotty-paws-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs-diary": patch ---- - -Upgraded autoprefixer from 10.4.18 to 10.4.19 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf0d03b..534cd0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # docs-diary +## 1.6.3 + +### Patch Changes + +- [#377](https://github.com/dipakparmar/docs-diary/pull/377) [`7a6898d`](https://github.com/dipakparmar/docs-diary/commit/7a6898d13d7ed351fbdac0f9f931b8b395a14be4) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded to docusaurus from v3.1.1 to v3.3.2 + +- [#379](https://github.com/dipakparmar/docs-diary/pull/379) [`60ac958`](https://github.com/dipakparmar/docs-diary/commit/60ac9585a36f337e9499d5bb908658498c31c010) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded @types/react from 18.3.2 to 18.3.3 + +- [#381](https://github.com/dipakparmar/docs-diary/pull/381) [`8d65010`](https://github.com/dipakparmar/docs-diary/commit/8d65010594ff7c891df4682ff992f37c09dec03e) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded eslint-plugin-react-hooks from 4.6.0 to 4.6.2 + +- [#380](https://github.com/dipakparmar/docs-diary/pull/380) [`3d1d095`](https://github.com/dipakparmar/docs-diary/commit/3d1d095976b208db38dd43e6c067618ebb2d6920) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded clsx from 2.1.0 to 2.1.1 + +- [#378](https://github.com/dipakparmar/docs-diary/pull/378) [`eb7213b`](https://github.com/dipakparmar/docs-diary/commit/eb7213b2ae597a86e95da00f1d75b345541adc8a) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded autoprefixer from 10.4.18 to 10.4.19 + ## 1.6.2 ### Patch Changes diff --git a/package.json b/package.json index 22676bb2..22d75320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs-diary", - "version": "1.6.2", + "version": "1.6.3", "private": true, "scripts": { "docusaurus": "docusaurus",