Skip to content

Commit 91b916c

Browse files
authored
Merge pull request #2613 from hey-api/changeset-release/main
ci: release
2 parents 965f667 + 7124cd7 commit 91b916c

File tree

8 files changed

+39
-263
lines changed

8 files changed

+39
-263
lines changed

.changeset/brown-paws-design.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/cuddly-bears-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-shoes-end.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/codegen-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/codegen-core
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 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)
8+
39
## 0.0.1
410

511
### Patch Changes

packages/codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/codegen-core",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "🧱 TypeScript framework for generating structured, multi-file source code from abstract syntax trees.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @hey-api/openapi-ts
22

3+
## 0.83.0
4+
5+
### Minor Changes
6+
7+
- feat: Symbol API
8+
9+
### Symbol API
10+
11+
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.
12+
13+
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)
14+
15+
- feat(pinia-colada): remove `groupByTag` option
16+
17+
### Removed `groupByTag` Pinia Colada option
18+
19+
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)
20+
21+
### Patch Changes
22+
23+
### Updated Dependencies:
24+
25+
26+
327
## 0.82.5
428

529
### Patch Changes

packages/openapi-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.82.5",
3+
"version": "0.83.0",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {
@@ -88,7 +88,7 @@
8888
"node": "^18.18.0 || ^20.9.0 || >=22.10.0"
8989
},
9090
"dependencies": {
91-
"@hey-api/codegen-core": "workspace:^0.0.1",
91+
"@hey-api/codegen-core": "workspace:^0.1.0",
9292
"@hey-api/json-schema-ref-parser": "1.1.0",
9393
"ansi-colors": "4.1.3",
9494
"c12": "2.0.1",

0 commit comments

Comments
 (0)