Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/tsconfig": "1.0.1",
"packages/biome-config": "1.1.0"
"packages/biome-config": "1.2.0"
}
16 changes: 16 additions & 0 deletions packages/biome-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/biome-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading