Skip to content

Commit

Permalink
test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ifelsedeveloper committed Oct 7, 2023
1 parent 2bffa2c commit 48af4c5
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)


### Bug Fixes

* ci/cd ([2bffa2c](https://github.com/rarible/protocol-contracts/commit/2bffa2cfe39ed051dd26405386a8c7f5c25fe127))





## [0.7.8](https://github.com/rarible/protocol-contracts/compare/v0.7.7-beta20...v0.7.8) (2023-10-07)


Expand Down
8 changes: 8 additions & 0 deletions auction/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.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)

**Note:** Version bump only for package @rarible/auction





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
4 changes: 2 additions & 2 deletions auction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/auction",
"version": "0.7.7",
"version": "0.7.9",
"main": "truffle.js",
"directories": {
"test": "test"
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@rarible/exchange-interfaces": "^0.7.7",
"@rarible/transfer-manager": "^0.7.7"
"@rarible/transfer-manager": "^0.7.9"
},
"devDependencies": {
"@daonomic/tests-common": "0.2.2",
Expand Down
11 changes: 11 additions & 0 deletions deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)


### Bug Fixes

* ci/cd ([2bffa2c](https://github.com/rarible/protocol-contracts/commit/2bffa2cfe39ed051dd26405386a8c7f5c25fe127))





## [0.7.8](https://github.com/rarible/protocol-contracts/compare/v0.7.7-beta20...v0.7.8) (2023-10-07)


Expand Down
8 changes: 4 additions & 4 deletions deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/deploy",
"version": "0.7.8",
"version": "0.7.9",
"description": "package with all migrations to deploy other packages",
"access": "public",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
],
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@rarible/auction": "^0.7.7",
"@rarible/exchange-v2": "^0.7.7",
"@rarible/royalties-registry": "^0.7.7",
"@rarible/auction": "^0.7.9",
"@rarible/exchange-v2": "^0.7.9",
"@rarible/royalties-registry": "^0.7.9",
"@rarible/test": "^0.7.7",
"@rarible/tokens": "^0.7.7",
"@rarible/transfer-proxy": "^0.7.7",
Expand Down
8 changes: 8 additions & 0 deletions exchange-v2/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.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)

**Note:** Version bump only for package @rarible/exchange-v2





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
4 changes: 2 additions & 2 deletions exchange-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/exchange-v2",
"version": "0.7.7",
"version": "0.7.9",
"main": "truffle.js",
"directories": {
"test": "test"
Expand All @@ -17,7 +17,7 @@
"@rarible/meta-tx": "^0.7.7",
"@rarible/royalties": "^0.7.7",
"@rarible/royalties-upgradeable": "^0.7.7",
"@rarible/transfer-manager": "^0.7.7",
"@rarible/transfer-manager": "^0.7.9",
"eth-sig-util": "^3.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchange-wrapper/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.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)

**Note:** Version bump only for package @rarible/exchange-wrapper





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
8 changes: 4 additions & 4 deletions exchange-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/exchange-wrapper",
"version": "0.7.7",
"version": "0.7.9",
"main": "truffle.js",
"directories": {
"test": "test"
Expand All @@ -11,11 +11,11 @@
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@rarible/exchange-v2": "^0.7.7",
"@rarible/exchange-v2": "^0.7.9",
"@rarible/lib-bp": "^0.7.7",
"@rarible/lib-part": "^0.7.7",
"@rarible/royalties-registry": "^0.7.7",
"@rarible/transfer-manager": "^0.7.7",
"@rarible/royalties-registry": "^0.7.9",
"@rarible/transfer-manager": "^0.7.9",
"eth-sig-util": "^3.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions gas-usage-tests/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.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)

**Note:** Version bump only for package @rarible/gas-usage-tests





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
6 changes: 3 additions & 3 deletions gas-usage-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/gas-usage-tests",
"version": "0.7.7",
"version": "0.7.9",
"main": "truffle.js",
"directories": {
"test": "test"
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@rarible/exchange-v2": "^0.7.7",
"@rarible/royalties-registry": "^0.7.7",
"@rarible/exchange-v2": "^0.7.9",
"@rarible/royalties-registry": "^0.7.9",
"@rarible/tokens": "^0.7.7",
"@rarible/transfer-proxy": "^0.7.7"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.8",
"version": "0.7.9",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions royalties-registry/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.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)

**Note:** Version bump only for package @rarible/royalties-registry





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
4 changes: 2 additions & 2 deletions royalties-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"directories": {
"test": "test"
},
"version": "0.7.7",
"version": "0.7.9",
"scripts": {
"test": "truffle test"
},
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@rarible/exchange-interfaces": "^0.7.7",
"@rarible/exchange-v2": "^0.7.7",
"@rarible/exchange-v2": "^0.7.9",
"@rarible/lib-bp": "^0.7.7",
"@rarible/royalties": "^0.7.7",
"@rarible/royalties-upgradeable": "^0.7.7"
Expand Down
11 changes: 11 additions & 0 deletions transfer-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.9](https://github.com/rarible/protocol-contracts/compare/v0.7.8...v0.7.9) (2023-10-07)


### Bug Fixes

* ci/cd ([2bffa2c](https://github.com/rarible/protocol-contracts/commit/2bffa2cfe39ed051dd26405386a8c7f5c25fe127))





## [0.7.7](https://github.com/rarible/protocol-contracts/compare/v0.3.0-beta7...v0.7.7) (2023-10-07)


Expand Down
2 changes: 1 addition & 1 deletion transfer-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarible/transfer-manager",
"version": "0.7.7",
"version": "0.7.9",
"main": "truffle.js",
"access": "public",
"directories": {
Expand Down

0 comments on commit 48af4c5

Please sign in to comment.