Skip to content

chore: release main#10

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore: release main#10
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

emulate: 0.2.0

0.2.0 (2026-07-05)

Features

  • add Linear GraphQL API emulator (#5) (29840b5)
  • asana: add Asana project management API emulator (#4) (cfde302)
  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)

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
emulate-asana: 0.2.0

0.2.0 (2026-07-05)

Features

  • asana: add Asana project management API emulator (#4) (cfde302)
emulate-autumn: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)
emulate-firebase: 0.2.0

0.2.0 (2026-07-05)

Features

  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
emulate-gitlab: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)
emulate-kakao: 0.2.0

0.2.0 (2026-07-05)

Features

  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
emulate-linear: 0.2.0

0.2.0 (2026-07-05)

Features

  • add Linear GraphQL API emulator (#5) (29840b5)
emulate-naver: 0.2.0

0.2.0 (2026-07-05)

Features

  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
emulate-posthog: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)
emulate-spotify: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)
emulate-supabase: 0.2.0

0.2.0 (2026-07-05)

Features

  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
emulate-toss-payments: 0.2.0

0.2.0 (2026-07-05)

Features

  • implement kakao, naver, toss-payments, firebase, supabase emulators (6899976)
emulate-workos: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)
emulate-x: 0.2.0

0.2.0 (2026-07-05)

Features

  • port autumn, gitlab, posthog, spotify, workos, x emulators from UsefulSoftwareCo fork (#18) (0ea1419)

This PR was generated with Release Please. See documentation.

@codacy-production

codacy-production Bot commented Jun 8, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The pull request is up to standards according to the Codacy analysis. However, there is a discrepancy in the meta-package description, which has not been updated to reflect the new emulators. Furthermore, while the release intent is clear, several critical acceptance criteria related to the synchronization of versioning and changelogs across the monorepo remain unverified by automated scenarios.

Test suggestions

  • Verify all package.json files are correctly updated to version 0.2.0\n- [ ] Verify .release-please-manifest.json is synchronized with individual package versions\n- [ ] Verify CHANGELOG.md files correctly reflect the features added since version 0.1.0
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify all package.json files are correctly updated to version 0.2.0\n- [ ] Verify .release-please-manifest.json is synchronized with individual package versions\n- [ ] Verify CHANGELOG.md files correctly reflect the features added since version 0.1.0

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

"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)",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: The package description should be updated to include 'Project Management (Asana, Linear)' to reflect the new emulators included in this release.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from b638992 to 54c5c7a Compare June 19, 2026 18:55
@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 54c5c7a to 28665a9 Compare July 4, 2026 03:43
@greptile-apps

greptile-apps Bot commented Jul 4, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 28665a9 to 568dd89 Compare July 4, 2026 07:20
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 568dd89 to b096317 Compare July 5, 2026 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants