Skip to content

Commit f29bf3c

Browse files
tarrencevLarkooogithub-actions[bot]claude
authored
Prepare release: 0.12.2 (#2356)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --------- Co-authored-by: Larkooo <Larkooo@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4ea9eba commit f29bf3c

File tree

10 files changed

+33
-9
lines changed

10 files changed

+33
-9
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.12.2] - 2026-01-29
4+
5+
### ✨ New Features
6+
- **Examples**: Added Capacitor session example with iOS app integration, demonstrating mobile session management and providing comprehensive cross-platform development guidance (#2355)
7+
- **@cartridge/keychain**: Enhanced Coinbase onramp integration with `createCoinbaseLayerswapOrder` mutation for improved order creation and processing (#2354)
8+
- **@cartridge/keychain**: Added comprehensive cost breakdown display for Apple Pay purchases, showing detailed fee structure including Coinbase fees and bridge fees with real-time pricing from Coinbase Onramp API (#2352)
9+
- **@cartridge/keychain**: Added starterpack Apple Pay checkout functionality for streamlined mobile payments (#2339)
10+
- **@cartridge/keychain**: Implemented verification autofill functionality for improved user experience during authentication flows (#2342)
11+
- **@cartridge/keychain**: Added order fetching by IDs capability for enhanced order management and tracking (#2334)
12+
13+
### 🚀 Improvements
14+
- **@cartridge/keychain**: Removed supported-platforms feature gate, making platform detection generally available (#2335)
15+
- **Development**: Migrated skills documentation to centralized `.agents/skills` directory for better organization and AI-assisted development workflows (#2353)
16+
17+
### 🐛 Bug Fixes
18+
- **@cartridge/keychain**: Fixed 'proceed with caution' warning visibility for slot login flows, improving user experience (#2351)
19+
- **@cartridge/keychain**: Fixed purchase token layout issues for better visual consistency (#2343)
20+
- **@cartridge/keychain**: Fixed Layerswap username retrieval from authentication context for proper user identification (#2347)
21+
- **@cartridge/keychain**: Fixed Coinbase Terms of Service link for proper legal compliance (#2341)
22+
- **@cartridge/keychain**: Fixed Coinbase query handling for improved API integration (#2338)
23+
24+
### 📦 Dependencies
25+
- **@cartridge/ui**: Multiple updates for improved design consistency and functionality (#2350, #2348, #2346, #2345, #2344, #2337)
26+
327
## [0.12.1] - 2026-01-07
428

529
### ✨ New Features

examples/capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cartridge-capacitor-example",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cartridge/controller-example-next",
33
"private": true,
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"scripts": {
66
"dev": "env-cmd -f .env.dev next dev -p 3002",
77
"dev:live": "env-cmd -f .env.live next dev -p 3002",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cartridge-node-example",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Example of using Cartridge session controller with Node.js",
55
"type": "module",
66
"scripts": {

examples/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartridge/controller-example-svelte",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

packages/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartridge/connector",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Cartridge Controller Connector",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartridge/controller",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Cartridge Controller",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cartridge/eslint",
33
"private": true,
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"type": "module",
66
"exports": {
77
".": "./index.js"

packages/keychain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartridge/keychain",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cartridge/tsconfig",
33
"private": true,
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"files": [
66
"base.json",
77
"react.json"

0 commit comments

Comments
 (0)