From 2677f142a9eefa2b37db19cbc652f43684f17053 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jul 2024 15:00:55 +0000 Subject: [PATCH] =?UTF-8?q?[ci]=20version=20packages=20=F0=9F=A6=8B=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/shaggy-ties-cheer.md | 11 ----------- examples/openapi-router/express/petstore/CHANGELOG.md | 8 ++++++++ examples/openapi-router/express/petstore/package.json | 2 +- packages/feature-fetch/CHANGELOG.md | 8 ++++++++ packages/feature-fetch/package.json | 2 +- packages/feature-form/CHANGELOG.md | 11 +++++++++++ packages/feature-form/package.json | 2 +- packages/feature-logger/CHANGELOG.md | 8 ++++++++ packages/feature-logger/package.json | 2 +- packages/feature-state/CHANGELOG.md | 8 ++++++++ packages/feature-state/package.json | 2 +- packages/google-webfonts-client/CHANGELOG.md | 7 +++++++ packages/google-webfonts-client/package.json | 2 +- packages/openapi-router/CHANGELOG.md | 8 ++++++++ packages/openapi-router/package.json | 2 +- 15 files changed, 65 insertions(+), 18 deletions(-) delete mode 100644 .changeset/shaggy-ties-cheer.md create mode 100644 examples/openapi-router/express/petstore/CHANGELOG.md diff --git a/.changeset/shaggy-ties-cheer.md b/.changeset/shaggy-ties-cheer.md deleted file mode 100644 index d85edd9e..00000000 --- a/.changeset/shaggy-ties-cheer.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'feature-logger': patch -'@ibg/openapi-router': patch -'feature-fetch': patch -'feature-state': patch -'feature-form': patch ---- - -Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. - -For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). diff --git a/examples/openapi-router/express/petstore/CHANGELOG.md b/examples/openapi-router/express/petstore/CHANGELOG.md new file mode 100644 index 00000000..9c98efda --- /dev/null +++ b/examples/openapi-router/express/petstore/CHANGELOG.md @@ -0,0 +1,8 @@ +# petstore + +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71)]: + - @ibg/openapi-router@0.0.7 diff --git a/examples/openapi-router/express/petstore/package.json b/examples/openapi-router/express/petstore/package.json index 5f2c47e9..fd1e845c 100644 --- a/examples/openapi-router/express/petstore/package.json +++ b/examples/openapi-router/express/petstore/package.json @@ -1,6 +1,6 @@ { "name": "petstore", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "build": "tsc", diff --git a/packages/feature-fetch/CHANGELOG.md b/packages/feature-fetch/CHANGELOG.md index 524b827a..db8e0d1c 100644 --- a/packages/feature-fetch/CHANGELOG.md +++ b/packages/feature-fetch/CHANGELOG.md @@ -1,5 +1,13 @@ # feature-fetch +## 0.0.10 + +### Patch Changes + +- [#46](https://github.com/inbeta-group/monorepo/pull/46) [`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71) Thanks [@github-actions](https://github.com/apps/github-actions)! - Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. + + For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). + ## 0.0.9 ### Patch Changes diff --git a/packages/feature-fetch/package.json b/packages/feature-fetch/package.json index 73dcd78c..e6f0f90b 100644 --- a/packages/feature-fetch/package.json +++ b/packages/feature-fetch/package.json @@ -1,7 +1,7 @@ { "name": "feature-fetch", "description": "Straightforward, typesafe, and feature-based fetch wrapper supporting OpenAPI types", - "version": "0.0.9", + "version": "0.0.10", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle", diff --git a/packages/feature-form/CHANGELOG.md b/packages/feature-form/CHANGELOG.md index 2cc77340..210dd40b 100644 --- a/packages/feature-form/CHANGELOG.md +++ b/packages/feature-form/CHANGELOG.md @@ -1,5 +1,16 @@ # feature-form +## 0.0.12 + +### Patch Changes + +- [#46](https://github.com/inbeta-group/monorepo/pull/46) [`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71) Thanks [@github-actions](https://github.com/apps/github-actions)! - Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. + + For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). + +- Updated dependencies [[`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71)]: + - feature-state@0.0.17 + ## 0.0.11 ### Patch Changes diff --git a/packages/feature-form/package.json b/packages/feature-form/package.json index da7dd836..08bbc4de 100644 --- a/packages/feature-form/package.json +++ b/packages/feature-form/package.json @@ -1,7 +1,7 @@ { "name": "feature-form", "description": "Straightforward, typesafe, and feature-based form library for ReactJs", - "version": "0.0.11", + "version": "0.0.12", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle", diff --git a/packages/feature-logger/CHANGELOG.md b/packages/feature-logger/CHANGELOG.md index eb4cb4e6..5cc3e643 100644 --- a/packages/feature-logger/CHANGELOG.md +++ b/packages/feature-logger/CHANGELOG.md @@ -1,5 +1,13 @@ # @ibg/logger +## 0.0.16 + +### Patch Changes + +- [#46](https://github.com/inbeta-group/monorepo/pull/46) [`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71) Thanks [@github-actions](https://github.com/apps/github-actions)! - Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. + + For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). + ## 0.0.15 ### Patch Changes diff --git a/packages/feature-logger/package.json b/packages/feature-logger/package.json index 94eb8e6e..321f3d38 100644 --- a/packages/feature-logger/package.json +++ b/packages/feature-logger/package.json @@ -1,7 +1,7 @@ { "name": "feature-logger", "description": "Straightforward, typesafe, and feature-based logging library", - "version": "0.0.15", + "version": "0.0.16", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle", diff --git a/packages/feature-state/CHANGELOG.md b/packages/feature-state/CHANGELOG.md index 1e5ac396..b1e60bc1 100644 --- a/packages/feature-state/CHANGELOG.md +++ b/packages/feature-state/CHANGELOG.md @@ -1,5 +1,13 @@ # feature-state +## 0.0.17 + +### Patch Changes + +- [#46](https://github.com/inbeta-group/monorepo/pull/46) [`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71) Thanks [@github-actions](https://github.com/apps/github-actions)! - Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. + + For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). + ## 0.0.16 ### Patch Changes diff --git a/packages/feature-state/package.json b/packages/feature-state/package.json index d105efd5..d672d859 100644 --- a/packages/feature-state/package.json +++ b/packages/feature-state/package.json @@ -1,7 +1,7 @@ { "name": "feature-state", "description": "Straightforward, typesafe, and feature-based state management library for ReactJs", - "version": "0.0.16", + "version": "0.0.17", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle", diff --git a/packages/google-webfonts-client/CHANGELOG.md b/packages/google-webfonts-client/CHANGELOG.md index 7e3660e3..b3f42c12 100644 --- a/packages/google-webfonts-client/CHANGELOG.md +++ b/packages/google-webfonts-client/CHANGELOG.md @@ -1,5 +1,12 @@ # google-webfonts-client +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71)]: + - feature-fetch@0.0.10 + ## 0.0.8 ### Patch Changes diff --git a/packages/google-webfonts-client/package.json b/packages/google-webfonts-client/package.json index 6ab3aff7..2d0d29dc 100644 --- a/packages/google-webfonts-client/package.json +++ b/packages/google-webfonts-client/package.json @@ -1,7 +1,7 @@ { "name": "google-webfonts-client", "description": "Typesafe and straightforward fetch client for interacting with the Google Web Fonts API using feature-fetch", - "version": "0.0.8", + "version": "0.0.9", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle", diff --git a/packages/openapi-router/CHANGELOG.md b/packages/openapi-router/CHANGELOG.md index 96a93cb9..88102b8a 100644 --- a/packages/openapi-router/CHANGELOG.md +++ b/packages/openapi-router/CHANGELOG.md @@ -1,5 +1,13 @@ # @ibg/openapi-router +## 0.0.7 + +### Patch Changes + +- [#46](https://github.com/inbeta-group/monorepo/pull/46) [`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71) Thanks [@github-actions](https://github.com/apps/github-actions)! - Listed `@ibg/types` as a dependency to ensure it's automatically installed for consumers, preventing issues like `any` types for `feature-x` packages due to missing `TUnionToIntersection`. + + For more details: [Microsoft/types-publisher/issues/81](https://github.com/Microsoft/types-publisher/issues/81). + ## 0.0.5 ### Patch Changes diff --git a/packages/openapi-router/package.json b/packages/openapi-router/package.json index f44cf100..ce7a3f1b 100644 --- a/packages/openapi-router/package.json +++ b/packages/openapi-router/package.json @@ -1,7 +1,7 @@ { "name": "@ibg/openapi-router", "description": "Thin wrapper around the router of web frameworks like Express and Hono, offering OpenAPI typesafety and seamless integration with validation libraries such as Valibot and Zod", - "version": "0.0.6", + "version": "0.0.7", "private": false, "scripts": { "build": "shx rm -rf dist && ../../scripts/cli.sh bundle",