Skip to content
Merged
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,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@article30/backend",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@article30/frontend",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading