diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2310d7..3b10281 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/tsconfig": "1.0.1", - "packages/biome-config": "1.1.0" + "packages/biome-config": "1.2.0" } diff --git a/packages/biome-config/CHANGELOG.md b/packages/biome-config/CHANGELOG.md index c9bc03b..61c9e9e 100644 --- a/packages/biome-config/CHANGELOG.md +++ b/packages/biome-config/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.2.0](https://github.com/bothrs/open-source/compare/@nimblestudio/biome-config-v1.1.0...@nimblestudio/biome-config-v1.2.0) (2026-04-20) + + +### Features + +* Add Biome config ([8020b03](https://github.com/bothrs/open-source/commit/8020b03ef4eee2ddba1167c33de2dd70175cdb63)) +* Init Nimble packages ([02fd653](https://github.com/bothrs/open-source/commit/02fd6533dc2389acbc3fb5120ebcf8426f3ee7bc)) +* Update Biome react config ([b7d3341](https://github.com/bothrs/open-source/commit/b7d334111ec6075b243558514a8fc41042366466)) +* v2 ([c0b2436](https://github.com/bothrs/open-source/commit/c0b2436dea66878370914d31c6a35e7dbe3ddcd7)) + + +### Bug Fixes + +* improve package READMEs with monorepo setup guidance ([#66](https://github.com/bothrs/open-source/issues/66)) ([80c9fcb](https://github.com/bothrs/open-source/commit/80c9fcb061b6b0f777640a35158363a69b7c72d1)) +* Rename packages ([70be215](https://github.com/bothrs/open-source/commit/70be2157a28eca9d83e2ddb86acb7a2ca14f972e)) + ## [1.1.0](https://github.com/bothrs/open-source/compare/@nimblestudio/biome-config-v1.0.1...@nimblestudio/biome-config-v1.1.0) (2026-04-01) diff --git a/packages/biome-config/package.json b/packages/biome-config/package.json index 2b3fee3..842a187 100644 --- a/packages/biome-config/package.json +++ b/packages/biome-config/package.json @@ -1,6 +1,6 @@ { "name": "@nimblestudio/biome-config", - "version": "1.1.0", + "version": "1.2.0", "description": "Shared Biome configuration for Nimble projects", "repository": { "type": "git",