Skip to content

Commit

Permalink
Merge pull request #56 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 2, 2024
2 parents 680dd8b + 6d96347 commit a3c1738
Show file tree
Hide file tree
Showing 29 changed files with 143 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .changeset/lemon-moons-chew.md

This file was deleted.

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

## 0.0.16

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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": "@blgc/cli",
"description": "Straightforward CLI to bundle Typescript libraries with presets, powered by Rollup and Esbuild",
"version": "0.0.15",
"version": "0.0.16",
"private": false,
"bin": {
"blgc": "./bin/run"
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @blgc/config

## 0.0.16

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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": "@blgc/config",
"description": "Collection of ESLint, Vite and Typescript configurations",
"version": "0.0.15",
"version": "0.0.16",
"private": false,
"scripts": {
"clean": "shx rm -rf dist && shx rm -rf node_modules && shx rm -rf .turbo",
Expand Down
11 changes: 11 additions & 0 deletions packages/feature-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# feature-fetch

## 0.0.14

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- @blgc/types@0.0.6
- @blgc/utils@0.0.15
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.13",
"version": "0.0.14",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
13 changes: 13 additions & 0 deletions packages/feature-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# feature-form

## 0.0.15

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- [email protected]
- [email protected]
- @blgc/types@0.0.6
- @blgc/utils@0.0.15
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.14",
"version": "0.0.15",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
11 changes: 11 additions & 0 deletions packages/feature-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# feature-logger

## 0.0.18

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- @blgc/types@0.0.6
- @blgc/utils@0.0.15
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.17",
"version": "0.0.18",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
7 changes: 7 additions & 0 deletions packages/feature-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# feature-react

## 0.0.18

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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.17",
"version": "0.0.18",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
11 changes: 11 additions & 0 deletions packages/feature-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# feature-state

## 0.0.19

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- @blgc/types@0.0.6
- @blgc/utils@0.0.15
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.18",
"version": "0.0.19",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
10 changes: 10 additions & 0 deletions packages/figma-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# figma-connect

## 0.0.11

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- @blgc/utils@0.0.15
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.10",
"version": "0.0.11",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
10 changes: 10 additions & 0 deletions packages/google-webfonts-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google-webfonts-client

## 0.0.13

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- [email protected]
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.12",
"version": "0.0.13",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @blgc/openapi-router

## 0.0.12

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- [email protected]
- @blgc/types@0.0.6
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.11",
"version": "0.0.12",
"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 @@
# @blgc/types

## 0.0.6

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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": "@blgc/types",
"description": "A collection of utility types",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle -b typesonly",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @blgc/utils

## 0.0.15

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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.14",
"version": "0.0.15",
"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.7

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group

- Updated dependencies [[`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af)]:
- @blgc/utils@0.0.15
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.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/validation-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# validation-adapters

## 0.0.8

### Patch Changes

- [#53](https://github.com/builder-group/community/pull/53) [`4948630`](https://github.com/builder-group/community/commit/49486304d29e85d9c1f065e0e71bf786e67a23af) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Rebrand to builder.group
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.7",
"version": "0.0.8",
"private": false,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit a3c1738

Please sign in to comment.