Skip to content

Commit

Permalink
Merge pull request #83 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 Nov 28, 2024
2 parents b575456 + fe475a5 commit c8f0f1c
Show file tree
Hide file tree
Showing 35 changed files with 159 additions and 38 deletions.
21 changes: 0 additions & 21 deletions .changeset/eighty-lies-tie.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 @@
# @blgc/cli

## 0.0.20

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.19

### 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,6 +1,6 @@
{
"name": "@blgc/cli",
"version": "0.0.19",
"version": "0.0.20",
"private": false,
"description": "Straightforward CLI to bundle Typescript libraries with presets, powered by Rollup and Esbuild",
"keywords": [],
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 @@
# @blgc/config

## 0.0.26

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.25

### 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,6 +1,6 @@
{
"name": "@blgc/config",
"version": "0.0.25",
"version": "0.0.26",
"private": false,
"description": "Builder.Group's engineering style guide",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/elevenlabs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# elevenlabs-client

## 0.0.10

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- [email protected]
- @blgc/utils@0.0.26

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elevenlabs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elevenlabs-client",
"version": "0.0.9",
"version": "0.0.10",
"private": false,
"description": "Typesafe and straightforward fetch client for interacting with the ElevenLabs API using feature-fetch",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/eprel-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eprel-client

## 0.0.20

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- [email protected]
- @blgc/utils@0.0.26

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eprel-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eprel-client",
"version": "0.0.19",
"version": "0.0.20",
"private": false,
"description": "Typesafe and straightforward fetch client for interacting with the European Product Registry for Energy Labelling (EPREL) API using feature-fetch",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/feature-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# feature-fetch

## 0.0.32

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- @blgc/types@0.0.8
- @blgc/utils@0.0.26

## 0.0.31

### 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,6 +1,6 @@
{
"name": "feature-fetch",
"version": "0.0.31",
"version": "0.0.32",
"private": false,
"description": "Straightforward, typesafe, and feature-based fetch wrapper supporting OpenAPI types",
"keywords": [],
Expand Down
12 changes: 12 additions & 0 deletions packages/feature-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# feature-form

## 0.0.31

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- [email protected]
- [email protected]
- @blgc/types@0.0.8
- @blgc/utils@0.0.26

## 0.0.30

### 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,6 +1,6 @@
{
"name": "feature-form",
"version": "0.0.30",
"version": "0.0.31",
"private": false,
"description": "Straightforward, typesafe, and feature-based form library for ReactJs",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/feature-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# feature-logger

## 0.0.25

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- @blgc/types@0.0.8
- @blgc/utils@0.0.26

## 0.0.24

### 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,6 +1,6 @@
{
"name": "feature-logger",
"version": "0.0.24",
"version": "0.0.25",
"private": false,
"description": "Straightforward, typesafe, and feature-based logging library",
"keywords": [],
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-react

## 0.0.31

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.30

### 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,6 +1,6 @@
{
"name": "feature-react",
"version": "0.0.30",
"version": "0.0.31",
"private": false,
"description": "ReactJs extension features for feature-state",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/feature-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# feature-state

## 0.0.36

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- @blgc/types@0.0.8
- @blgc/utils@0.0.26

## 0.0.35

### 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,6 +1,6 @@
{
"name": "feature-state",
"version": "0.0.35",
"version": "0.0.36",
"private": false,
"description": "Straightforward, typesafe, and feature-based state management library for ReactJs",
"keywords": [],
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.18

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- @blgc/utils@0.0.26

## 0.0.17

### 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,6 +1,6 @@
{
"name": "figma-connect",
"version": "0.0.17",
"version": "0.0.18",
"private": false,
"description": "Straightforward and typesafe wrapper around the communication between the app/ui (iframe) and plugin (sandbox) part of a Figma Plugin",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/google-webfonts-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# google-webfonts-client

## 0.0.23

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- [email protected]
- @blgc/utils@0.0.26

## 0.0.22

### 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,6 +1,6 @@
{
"name": "google-webfonts-client",
"version": "0.0.22",
"version": "0.0.23",
"private": false,
"description": "Typesafe and straightforward fetch client for interacting with the Google Web Fonts API using feature-fetch",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blgc/openapi-router

## 0.0.22

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- [email protected]
- @blgc/types@0.0.8

## 0.0.21

### 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,6 +1,6 @@
{
"name": "@blgc/openapi-router",
"version": "0.0.21",
"version": "0.0.22",
"private": false,
"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",
"keywords": [],
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 @@
# @blgc/types

## 0.0.8

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.7

### 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,6 +1,6 @@
{
"name": "@blgc/types",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"description": "A collection of utility types",
"keywords": [],
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.26

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.24

### 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,6 +1,6 @@
{
"name": "@blgc/utils",
"version": "0.0.25",
"version": "0.0.26",
"private": false,
"description": "Straightforward, typesafe, and tree-shakable collection of utility functions",
"keywords": [],
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.14

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

- Updated dependencies [[`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5)]:
- @blgc/utils@0.0.26

## 0.0.13

### 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,6 +1,6 @@
{
"name": "validation-adapter",
"version": "0.0.13",
"version": "0.0.14",
"private": false,
"description": "Universal validation adapter that integrates various validation libraries like Zod, Valibot, and Yup",
"keywords": [],
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.13

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.12

### 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,6 +1,6 @@
{
"name": "validation-adapters",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"description": "Pre-made validation adapters for the validation-adapter library, including adapters for Zod and Valibot",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/xml-tokenizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xml-tokenizer

## 0.0.17

### Patch Changes

- [#81](https://github.com/builder-group/community/pull/81) [`3b84711`](https://github.com/builder-group/community/commit/3b847116033f6c6d0478cefa109d5f1c26312ed5) Thanks [@bennobuilder](https://github.com/bennobuilder)! - Migrated to Eslint 9

## 0.0.16

### Patch Changes
Expand Down
Loading

0 comments on commit c8f0f1c

Please sign in to comment.