Skip to content

Commit

Permalink
Merge pull request #66 from builder-group/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] version packages 🦋
  • Loading branch information
bennobuilder authored Aug 18, 2024
2 parents 0968aaa + 3d0b343 commit 6591047
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-walls-kneel.md

This file was deleted.

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.16

### Patch Changes

- [#65](https://github.com/builder-group/community/pull/65) [`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1) Thanks [@github-actions](https://github.com/apps/github-actions)! - Custom and very barebone Result implementation to not bloat bundle

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16

## 0.0.15

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

## 0.0.17

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16
- [email protected]
- [email protected]

## 0.0.16

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

## 0.0.20

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16

## 0.0.19

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

## 0.0.21

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16

## 0.0.20

### 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.20",
"version": "0.0.21",
"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.13

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16

## 0.0.12

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

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- [email protected]

## 0.0.14

### 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.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/openapi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blgc/openapi-router

## 0.0.14

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.13

### 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": "@blgc/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.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/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blgc/utils

## 0.0.16

### Patch Changes

- [#65](https://github.com/builder-group/community/pull/65) [`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1) Thanks [@github-actions](https://github.com/apps/github-actions)! - Custom and very barebone Result implementation to not bloat bundle

## 0.0.15

### 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": "@blgc/utils",
"description": "Straightforward, typesafe, and tree-shakable collection of utility functions",
"version": "0.0.15",
"version": "0.0.16",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
7 changes: 7 additions & 0 deletions packages/validation-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# validation-adapter

## 0.0.9

### Patch Changes

- Updated dependencies [[`8138857`](https://github.com/builder-group/community/commit/8138857cd8a4b1a67153fd33938f9cd559476ec1)]:
- @blgc/utils@0.0.16

## 0.0.8

### 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.8",
"version": "0.0.9",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit 6591047

Please sign in to comment.