From e5dcf6856d5b14dad051d9490a46b09e14e6da64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 May 2024 16:08:39 +0000 Subject: [PATCH] chore: publish --- .changeset/dry-hounds-clean.md | 5 ----- packages/react-dictionary/CHANGELOG.md | 6 ++++++ packages/react-dictionary/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dry-hounds-clean.md diff --git a/.changeset/dry-hounds-clean.md b/.changeset/dry-hounds-clean.md deleted file mode 100644 index 2d6df390..00000000 --- a/.changeset/dry-hounds-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/react-dictionary": patch ---- - -The provider is now marked as a client component. diff --git a/packages/react-dictionary/CHANGELOG.md b/packages/react-dictionary/CHANGELOG.md index c4256f5b..7d0db4c7 100644 --- a/packages/react-dictionary/CHANGELOG.md +++ b/packages/react-dictionary/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/react-dictionary +## 0.2.1 + +### Patch Changes + +- [`891c530`](https://github.com/codedazur/toolkit/commit/891c530e58caf82e027a87462ad12c2c6bfdfc9b) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The provider is now marked as a client component. + ## 0.2.0 ### Minor Changes diff --git a/packages/react-dictionary/package.json b/packages/react-dictionary/package.json index ded434e0..d48a5220 100644 --- a/packages/react-dictionary/package.json +++ b/packages/react-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/react-dictionary", - "version": "0.2.0", + "version": "0.2.1", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",