diff --git a/.changeset/soft-flies-itch.md b/.changeset/soft-flies-itch.md deleted file mode 100644 index 8215578..0000000 --- a/.changeset/soft-flies-itch.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@diacritic/runtime": patch -"@diacritic/core": patch -"@diacritic/detector": patch -"@diacritic/parser": patch -"@diacritic/react": patch -"@diacritic/utilities": patch ---- - -Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9221358..0b0ef5e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/core +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + +- Updated dependencies [[`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712)]: + - @diacritic/utilities@0.0.11 + ## 0.0.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b86fd46..234d047 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/core", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "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 f656d1a..02b088f 100644 --- a/packages/detector/CHANGELOG.md +++ b/packages/detector/CHANGELOG.md @@ -1,5 +1,11 @@ # @diacritic/detector +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + ## 0.0.10 ### Patch Changes diff --git a/packages/detector/package.json b/packages/detector/package.json index 818833e..e0aae50 100644 --- a/packages/detector/package.json +++ b/packages/detector/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/detector", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "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 40a6edc..601bd81 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,15 @@ # @diacritic/parser +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + +- Updated dependencies [[`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712)]: + - @diacritic/core@0.0.11 + - @diacritic/utilities@0.0.11 + ## 0.0.10 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index f40706a..124022a 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/parser", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "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 d1d6175..dae1584 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/react +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + +- Updated dependencies [[`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712)]: + - @diacritic/runtime@0.0.11 + ## 0.0.10 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3532c52..00a0e50 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/react", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "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 038bb9a..0057dcd 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @diacritic/runtime +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + +- Updated dependencies [[`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712)]: + - @diacritic/utilities@0.0.11 + ## 0.0.10 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 70ae1d3..d17d1c3 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/runtime", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "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 f8755b5..8dca216 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,5 +1,11 @@ # @diacritic/utilities +## 0.0.11 + +### Patch Changes + +- [#27](https://github.com/ceopaludetto/diacritic/pull/27) [`12e38b2`](https://github.com/ceopaludetto/diacritic/commit/12e38b2d16f8a819c5b96489f186d71a0f2ed712) Thanks [@ceopaludetto](https://github.com/ceopaludetto)! - Add a more standard package to deal with the proxy to avoid conflicts in legacy modern resolutions + ## 0.0.10 ### Patch Changes diff --git a/packages/utilities/package.json b/packages/utilities/package.json index cc31015..019e4d7 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,7 +1,7 @@ { "name": "@diacritic/utilities", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "author": { "name": "Carlos Eduardo de Oliveira Paludetto", "email": "ceo.paludetto@gmail.com",