Skip to content

Commit

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

[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 Dec 6, 2023
1 parent afb2cda commit a035f5c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/shaggy-ladybugs-vanish.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.0

### Minor Changes

- afb2cda: SDK and adapter upgrades with automationPrice support

## 0.1.6

### 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.1.6",
"version": "0.2.0",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @oak-network/sdk

## 0.2.0

### Minor Changes

- afb2cda: SDK and adapter upgrades with automationPrice support

### Patch Changes

- Updated dependencies [afb2cda]
- @oak-network/adapter@0.2.0

## 0.1.6

### 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.1.6",
"version": "0.2.0",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@oak-network/adapter": "workspace:^0.1.6",
"@oak-network/adapter": "workspace:^0.2.0",
"@oak-network/config": "workspace:^1.0.1",
"@polkadot/util": "^12.6.1",
"bn.js": "^5.2.1",
Expand Down

0 comments on commit a035f5c

Please sign in to comment.