Skip to content

Commit

Permalink
chore(packages): auto-publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gfidlab-ci-user committed Feb 16, 2022
1 parent d186f7a commit addbdb6
Show file tree
Hide file tree
Showing 22 changed files with 114 additions and 26 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package root





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"message": "chore(packages): auto-publish [skip ci]"
}
},
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/blockchain-driver-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/blockchain-driver-eth





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/cast/blockchain-driver-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/types": "^1.0.3-alpha.1",
"@castframework/utils": "^1.0.3-alpha.1",
"@castframework/types": "^1.0.3",
"@castframework/utils": "^1.0.3",
"delay": "^5.0.0",
"ethereumjs-util": "^7.1.3",
"faker": "^5.5.3",
Expand Down Expand Up @@ -82,5 +82,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/blockchain-driver-tz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/blockchain-driver-tz





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/cast/blockchain-driver-tz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/types": "^1.0.3-alpha.1",
"@castframework/utils": "^1.0.3-alpha.1",
"@castframework/types": "^1.0.3",
"@castframework/utils": "^1.0.3",
"@taquito/rpc": "^10.2.1",
"@taquito/signer": "^10.2.1",
"@taquito/taquito": "^10.2.1",
Expand Down Expand Up @@ -80,5 +80,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/examples





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
10 changes: 5 additions & 5 deletions packages/cast/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/blockchain-driver-eth": "^1.0.3-alpha.1",
"@castframework/blockchain-driver-tz": "^1.0.3-alpha.1",
"@castframework/transaction-manager": "^1.0.3-alpha.1",
"@castframework/types": "^1.0.3-alpha.1",
"@castframework/blockchain-driver-eth": "^1.0.3",
"@castframework/blockchain-driver-tz": "^1.0.3",
"@castframework/transaction-manager": "^1.0.3",
"@castframework/types": "^1.0.3",
"@taquito/taquito": "^10.2.1",
"@taquito/tzip16": "^10.2.1",
"bignumber.js": "^9.0.1",
Expand Down Expand Up @@ -78,5 +78,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/smart-contract/eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/smart-contract-ethereum





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/cast/smart-contract/eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castframework/smart-contract-ethereum",
"version": "1.0.3-alpha.1",
"version": "1.0.3",
"description": "",
"author": "Cast Framework",
"license": "See license in LICENSE",
Expand Down
8 changes: 8 additions & 0 deletions packages/cast/smart-contract/tezos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/smart-contract-tezos





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/cast/smart-contract/tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@castframework/smart-contract-tezos",
"version": "1.0.3-alpha.1",
"version": "1.0.3",
"description": "",
"main": "index.js",
"private": true,
"author": "Cast Framework",
"license": "See license in LICENSE",
"devDependencies": {
"@castframework/smartpy-cli": "^1.0.3-alpha.1",
"@castframework/smartpy-cli": "^1.0.3",
"@types/expect": "^24.3.0",
"@types/mocha": "^8.2.0",
"@types/shelljs": "^0.8.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/cast/smartpy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/smartpy-cli





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/cast/smartpy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castframework/smartpy-cli",
"version": "1.0.3-alpha.1",
"version": "1.0.3",
"description": "",
"main": "originator.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cast/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/testing





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/cast/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/blockchain-driver-eth": "^1.0.3-alpha.1",
"@castframework/blockchain-driver-tz": "^1.0.3-alpha.1",
"@castframework/transaction-manager": "^1.0.3-alpha.1",
"@castframework/blockchain-driver-eth": "^1.0.3",
"@castframework/blockchain-driver-tz": "^1.0.3",
"@castframework/transaction-manager": "^1.0.3",
"@taquito/taquito": "^10.2.1",
"@taquito/tzip16": "^10.2.1",
"bignumber.js": "^9.0.1",
Expand Down Expand Up @@ -78,5 +78,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/transaction-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/transaction-manager





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/cast/transaction-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/types": "^1.0.3-alpha.1",
"@castframework/utils": "^1.0.3-alpha.1",
"@castframework/types": "^1.0.3",
"@castframework/utils": "^1.0.3",
"faker": "^5.5.3",
"lerna": "^3.22.1",
"lodash": "4.17.15",
Expand Down Expand Up @@ -72,5 +72,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/types





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/cast/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}
8 changes: 8 additions & 0 deletions packages/cast/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/castframework/cast/compare/v1.0.3-alpha.1...v1.0.3) (2022-02-16)

**Note:** Version bump only for package @castframework/utils





## 1.0.3-alpha.1 (2022-02-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/cast/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Cast Framework",
"description": "Interface with the blockchain",
"dependencies": {
"@castframework/types": "^1.0.3-alpha.1",
"@castframework/types": "^1.0.3",
"faker": "^5.5.3",
"lerna": "^3.22.1",
"lodash": "4.17.15",
Expand Down Expand Up @@ -71,5 +71,5 @@
"*.ts": "eslint --ignore-path .gitignore --quiet"
},
"types": "dist/index.d.ts",
"version": "1.0.3-alpha.1"
"version": "1.0.3"
}

0 comments on commit addbdb6

Please sign in to comment.