From 9fbef1dabde0715727e7dff19616d9ffa4322f21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:09:59 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 28 ++++++++++++++-------------- packages/asana/CHANGELOG.md | 7 +++++++ packages/asana/package.json | 2 +- packages/autumn/CHANGELOG.md | 7 +++++++ packages/autumn/package.json | 2 +- packages/emulate/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/emulate/package.json | 2 +- packages/firebase/CHANGELOG.md | 7 +++++++ packages/firebase/package.json | 2 +- packages/gitlab/CHANGELOG.md | 7 +++++++ packages/gitlab/package.json | 2 +- packages/kakao/CHANGELOG.md | 7 +++++++ packages/kakao/package.json | 2 +- packages/linear/CHANGELOG.md | 7 +++++++ packages/linear/package.json | 2 +- packages/naver/CHANGELOG.md | 7 +++++++ packages/naver/package.json | 2 +- packages/posthog/CHANGELOG.md | 7 +++++++ packages/posthog/package.json | 2 +- packages/spotify/CHANGELOG.md | 7 +++++++ packages/spotify/package.json | 2 +- packages/supabase/CHANGELOG.md | 7 +++++++ packages/supabase/package.json | 2 +- packages/toss-payments/CHANGELOG.md | 7 +++++++ packages/toss-payments/package.json | 2 +- packages/workos/CHANGELOG.md | 7 +++++++ packages/workos/package.json | 2 +- packages/x/CHANGELOG.md | 7 +++++++ packages/x/package.json | 2 +- 29 files changed, 145 insertions(+), 28 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 616d391..5d4ef13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - "packages/asana": "0.2.0", - "packages/autumn": "0.2.0", - "packages/emulate": "0.2.0", - "packages/firebase": "0.2.0", - "packages/gitlab": "0.2.0", - "packages/kakao": "0.2.0", - "packages/linear": "0.2.0", - "packages/naver": "0.2.0", - "packages/posthog": "0.2.0", - "packages/spotify": "0.2.0", - "packages/supabase": "0.2.0", - "packages/toss-payments": "0.2.0", - "packages/workos": "0.2.0", - "packages/x": "0.2.0" + "packages/asana": "0.3.0", + "packages/autumn": "0.3.0", + "packages/emulate": "0.3.0", + "packages/firebase": "0.3.0", + "packages/gitlab": "0.3.0", + "packages/kakao": "0.3.0", + "packages/linear": "0.3.0", + "packages/naver": "0.3.0", + "packages/posthog": "0.3.0", + "packages/spotify": "0.3.0", + "packages/supabase": "0.3.0", + "packages/toss-payments": "0.3.0", + "packages/workos": "0.3.0", + "packages/x": "0.3.0" } diff --git a/packages/asana/CHANGELOG.md b/packages/asana/CHANGELOG.md index ec4c103..6587b33 100644 --- a/packages/asana/CHANGELOG.md +++ b/packages/asana/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-asana-v0.2.0...emulate-asana-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-asana-v0.1.0...emulate-asana-v0.2.0) (2026-07-05) diff --git a/packages/asana/package.json b/packages/asana/package.json index 3e9ef62..3d30df7 100644 --- a/packages/asana/package.json +++ b/packages/asana/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-asana", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/autumn/CHANGELOG.md b/packages/autumn/CHANGELOG.md index e391fbe..2c91a63 100644 --- a/packages/autumn/CHANGELOG.md +++ b/packages/autumn/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-autumn-v0.2.0...emulate-autumn-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-autumn-v0.1.0...emulate-autumn-v0.2.0) (2026-07-05) diff --git a/packages/autumn/package.json b/packages/autumn/package.json index 7b42095..5453c9d 100644 --- a/packages/autumn/package.json +++ b/packages/autumn/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-autumn", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/emulate/CHANGELOG.md b/packages/emulate/CHANGELOG.md index 8e301d7..653c14b 100644 --- a/packages/emulate/CHANGELOG.md +++ b/packages/emulate/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-v0.2.0...emulate-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/emulate-asana bumped to 0.3.0 + * @pleaseai/emulate-autumn bumped to 0.3.0 + * @pleaseai/emulate-firebase bumped to 0.3.0 + * @pleaseai/emulate-gitlab bumped to 0.3.0 + * @pleaseai/emulate-kakao bumped to 0.3.0 + * @pleaseai/emulate-linear bumped to 0.3.0 + * @pleaseai/emulate-naver bumped to 0.3.0 + * @pleaseai/emulate-posthog bumped to 0.3.0 + * @pleaseai/emulate-spotify bumped to 0.3.0 + * @pleaseai/emulate-supabase bumped to 0.3.0 + * @pleaseai/emulate-toss-payments bumped to 0.3.0 + * @pleaseai/emulate-workos bumped to 0.3.0 + * @pleaseai/emulate-x bumped to 0.3.0 + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-v0.1.0...emulate-v0.2.0) (2026-07-05) diff --git a/packages/emulate/package.json b/packages/emulate/package.json index f70fe00..f3b8598 100644 --- a/packages/emulate/package.json +++ b/packages/emulate/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "description": "Local drop-in replacement services for CI and no-network sandboxes — Korean services (Kakao, Naver, Toss Payments) and BaaS (Firebase, Supabase)", "license": "Apache-2.0", "repository": { diff --git a/packages/firebase/CHANGELOG.md b/packages/firebase/CHANGELOG.md index 6d95268..7e4e09e 100644 --- a/packages/firebase/CHANGELOG.md +++ b/packages/firebase/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-firebase-v0.2.0...emulate-firebase-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-firebase-v0.1.0...emulate-firebase-v0.2.0) (2026-07-05) diff --git a/packages/firebase/package.json b/packages/firebase/package.json index c02901e..7fc391e 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-firebase", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/gitlab/CHANGELOG.md b/packages/gitlab/CHANGELOG.md index 5aef730..a51aafd 100644 --- a/packages/gitlab/CHANGELOG.md +++ b/packages/gitlab/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-gitlab-v0.2.0...emulate-gitlab-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-gitlab-v0.1.0...emulate-gitlab-v0.2.0) (2026-07-05) diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index a4bb4c8..ab2aa1b 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-gitlab", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/kakao/CHANGELOG.md b/packages/kakao/CHANGELOG.md index fa53dee..4b34fb0 100644 --- a/packages/kakao/CHANGELOG.md +++ b/packages/kakao/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-kakao-v0.2.0...emulate-kakao-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-kakao-v0.1.0...emulate-kakao-v0.2.0) (2026-07-05) diff --git a/packages/kakao/package.json b/packages/kakao/package.json index e2ba8fe..ddeeb42 100644 --- a/packages/kakao/package.json +++ b/packages/kakao/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-kakao", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/linear/CHANGELOG.md b/packages/linear/CHANGELOG.md index 9454e65..38e2689 100644 --- a/packages/linear/CHANGELOG.md +++ b/packages/linear/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-linear-v0.2.0...emulate-linear-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-linear-v0.1.0...emulate-linear-v0.2.0) (2026-07-05) diff --git a/packages/linear/package.json b/packages/linear/package.json index ed68ca9..3ccbb43 100644 --- a/packages/linear/package.json +++ b/packages/linear/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-linear", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/naver/CHANGELOG.md b/packages/naver/CHANGELOG.md index a84bc8f..e7a973d 100644 --- a/packages/naver/CHANGELOG.md +++ b/packages/naver/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-naver-v0.2.0...emulate-naver-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-naver-v0.1.0...emulate-naver-v0.2.0) (2026-07-05) diff --git a/packages/naver/package.json b/packages/naver/package.json index da95f7b..b25fe60 100644 --- a/packages/naver/package.json +++ b/packages/naver/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-naver", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/posthog/CHANGELOG.md b/packages/posthog/CHANGELOG.md index ca81474..1dc5572 100644 --- a/packages/posthog/CHANGELOG.md +++ b/packages/posthog/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-posthog-v0.2.0...emulate-posthog-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-posthog-v0.1.0...emulate-posthog-v0.2.0) (2026-07-05) diff --git a/packages/posthog/package.json b/packages/posthog/package.json index 22adec4..7ac7986 100644 --- a/packages/posthog/package.json +++ b/packages/posthog/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-posthog", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/spotify/CHANGELOG.md b/packages/spotify/CHANGELOG.md index 572355a..1abd19d 100644 --- a/packages/spotify/CHANGELOG.md +++ b/packages/spotify/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-spotify-v0.2.0...emulate-spotify-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-spotify-v0.1.0...emulate-spotify-v0.2.0) (2026-07-05) diff --git a/packages/spotify/package.json b/packages/spotify/package.json index 4449b5f..3e3df60 100644 --- a/packages/spotify/package.json +++ b/packages/spotify/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-spotify", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/supabase/CHANGELOG.md b/packages/supabase/CHANGELOG.md index bae9d63..d2b09c3 100644 --- a/packages/supabase/CHANGELOG.md +++ b/packages/supabase/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-supabase-v0.2.0...emulate-supabase-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-supabase-v0.1.0...emulate-supabase-v0.2.0) (2026-07-05) diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 7e519eb..87674cf 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-supabase", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/toss-payments/CHANGELOG.md b/packages/toss-payments/CHANGELOG.md index 3f3285d..eba0b0c 100644 --- a/packages/toss-payments/CHANGELOG.md +++ b/packages/toss-payments/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-toss-payments-v0.2.0...emulate-toss-payments-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-toss-payments-v0.1.0...emulate-toss-payments-v0.2.0) (2026-07-05) diff --git a/packages/toss-payments/package.json b/packages/toss-payments/package.json index 29326e8..d1f2cc3 100644 --- a/packages/toss-payments/package.json +++ b/packages/toss-payments/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-toss-payments", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/workos/CHANGELOG.md b/packages/workos/CHANGELOG.md index 59f4f61..b943cc8 100644 --- a/packages/workos/CHANGELOG.md +++ b/packages/workos/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-workos-v0.2.0...emulate-workos-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-workos-v0.1.0...emulate-workos-v0.2.0) (2026-07-05) diff --git a/packages/workos/package.json b/packages/workos/package.json index e084e4d..f20405b 100644 --- a/packages/workos/package.json +++ b/packages/workos/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-workos", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/x/CHANGELOG.md b/packages/x/CHANGELOG.md index f8343bf..f446473 100644 --- a/packages/x/CHANGELOG.md +++ b/packages/x/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/pleaseai/emulate/compare/emulate-x-v0.2.0...emulate-x-v0.3.0) (2026-07-14) + + +### Features + +* run this repo and vercel-labs emulators together via a single-process launcher ([#24](https://github.com/pleaseai/emulate/issues/24)) ([22cd1a8](https://github.com/pleaseai/emulate/commit/22cd1a81fbe6a599a8d9ce9303ccc00edc85f8ec)) + ## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-x-v0.1.0...emulate-x-v0.2.0) (2026-07-05) diff --git a/packages/x/package.json b/packages/x/package.json index e6dc2ab..9868c63 100644 --- a/packages/x/package.json +++ b/packages/x/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-x", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "repository": { "type": "git",