Skip to content
Open
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.6.0",
"apps/web": "0.6.1",
"apps/api": "1.4.0"
".": "1.6.1",
"apps/web": "0.6.2",
"apps/api": "1.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.1](https://github.com/RepliMap/replimap-mono/compare/replimap-mono-v1.6.0...replimap-mono-v1.6.1) (2026-08-10)


### Bug Fixes

* **api:** hardening batch β€” rotation-safe webhook verify, strict Clerk exp, remove HMAC lease-token dead code ([6e47351](https://github.com/RepliMap/replimap-mono/commit/6e473518c7d6c6ae15ace8ecfcaae0b9f12a880e))

## [1.6.0](https://github.com/RepliMap/replimap-mono/compare/replimap-mono-v1.5.0...replimap-mono-v1.6.0) (2026-08-10)


Expand Down
7 changes: 7 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.1](https://github.com/RepliMap/replimap-mono/compare/replimap-api-v1.4.0...replimap-api-v1.4.1) (2026-08-10)


### Bug Fixes

* **api:** hardening batch β€” rotation-safe webhook verify, strict Clerk exp, remove HMAC lease-token dead code ([6e47351](https://github.com/RepliMap/replimap-mono/commit/6e473518c7d6c6ae15ace8ecfcaae0b9f12a880e))

## [1.4.0](https://github.com/RepliMap/replimap-mono/compare/replimap-api-v1.3.0...replimap-api-v1.4.0) (2026-08-10)


Expand Down
4 changes: 2 additions & 2 deletions apps/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replimap/api",
"version": "1.4.0",
"version": "1.4.1",
"description": "RepliMap License Management API - Cloudflare Workers + D1",
"main": "src/index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/RepliMap/replimap-mono/compare/replimap-web-v0.6.1...replimap-web-v0.6.2) (2026-08-10)


### Bug Fixes

* **api:** hardening batch β€” rotation-safe webhook verify, strict Clerk exp, remove HMAC lease-token dead code ([6e47351](https://github.com/RepliMap/replimap-mono/commit/6e473518c7d6c6ae15ace8ecfcaae0b9f12a880e))

## [0.6.1](https://github.com/RepliMap/replimap-mono/compare/replimap-web-v0.6.0...replimap-web-v0.6.1) (2026-08-10)


Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replimap/web",
"version": "0.6.1",
"version": "0.6.2",
"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
@@ -1,6 +1,6 @@
{
"name": "replimap-mono",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"description": "RepliMap Monorepo - Cloud Infrastructure Visualization & Compliance",
"scripts": {
Expand Down