Skip to content

Commit

Permalink
[ci] version packages 🦋 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 85926de commit 71d9b7d
Show file tree
Hide file tree
Showing 31 changed files with 137 additions and 32 deletions.
17 changes: 0 additions & 17 deletions .changeset/cool-zebras-build.md

This file was deleted.

12 changes: 12 additions & 0 deletions examples/feature-form/react/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# basic

## 0.0.2

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- [email protected]
- [email protected]
- [email protected]
- @ibg/utils@0.0.10

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-form/react/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basic",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions examples/feature-state/react/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# counter

## 0.0.2

### Patch Changes

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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-state/react/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "counter",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
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.13

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.8

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- @ibg/utils@0.0.10

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.10

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- [email protected]
- [email protected]
- @ibg/utils@0.0.10

## 0.0.7

### 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.9",
"version": "0.0.10",
"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.14

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- @ibg/utils@0.0.10

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.16

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

## 0.0.14

### 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.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/feature-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# feature-state

## 0.0.15

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- @ibg/utils@0.0.10

## 0.0.13

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

## 0.0.8

### Patch Changes

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- @ibg/utils@0.0.10

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.7

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

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

## 0.0.6

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

## 0.0.7

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-express",
"description": "Typesafe Express Router wrapper supporting OpenAPI types",
"version": "0.0.6",
"version": "0.0.7",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ibg/types

## 0.0.2

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies
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.1",
"version": "0.0.2",
"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.10

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

## 0.0.8

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

## 0.0.3

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies

- Updated dependencies [[`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912)]:
- @ibg/utils@0.0.10
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.2",
"version": "0.0.3",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
7 changes: 7 additions & 0 deletions packages/validation-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# validation-adapters

## 0.0.3

### Patch Changes

- [#39](https://github.com/inbeta-group/monorepo/pull/39) [`4dd985a`](https://github.com/inbeta-group/monorepo/commit/4dd985a432a4197324792cb25d7df3c0f9ccc912) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - updated dependencies
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.2",
"version": "0.0.3",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit 71d9b7d

Please sign in to comment.