Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .sampo/changesets/ait-host-game-center-support.md

This file was deleted.

8 changes: 8 additions & 0 deletions adapters/ait/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mpgd/adapter-ait

## 0.5.2 — 2026-07-20

### Fixed

- [d40bceb](https://github.com/imjlk/mpgd-kit/commit/d40bcebe0834eba7a5b150c7e9f21f321445dd65) Treat a missing Apps in Toss operational-environment support constant as an unsupported Game
Center capability instead of failing wrapper startup. Leaderboard submission and opening remain
disabled until the host can verify the minimum native version. — Thanks @imjlk!

## 0.5.1 — 2026-07-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion adapters/ait/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpgd/adapter-ait",
"version": "0.5.1",
"version": "0.5.2",
"description": "Apps in Toss WebView platform adapter for mpgd games.",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mpgd/cli

## 0.15.2 — 2026-07-20

### Patch changes

- Updated dependencies: adapter-ait@0.5.2

## 0.15.1 — 2026-07-20

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpgd/cli",
"version": "0.15.1",
"version": "0.15.2",
"description": "Gunshi CLI for mpgd-kit starter generation and target workflow orchestration.",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-game/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mpgd/create-game

## 0.15.2 — 2026-07-20

### Patch changes

- Updated dependencies: cli@0.15.2

## 0.15.1 — 2026-07-20

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpgd/create-game",
"version": "0.15.1",
"version": "0.15.2",
"description": "Create a Phaser game starter wired for mpgd-kit targets.",
"license": "MIT",
"repository": {
Expand Down