Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] version packages 🦋 #47

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/shaggy-ties-cheer.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/openapi-router/express/petstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# petstore

## 1.0.1

### Patch Changes

- Updated dependencies [[`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71)]:
- @ibg/[email protected]
2 changes: 1 addition & 1 deletion examples/openapi-router/express/petstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "petstore",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
8 changes: 8 additions & 0 deletions packages/feature-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/feature-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-form/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/feature-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-logger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/feature-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-state/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-webfonts-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# google-webfonts-client

## 0.0.9

### Patch Changes

- Updated dependencies [[`35d0ca2`](https://github.com/inbeta-group/monorepo/commit/35d0ca2baaf734a63499f668d2e278f501cf9a71)]:
- [email protected]

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/google-webfonts-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-router/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down