diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 766fc7d..873ddb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.1](https://github.com/ipsec-dev/Article30/compare/v1.1.0...v1.1.1) (2026-05-12) + + +### Maintenance & Dependencies + +* **deps:** bump next from 16.2.4 to 16.2.6 ([#48](https://github.com/ipsec-dev/Article30/issues/48)) ([7212161](https://github.com/ipsec-dev/Article30/commit/72121614c9b828ec04b01302b8797bb87c19b3d4)) +* **deps:** bump the production-deps group with 3 updates ([#49](https://github.com/ipsec-dev/Article30/issues/49)) ([e7d6678](https://github.com/ipsec-dev/Article30/commit/e7d667888308dc7646a31aa61fb5af10d3603b41)) +* **deps-dev:** bump the dev-deps group with 6 updates ([#50](https://github.com/ipsec-dev/Article30/issues/50)) ([9d87038](https://github.com/ipsec-dev/Article30/commit/9d870385a8c32069098f601a292cc219bb09b921)) +* **deps-dev:** bump @commitlint/config-conventional ([#51](https://github.com/ipsec-dev/Article30/issues/51)) ([c6bbebf](https://github.com/ipsec-dev/Article30/commit/c6bbebf46f8b2cc10b475d07918fe9a586ab77ac)) +* **deps-dev:** bump @commitlint/cli from 20.5.3 to 21.0.0 ([#52](https://github.com/ipsec-dev/Article30/issues/52)) ([f9e8f1e](https://github.com/ipsec-dev/Article30/commit/f9e8f1e2ea16ee2ff85570c5bd5fee70acb23244)) +* **deps-dev:** align @commitlint/config-conventional with lockfile ([#52](https://github.com/ipsec-dev/Article30/issues/52)) ([f9e8f1e](https://github.com/ipsec-dev/Article30/commit/f9e8f1e2ea16ee2ff85570c5bd5fee70acb23244)) +* **ci:** impact-weighted prefixes for dependabot commits ([#55](https://github.com/ipsec-dev/Article30/issues/55)) ([2874df7](https://github.com/ipsec-dev/Article30/commit/2874df7ec3d96acce52690a9c4925fa4417f0275)) +* **ci:** pin archiver at v7 until @types/archiver@8 ships ([#56](https://github.com/ipsec-dev/Article30/issues/56)) ([500f576](https://github.com/ipsec-dev/Article30/commit/500f5762bf4a98366b2bf67a910bfcb0198327d2)) +* extend lint-staged glob to cover yml and yaml ([#57](https://github.com/ipsec-dev/Article30/issues/57)) ([d118daf](https://github.com/ipsec-dev/Article30/commit/d118daf97bc934c28598c6259ef3d3dd24d3a95a)) + ## [1.1.0](https://github.com/ipsec-dev/Article30/compare/v1.0.2...v1.1.0) (2026-05-11) diff --git a/backend/package.json b/backend/package.json index 23cb5ad..1580cc3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@article30/backend", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "nest start --watch", diff --git a/frontend/package.json b/frontend/package.json index 31b89a7..4e2d957 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@article30/frontend", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index f2ff45b..6bd36f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "article30", "private": true, "license": "AGPL-3.0-only", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "dev": "pnpm --filter @article30/shared build && pnpm --parallel --filter backend --filter frontend dev", "dev:prod": "pnpm build && NODE_ENV=production pnpm --parallel --filter backend --filter frontend start", diff --git a/shared/package.json b/shared/package.json index 755112c..db967aa 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@article30/shared", - "version": "1.1.0", + "version": "1.1.1", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts",