Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changeset Version Bump #117

Merged
merged 1 commit into from
Dec 6, 2023
Merged
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
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