diff --git a/package-lock.json b/package-lock.json index e6e782d..31b9074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18102,7 +18102,7 @@ }, "packages/biome-config": { "name": "@exile-watch/biome-config", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "dependencies": { "@biomejs/biome": "^1.7.1" @@ -18117,7 +18117,7 @@ }, "packages/lefthook-config": { "name": "@exile-watch/lefthook-config", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.0.3", diff --git a/packages/biome-config/CHANGELOG.md b/packages/biome-config/CHANGELOG.md index a64681c..acaf2fe 100644 --- a/packages/biome-config/CHANGELOG.md +++ b/packages/biome-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/exile-watch/splinters/compare/@exile-watch/biome-config@1.1.1...@exile-watch/biome-config@1.1.2) (2024-04-27) + + +### ⚙️ Internal + +* **deps:** bump @biomejs/biome from 1.7.0 to 1.7.1 ([f4f0025](https://github.com/exile-watch/splinters/commit/f4f002533449d8414198a758730aaadfcaf28f41)) + + + ## [1.1.1](https://github.com/exile-watch/splinters/compare/@exile-watch/biome-config@1.1.0...@exile-watch/biome-config@1.1.1) (2024-04-23) diff --git a/packages/biome-config/package.json b/packages/biome-config/package.json index 03f613f..03df8a8 100644 --- a/packages/biome-config/package.json +++ b/packages/biome-config/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/biome-config", - "version": "1.1.1", + "version": "1.1.2", "description": "Shared Biome.js configuration for exile.watch frontend projects", "main": "biome.json", "type": "module", diff --git a/packages/lefthook-config/CHANGELOG.md b/packages/lefthook-config/CHANGELOG.md index ac529a5..e7b32cb 100644 --- a/packages/lefthook-config/CHANGELOG.md +++ b/packages/lefthook-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/exile-watch/splinters/compare/@exile-watch/lefthook-config@1.1.0...@exile-watch/lefthook-config@1.1.1) (2024-04-27) + + +### ⚙️ Internal + +* **deps:** bump @commitlint/cli in the lefthook-config-deps group ([4c679e6](https://github.com/exile-watch/splinters/commit/4c679e64ab0cc186cef49db26e9414ec21d8dc5b)) + + + ## [1.1.0](https://github.com/exile-watch/splinters/compare/@exile-watch/lefthook-config@0.5.11...@exile-watch/lefthook-config@1.1.0) (2024-04-13) diff --git a/packages/lefthook-config/package.json b/packages/lefthook-config/package.json index cf0adb4..92e31ef 100644 --- a/packages/lefthook-config/package.json +++ b/packages/lefthook-config/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/lefthook-config", - "version": "1.1.0", + "version": "1.1.1", "description": "Shared lefthook configuration for git hooks managers in exile.watch frontend projects", "homepage": "https://github.com/exile-watch/splinters/pkgs/npm/lefthook-config", "repository": {