···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-feat: Symbol API
66-77-### Symbol API
88-99-This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins.
1010-1111-We will update the [custom plugin guide](https://heyapi.dev/openapi-ts/plugins/custom) once the Plugin API becomes more stable.
-5
.changeset/cuddly-bears-deny.md
···11----
22-'@hey-api/codegen-core': minor
33----
44-55-feat: expand Symbol API
-9
.changeset/thirty-shoes-end.md
···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-feat(pinia-colada): remove `groupByTag` option
66-77-### Removed `groupByTag` Pinia Colada option
88-99-This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release.
+6
packages/codegen-core/CHANGELOG.md
···11# @hey-api/codegen-core
2233+## 0.1.0
44+55+### Minor Changes
66+77+- feat: expand Symbol API ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos)
88+39## 0.0.1
410511### Patch Changes
···11# @hey-api/openapi-ts
2233+## 0.83.0
44+55+### Minor Changes
66+77+- feat: Symbol API
88+99+### Symbol API
1010+1111+This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins.
1212+1313+We will update the [custom plugin guide](https://heyapi.dev/openapi-ts/plugins/custom) once the Plugin API becomes more stable. ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos)
1414+1515+- feat(pinia-colada): remove `groupByTag` option
1616+1717+### Removed `groupByTag` Pinia Colada option
1818+1919+This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release. ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos)
2020+2121+### Patch Changes
2222+2323+### Updated Dependencies:
2424+2525+- @hey-api/codegen-core@0.1.0
2626+327## 0.82.5
428529### Patch Changes