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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.1.1",
"packages/payments": "0.1.1"
"packages/core": "0.1.2",
"packages/payments": "0.2.0"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/AmbossTech/sdk/compare/core-v0.1.1...core-v0.1.2) (2026-07-10)


### Bug Fixes

* clear error when teamId is unresolvable with a service API key ([#23](https://github.com/AmbossTech/sdk/issues/23)) ([ebb4a0a](https://github.com/AmbossTech/sdk/commit/ebb4a0a6f51e438ca888517b1eba70e8caca3656))

## [0.1.1](https://github.com/AmbossTech/sdk/compare/core-v0.1.0...core-v0.1.1) (2026-07-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambosstech/core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Shared client and HTTP/GraphQL transport for Amboss SDKs",
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/AmbossTech/sdk/compare/payments-v0.1.1...payments-v0.2.0) (2026-07-10)


### Features

* add receive option to Payments SDK [AMB-2753] ([ae56d6f](https://github.com/AmbossTech/sdk/commit/ae56d6fe5fa5a0f19bcfbe83efb9b29ed2ffbbda))


### Bug Fixes

* clear error when teamId is unresolvable with a service API key ([#23](https://github.com/AmbossTech/sdk/issues/23)) ([ebb4a0a](https://github.com/AmbossTech/sdk/commit/ebb4a0a6f51e438ca888517b1eba70e8caca3656))

## [0.1.1](https://github.com/AmbossTech/sdk/compare/payments-v0.1.0...payments-v0.1.1) (2026-07-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambosstech/payments",
"version": "0.1.1",
"version": "0.2.0",
"description": "Amboss Payments SDK: webhook verification, environments, wallets, transactions",
"license": "MIT",
"repository": {
Expand Down
Loading