diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c4d14e..616d391 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - "packages/asana": "0.1.0", - "packages/autumn": "0.1.0", - "packages/emulate": "0.1.0", - "packages/firebase": "0.1.0", - "packages/gitlab": "0.1.0", - "packages/kakao": "0.1.0", - "packages/linear": "0.1.0", - "packages/naver": "0.1.0", - "packages/posthog": "0.1.0", - "packages/spotify": "0.1.0", - "packages/supabase": "0.1.0", - "packages/toss-payments": "0.1.0", - "packages/workos": "0.1.0", - "packages/x": "0.1.0" + "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" } diff --git a/packages/asana/CHANGELOG.md b/packages/asana/CHANGELOG.md new file mode 100644 index 0000000..ec4c103 --- /dev/null +++ b/packages/asana/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-asana-v0.1.0...emulate-asana-v0.2.0) (2026-07-05) + + +### Features + +* **asana:** add Asana project management API emulator ([#4](https://github.com/pleaseai/emulate/issues/4)) ([cfde302](https://github.com/pleaseai/emulate/commit/cfde30227bbf8a67e6a52119dc4e7676df71cf93)) diff --git a/packages/asana/package.json b/packages/asana/package.json index baaaf99..0056c3b 100644 --- a/packages/asana/package.json +++ b/packages/asana/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-asana", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/autumn/CHANGELOG.md b/packages/autumn/CHANGELOG.md new file mode 100644 index 0000000..e391fbe --- /dev/null +++ b/packages/autumn/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-autumn-v0.1.0...emulate-autumn-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/autumn/package.json b/packages/autumn/package.json index c21fe8a..07300da 100644 --- a/packages/autumn/package.json +++ b/packages/autumn/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-autumn", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/emulate/CHANGELOG.md b/packages/emulate/CHANGELOG.md new file mode 100644 index 0000000..8e301d7 --- /dev/null +++ b/packages/emulate/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-v0.1.0...emulate-v0.2.0) (2026-07-05) + + +### Features + +* add Linear GraphQL API emulator ([#5](https://github.com/pleaseai/emulate/issues/5)) ([29840b5](https://github.com/pleaseai/emulate/commit/29840b5c56cdf26f22f201dcca531ae940a9c87a)) +* **asana:** add Asana project management API emulator ([#4](https://github.com/pleaseai/emulate/issues/4)) ([cfde302](https://github.com/pleaseai/emulate/commit/cfde30227bbf8a67e6a52119dc4e7676df71cf93)) +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/emulate-asana bumped to 0.2.0 + * @pleaseai/emulate-autumn bumped to 0.2.0 + * @pleaseai/emulate-firebase bumped to 0.2.0 + * @pleaseai/emulate-gitlab bumped to 0.2.0 + * @pleaseai/emulate-kakao bumped to 0.2.0 + * @pleaseai/emulate-linear bumped to 0.2.0 + * @pleaseai/emulate-naver bumped to 0.2.0 + * @pleaseai/emulate-posthog bumped to 0.2.0 + * @pleaseai/emulate-spotify bumped to 0.2.0 + * @pleaseai/emulate-supabase bumped to 0.2.0 + * @pleaseai/emulate-toss-payments bumped to 0.2.0 + * @pleaseai/emulate-workos bumped to 0.2.0 + * @pleaseai/emulate-x bumped to 0.2.0 diff --git a/packages/emulate/package.json b/packages/emulate/package.json index b8e0034..3970f8a 100644 --- a/packages/emulate/package.json +++ b/packages/emulate/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate", "type": "module", - "version": "0.1.0", + "version": "0.2.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 new file mode 100644 index 0000000..6d95268 --- /dev/null +++ b/packages/firebase/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-firebase-v0.1.0...emulate-firebase-v0.2.0) (2026-07-05) + + +### Features + +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 556c7d8..23e399a 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-firebase", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/gitlab/CHANGELOG.md b/packages/gitlab/CHANGELOG.md new file mode 100644 index 0000000..5aef730 --- /dev/null +++ b/packages/gitlab/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-gitlab-v0.1.0...emulate-gitlab-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index 2935d06..55914ab 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-gitlab", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/kakao/CHANGELOG.md b/packages/kakao/CHANGELOG.md new file mode 100644 index 0000000..fa53dee --- /dev/null +++ b/packages/kakao/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-kakao-v0.1.0...emulate-kakao-v0.2.0) (2026-07-05) + + +### Features + +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) diff --git a/packages/kakao/package.json b/packages/kakao/package.json index e43e4df..ee15d3b 100644 --- a/packages/kakao/package.json +++ b/packages/kakao/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-kakao", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/linear/CHANGELOG.md b/packages/linear/CHANGELOG.md new file mode 100644 index 0000000..9454e65 --- /dev/null +++ b/packages/linear/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-linear-v0.1.0...emulate-linear-v0.2.0) (2026-07-05) + + +### Features + +* add Linear GraphQL API emulator ([#5](https://github.com/pleaseai/emulate/issues/5)) ([29840b5](https://github.com/pleaseai/emulate/commit/29840b5c56cdf26f22f201dcca531ae940a9c87a)) diff --git a/packages/linear/package.json b/packages/linear/package.json index 18c2f91..c4abb21 100644 --- a/packages/linear/package.json +++ b/packages/linear/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-linear", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/naver/CHANGELOG.md b/packages/naver/CHANGELOG.md new file mode 100644 index 0000000..a84bc8f --- /dev/null +++ b/packages/naver/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-naver-v0.1.0...emulate-naver-v0.2.0) (2026-07-05) + + +### Features + +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) diff --git a/packages/naver/package.json b/packages/naver/package.json index 2e05bbe..a09bfb3 100644 --- a/packages/naver/package.json +++ b/packages/naver/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-naver", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/posthog/CHANGELOG.md b/packages/posthog/CHANGELOG.md new file mode 100644 index 0000000..ca81474 --- /dev/null +++ b/packages/posthog/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-posthog-v0.1.0...emulate-posthog-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/posthog/package.json b/packages/posthog/package.json index 800d9a3..b3ca652 100644 --- a/packages/posthog/package.json +++ b/packages/posthog/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-posthog", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/spotify/CHANGELOG.md b/packages/spotify/CHANGELOG.md new file mode 100644 index 0000000..572355a --- /dev/null +++ b/packages/spotify/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-spotify-v0.1.0...emulate-spotify-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/spotify/package.json b/packages/spotify/package.json index d8ad780..59f476c 100644 --- a/packages/spotify/package.json +++ b/packages/spotify/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-spotify", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/supabase/CHANGELOG.md b/packages/supabase/CHANGELOG.md new file mode 100644 index 0000000..bae9d63 --- /dev/null +++ b/packages/supabase/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-supabase-v0.1.0...emulate-supabase-v0.2.0) (2026-07-05) + + +### Features + +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) diff --git a/packages/supabase/package.json b/packages/supabase/package.json index b49eab8..2303945 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-supabase", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/toss-payments/CHANGELOG.md b/packages/toss-payments/CHANGELOG.md new file mode 100644 index 0000000..3f3285d --- /dev/null +++ b/packages/toss-payments/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-toss-payments-v0.1.0...emulate-toss-payments-v0.2.0) (2026-07-05) + + +### Features + +* implement kakao, naver, toss-payments, firebase, supabase emulators ([6899976](https://github.com/pleaseai/emulate/commit/6899976daaa827c68e5c5d3edcdc2ada4687315d)) diff --git a/packages/toss-payments/package.json b/packages/toss-payments/package.json index e7983d3..38dacfa 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.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/workos/CHANGELOG.md b/packages/workos/CHANGELOG.md new file mode 100644 index 0000000..59f4f61 --- /dev/null +++ b/packages/workos/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-workos-v0.1.0...emulate-workos-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/workos/package.json b/packages/workos/package.json index 357127b..3070ff3 100644 --- a/packages/workos/package.json +++ b/packages/workos/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-workos", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/x/CHANGELOG.md b/packages/x/CHANGELOG.md new file mode 100644 index 0000000..f8343bf --- /dev/null +++ b/packages/x/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/pleaseai/emulate/compare/emulate-x-v0.1.0...emulate-x-v0.2.0) (2026-07-05) + + +### Features + +* port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork ([#18](https://github.com/pleaseai/emulate/issues/18)) ([0ea1419](https://github.com/pleaseai/emulate/commit/0ea1419c0246d9f35ab22ab853c495d6b3ba04dc)) diff --git a/packages/x/package.json b/packages/x/package.json index 13b253f..15fe475 100644 --- a/packages/x/package.json +++ b/packages/x/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/emulate-x", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "repository": { "type": "git",