fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3225 from hey-api/changeset-release/main

ci: release

authored by

Lubos and committed by
GitHub
27442edf 6e91bee0

+8 -6
-5
.changeset/publish-types.md
··· 1 - --- 2 - "@hey-api/types": patch 3 - --- 4 - 5 - Publish `@hey-api/types` so workspace packages can resolve it from npm.
+7
packages/types/CHANGELOG.md
··· 1 + # @hey-api/types 2 + 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Publish `@hey-api/types` so workspace packages can resolve it from npm. ([#3224](https://github.com/hey-api/openapi-ts/pull/3224)) ([`1f381b7`](https://github.com/hey-api/openapi-ts/commit/1f381b7cea64d38dc0ebec2a18323829cf322f07)) by [@mrlubos](https://github.com/mrlubos)
+1 -1
packages/types/package.json
··· 1 1 { 2 2 "name": "@hey-api/types", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "Shared utility types.", 5 5 "type": "module", 6 6 "types": "./src/index.ts",