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
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions packages/asana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/asana/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/autumn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/autumn/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
26 changes: 26 additions & 0 deletions packages/emulate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/emulate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/kakao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/kakao/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linear/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/linear/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/naver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/naver/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/posthog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/posthog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/spotify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/spotify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/toss-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/toss-payments/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/workos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/workos/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/x/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down