From fe475a56bf1968ebcc383b6844d6e7dc8dabf1d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 07:19:49 +0000 Subject: [PATCH] =?UTF-8?q?[ci]=20version=20packages=20=F0=9F=A6=8B=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/eighty-lies-tie.md | 21 -------------------- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- packages/elevenlabs-client/CHANGELOG.md | 10 ++++++++++ packages/elevenlabs-client/package.json | 2 +- packages/eprel-client/CHANGELOG.md | 10 ++++++++++ packages/eprel-client/package.json | 2 +- packages/feature-fetch/CHANGELOG.md | 10 ++++++++++ packages/feature-fetch/package.json | 2 +- packages/feature-form/CHANGELOG.md | 12 +++++++++++ packages/feature-form/package.json | 2 +- packages/feature-logger/CHANGELOG.md | 10 ++++++++++ packages/feature-logger/package.json | 2 +- packages/feature-react/CHANGELOG.md | 6 ++++++ packages/feature-react/package.json | 2 +- packages/feature-state/CHANGELOG.md | 10 ++++++++++ packages/feature-state/package.json | 2 +- packages/figma-connect/CHANGELOG.md | 9 +++++++++ packages/figma-connect/package.json | 2 +- packages/google-webfonts-client/CHANGELOG.md | 10 ++++++++++ packages/google-webfonts-client/package.json | 2 +- packages/openapi-router/CHANGELOG.md | 10 ++++++++++ packages/openapi-router/package.json | 2 +- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/validation-adapter/CHANGELOG.md | 9 +++++++++ packages/validation-adapter/package.json | 2 +- packages/validation-adapters/CHANGELOG.md | 6 ++++++ packages/validation-adapters/package.json | 2 +- packages/xml-tokenizer/CHANGELOG.md | 6 ++++++ packages/xml-tokenizer/package.json | 2 +- 35 files changed, 159 insertions(+), 38 deletions(-) delete mode 100644 .changeset/eighty-lies-tie.md diff --git a/.changeset/eighty-lies-tie.md b/.changeset/eighty-lies-tie.md deleted file mode 100644 index 5371026a..00000000 --- a/.changeset/eighty-lies-tie.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'google-webfonts-client': patch -'validation-adapters': patch -'validation-adapter': patch -'elevenlabs-client': patch -'feature-logger': patch -'@blgc/openapi-router': patch -'feature-fetch': patch -'feature-react': patch -'feature-state': patch -'figma-connect': patch -'xml-tokenizer': patch -'eprel-client': patch -'feature-form': patch -'@blgc/config': patch -'@blgc/types': patch -'@blgc/utils': patch -'@blgc/cli': patch ---- - -Migrated to Eslint 9 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9db49472..11dcd0f7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index cce9844c..e7cfeeff 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": [], diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index defb5d28..1d285135 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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 diff --git a/packages/config/package.json b/packages/config/package.json index f26a0a1b..bdfdc607 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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": [], diff --git a/packages/elevenlabs-client/CHANGELOG.md b/packages/elevenlabs-client/CHANGELOG.md index dc24619b..b096760a 100644 --- a/packages/elevenlabs-client/CHANGELOG.md +++ b/packages/elevenlabs-client/CHANGELOG.md @@ -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)]: + - feature-fetch@0.0.32 + - @blgc/utils@0.0.26 + ## 0.0.9 ### Patch Changes diff --git a/packages/elevenlabs-client/package.json b/packages/elevenlabs-client/package.json index 2ec05b51..b6bcede0 100644 --- a/packages/elevenlabs-client/package.json +++ b/packages/elevenlabs-client/package.json @@ -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": [], diff --git a/packages/eprel-client/CHANGELOG.md b/packages/eprel-client/CHANGELOG.md index 50f31195..80938f81 100644 --- a/packages/eprel-client/CHANGELOG.md +++ b/packages/eprel-client/CHANGELOG.md @@ -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)]: + - feature-fetch@0.0.32 + - @blgc/utils@0.0.26 + ## 0.0.19 ### Patch Changes diff --git a/packages/eprel-client/package.json b/packages/eprel-client/package.json index fed6eeff..0199be96 100644 --- a/packages/eprel-client/package.json +++ b/packages/eprel-client/package.json @@ -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": [], diff --git a/packages/feature-fetch/CHANGELOG.md b/packages/feature-fetch/CHANGELOG.md index bd52cbfc..22208b5a 100644 --- a/packages/feature-fetch/CHANGELOG.md +++ b/packages/feature-fetch/CHANGELOG.md @@ -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 diff --git a/packages/feature-fetch/package.json b/packages/feature-fetch/package.json index 3e0955b7..128d7aa0 100644 --- a/packages/feature-fetch/package.json +++ b/packages/feature-fetch/package.json @@ -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": [], diff --git a/packages/feature-form/CHANGELOG.md b/packages/feature-form/CHANGELOG.md index 7ff89f3a..4960d1e7 100644 --- a/packages/feature-form/CHANGELOG.md +++ b/packages/feature-form/CHANGELOG.md @@ -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)]: + - validation-adapter@0.0.14 + - feature-state@0.0.36 + - @blgc/types@0.0.8 + - @blgc/utils@0.0.26 + ## 0.0.30 ### Patch Changes diff --git a/packages/feature-form/package.json b/packages/feature-form/package.json index 3e912bb9..55e46017 100644 --- a/packages/feature-form/package.json +++ b/packages/feature-form/package.json @@ -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": [], diff --git a/packages/feature-logger/CHANGELOG.md b/packages/feature-logger/CHANGELOG.md index ba0e6eaf..ea02934c 100644 --- a/packages/feature-logger/CHANGELOG.md +++ b/packages/feature-logger/CHANGELOG.md @@ -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 diff --git a/packages/feature-logger/package.json b/packages/feature-logger/package.json index 1b2cf193..5b137d39 100644 --- a/packages/feature-logger/package.json +++ b/packages/feature-logger/package.json @@ -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": [], diff --git a/packages/feature-react/CHANGELOG.md b/packages/feature-react/CHANGELOG.md index f0a6271c..999384cb 100644 --- a/packages/feature-react/CHANGELOG.md +++ b/packages/feature-react/CHANGELOG.md @@ -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 diff --git a/packages/feature-react/package.json b/packages/feature-react/package.json index eca1badb..fb1650ae 100644 --- a/packages/feature-react/package.json +++ b/packages/feature-react/package.json @@ -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": [], diff --git a/packages/feature-state/CHANGELOG.md b/packages/feature-state/CHANGELOG.md index 6e5d7bef..37d4eb4f 100644 --- a/packages/feature-state/CHANGELOG.md +++ b/packages/feature-state/CHANGELOG.md @@ -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 diff --git a/packages/feature-state/package.json b/packages/feature-state/package.json index 9f278a5a..abbdde1d 100644 --- a/packages/feature-state/package.json +++ b/packages/feature-state/package.json @@ -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": [], diff --git a/packages/figma-connect/CHANGELOG.md b/packages/figma-connect/CHANGELOG.md index 53920c66..0a61efdd 100644 --- a/packages/figma-connect/CHANGELOG.md +++ b/packages/figma-connect/CHANGELOG.md @@ -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 diff --git a/packages/figma-connect/package.json b/packages/figma-connect/package.json index 9ea92a04..2091180c 100644 --- a/packages/figma-connect/package.json +++ b/packages/figma-connect/package.json @@ -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": [], diff --git a/packages/google-webfonts-client/CHANGELOG.md b/packages/google-webfonts-client/CHANGELOG.md index 600f20f1..93d2c036 100644 --- a/packages/google-webfonts-client/CHANGELOG.md +++ b/packages/google-webfonts-client/CHANGELOG.md @@ -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)]: + - feature-fetch@0.0.32 + - @blgc/utils@0.0.26 + ## 0.0.22 ### Patch Changes diff --git a/packages/google-webfonts-client/package.json b/packages/google-webfonts-client/package.json index 2907d2d2..a1a6656a 100644 --- a/packages/google-webfonts-client/package.json +++ b/packages/google-webfonts-client/package.json @@ -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": [], diff --git a/packages/openapi-router/CHANGELOG.md b/packages/openapi-router/CHANGELOG.md index 68e62ed0..7641e317 100644 --- a/packages/openapi-router/CHANGELOG.md +++ b/packages/openapi-router/CHANGELOG.md @@ -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)]: + - validation-adapter@0.0.14 + - @blgc/types@0.0.8 + ## 0.0.21 ### Patch Changes diff --git a/packages/openapi-router/package.json b/packages/openapi-router/package.json index 28f2fbc9..d5d69aab 100644 --- a/packages/openapi-router/package.json +++ b/packages/openapi-router/package.json @@ -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": [], diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7187356b..372fc3a8 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index 6577c389..8f9c7c96 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@blgc/types", - "version": "0.0.7", + "version": "0.0.8", "private": false, "description": "A collection of utility types", "keywords": [], diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index b3e98b82..e6cbab24 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 7ddccf51..ad870fab 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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": [], diff --git a/packages/validation-adapter/CHANGELOG.md b/packages/validation-adapter/CHANGELOG.md index fa9218ed..d760d1b7 100644 --- a/packages/validation-adapter/CHANGELOG.md +++ b/packages/validation-adapter/CHANGELOG.md @@ -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 diff --git a/packages/validation-adapter/package.json b/packages/validation-adapter/package.json index f504ad8b..3754bf65 100644 --- a/packages/validation-adapter/package.json +++ b/packages/validation-adapter/package.json @@ -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": [], diff --git a/packages/validation-adapters/CHANGELOG.md b/packages/validation-adapters/CHANGELOG.md index 88b21234..e7e006be 100644 --- a/packages/validation-adapters/CHANGELOG.md +++ b/packages/validation-adapters/CHANGELOG.md @@ -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 diff --git a/packages/validation-adapters/package.json b/packages/validation-adapters/package.json index 333fad03..eb9975e8 100644 --- a/packages/validation-adapters/package.json +++ b/packages/validation-adapters/package.json @@ -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": [], diff --git a/packages/xml-tokenizer/CHANGELOG.md b/packages/xml-tokenizer/CHANGELOG.md index 53e9077a..a95db9c0 100644 --- a/packages/xml-tokenizer/CHANGELOG.md +++ b/packages/xml-tokenizer/CHANGELOG.md @@ -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 diff --git a/packages/xml-tokenizer/package.json b/packages/xml-tokenizer/package.json index ed71d96e..aeaf447a 100644 --- a/packages/xml-tokenizer/package.json +++ b/packages/xml-tokenizer/package.json @@ -1,6 +1,6 @@ { "name": "xml-tokenizer", - "version": "0.0.16", + "version": "0.0.17", "private": false, "description": "Straightforward and typesafe XML tokenizer that streams tokens through a callback mechanism", "keywords": [],