diff --git a/.changeset/honest-pandas-report.md b/.changeset/honest-pandas-report.md deleted file mode 100644 index ab71a54..0000000 --- a/.changeset/honest-pandas-report.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@diacritic/runtime": patch -"@diacritic/parser": patch -"@diacritic/core": patch -"@diacritic/detector": patch -"@diacritic/react": patch -"@diacritic/utilities": patch ---- - -Downgrade nanoid to support CJS environments diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9f8580c..9221358 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/core +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + +- Updated dependencies [[`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d)]: + - @diacritic/utilities@0.0.10 + ## 0.0.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0cecdd3..b86fd46 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/core", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com", diff --git a/packages/detector/CHANGELOG.md b/packages/detector/CHANGELOG.md index 607963b..f656d1a 100644 --- a/packages/detector/CHANGELOG.md +++ b/packages/detector/CHANGELOG.md @@ -1,5 +1,11 @@ # @diacritic/detector +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + ## 0.0.9 ### Patch Changes diff --git a/packages/detector/package.json b/packages/detector/package.json index 1725a75..818833e 100644 --- a/packages/detector/package.json +++ b/packages/detector/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/detector", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index dcf7505..40a6edc 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,15 @@ # @diacritic/parser +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + +- Updated dependencies [[`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d)]: + - @diacritic/core@0.0.10 + - @diacritic/utilities@0.0.10 + ## 0.0.9 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 8fec5be..f40706a 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/parser", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index db70fd8..d1d6175 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/react +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + +- Updated dependencies [[`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d)]: + - @diacritic/runtime@0.0.10 + ## 0.0.9 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1090f29..3532c52 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/react", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 319c874..038bb9a 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/runtime +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + +- Updated dependencies [[`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d)]: + - @diacritic/utilities@0.0.10 + ## 0.0.9 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 1d553f1..b14a475 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/runtime", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com", diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index 6879acb..f8755b5 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,5 +1,11 @@ # @diacritic/utilities +## 0.0.10 + +### Patch Changes + +- [#25](https://github.com/ceopaludetto/diacritic/pull/25) [`aa826a1`](https://github.com/ceopaludetto/diacritic/commit/aa826a1c267b59405f0d302021b5701e5152745d) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Downgrade nanoid to support CJS environments + ## 0.0.9 ### Patch Changes diff --git a/packages/utilities/package.json b/packages/utilities/package.json index ea20bc3..cc31015 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/utilities", "type": "module", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com",