Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#146)
Browse files Browse the repository at this point in the history
Releases:
  @oak-network/adapter@0.2.6
  @oak-network/sdk@0.2.3

[skip ci]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2024
1 parent 8e5d625 commit 3a2f31a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/violet-scissors-cross.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oak-network/adapter

## 0.2.6

### Patch Changes

- 8e5d625: Add callerXcmFeeLocation param to scheduleXcmpTaskWithPayThroughRemoteDerivativeAccountFlow function

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak-network/adapter",
"version": "0.2.5",
"version": "0.2.6",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oak-network/sdk

## 0.2.3

### Patch Changes

- 8e5d625: Add callerXcmFeeLocation param to scheduleXcmpTaskWithPayThroughRemoteDerivativeAccountFlow function
- Updated dependencies [8e5d625]
- @oak-network/adapter@0.2.6

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@oak-network/sdk",
"version": "0.2.2",
"version": "0.2.3",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@oak-network/adapter": "workspace:^0.2.2",
"@oak-network/adapter": "workspace:^0.2.6",
"@oak-network/config": "workspace:^1.0.1",
"@polkadot/util": "^12.6.1",
"bn.js": "^5.2.1",
Expand Down

0 comments on commit 3a2f31a

Please sign in to comment.