Skip to content

Commit

Permalink
Merge pull request #45 from inbeta-group/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] version packages 🦋
  • Loading branch information
bennobuilder authored Jul 8, 2024
2 parents 56ff4e4 + 671ae8a commit 41f4372
Show file tree
Hide file tree
Showing 29 changed files with 125 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .changeset/dry-bottles-wonder.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/cli

## 0.0.13

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/cli",
"description": "Straightforward CLI to bundle Typescript libraries with presets, powered by Rollup and Esbuild",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"bin": {
"ibg": "./bin/run"
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/config

## 0.0.14

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/config",
"description": "Collection of ESLint, Vite and Typescript configurations",
"version": "0.0.13",
"version": "0.0.14",
"private": false,
"scripts": {
"clean": "shx rm -rf dist && shx rm -rf node_modules && shx rm -rf .turbo",
Expand Down
9 changes: 9 additions & 0 deletions packages/feature-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# feature-fetch

## 0.0.9

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- @ibg/utils@0.0.11

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.11

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- [email protected]
- [email protected]
- @ibg/utils@0.0.11

## 0.0.10

### 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.10",
"version": "0.0.11",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
9 changes: 9 additions & 0 deletions packages/feature-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ibg/logger

## 0.0.15

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- @ibg/utils@0.0.11

## 0.0.14

### 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.14",
"version": "0.0.15",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
6 changes: 6 additions & 0 deletions packages/feature-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# feature-state-react

## 0.0.17

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feature-react",
"description": "ReactJs extension features for feature-state",
"version": "0.0.16",
"version": "0.0.17",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
9 changes: 9 additions & 0 deletions packages/feature-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# feature-state

## 0.0.16

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- @ibg/utils@0.0.11

## 0.0.15

### 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.15",
"version": "0.0.16",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
9 changes: 9 additions & 0 deletions packages/figma-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# figma-connect

## 0.0.9

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- @ibg/utils@0.0.11

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "figma-connect",
"description": "Straightforward and typesafe wrapper around the communication between the app/ui (iframe) and plugin (sandbox) part of a Figma Plugin",
"version": "0.0.8",
"version": "0.0.9",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
9 changes: 9 additions & 0 deletions packages/google-webfonts-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# google-webfonts-client

## 0.0.8

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

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

## 0.0.7

### 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.7",
"version": "0.0.8",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ibg/openapi-router

## 0.0.5

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- [email protected]
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.4",
"version": "0.0.5",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/types

## 0.0.3

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/types",
"description": "A collection of utility types",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle -b typesonly",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/utils

## 0.0.11

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/utils",
"description": "Straightforward, typesafe, and tree-shakable collection of utility functions",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
9 changes: 9 additions & 0 deletions packages/validation-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# validation-adapter

## 0.0.4

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

- Updated dependencies [[`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52)]:
- @ibg/utils@0.0.11

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validation-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validation-adapter",
"description": "Universal validation adapter that integrates various validation libraries like Zod, Valibot, and Yup",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
6 changes: 6 additions & 0 deletions packages/validation-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# validation-adapters

## 0.0.5

### Patch Changes

- [#43](https://github.com/inbeta-group/monorepo/pull/43) [`d51723f`](https://github.com/inbeta-group/monorepo/commit/d51723fdfb62347654e07e307a382e743f44bc52) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - fixed typos

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validation-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validation-adapters",
"description": "Pre-made validation adapters for the validation-adapter library, including adapters for Zod and Valibot",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit 41f4372

Please sign in to comment.