Skip to content

Commit

Permalink
RELEASING: Releasing 5 package(s) (#115)
Browse files Browse the repository at this point in the history
Releases:
  @oak-network/api-augment@2.1.1
  @oak-network/adapter@0.1.6
  @oak-network/config@1.0.1
  @oak-network/types@2.1.1
  @oak-network/sdk@0.1.6

[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 8033d6b commit 90579e4
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/eleven-toys-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-experts-learn.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- e139d8f: Updated dependencies among @oak-network/packages to refer to the latest code instead of fixed version
- 62a7082: Reverted package reference strategy back to workspace:^1.0.0
- Updated dependencies [e139d8f]
- @oak-network/config@1.0.1

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@oak-network/adapter",
"version": "0.1.5",
"version": "0.1.6",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@oak-network/config": "workspace:^1.0.0",
"@oak-network/config": "workspace:^1.0.1",
"@polkadot/api": "^10.9.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-augment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oak-network/api-augment

## 2.1.1

### Patch Changes

- e139d8f: Updated dependencies among @oak-network/packages to refer to the latest code instead of fixed version

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-augment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak-network/api-augment",
"version": "2.1.0",
"version": "2.1.1",
"main": "./build/index.js",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oak-network/config

## 1.0.1

### Patch Changes

- e139d8f: Updated dependencies among @oak-network/packages to refer to the latest code instead of fixed version

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak-network/config",
"version": "1.0.0",
"version": "1.0.1",
"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.1.6

### Patch Changes

- e139d8f: Updated dependencies among @oak-network/packages to refer to the latest code instead of fixed version
- 62a7082: Reverted package reference strategy back to workspace:^1.0.0
- Updated dependencies [e139d8f]
- Updated dependencies [62a7082]
- @oak-network/adapter@0.1.6
- @oak-network/config@1.0.1

## 0.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@oak-network/sdk",
"version": "0.1.5",
"version": "0.1.6",
"license": "Apache-2.0",
"main": "./build/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@oak-network/adapter": "workspace:^0.1.5",
"@oak-network/config": "workspace:^1.0.0",
"@oak-network/adapter": "workspace:^0.1.6",
"@oak-network/config": "workspace:^1.0.1",
"@polkadot/util": "^12.6.1",
"bn.js": "^5.2.1",
"lodash": "^4.17.21"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oak-network/types

## 2.1.1

### Patch Changes

- e139d8f: Updated dependencies among @oak-network/packages to refer to the latest code instead of fixed version

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak-network/types",
"version": "2.1.0",
"version": "2.1.1",
"main": "./build/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 90579e4

Please sign in to comment.