Skip to content

Commit

Permalink
Knock lerna a major version down (#1578)
Browse files Browse the repository at this point in the history
* update changelogs
  • Loading branch information
hellwolf authored Aug 12, 2023
1 parent 6f34137 commit 0b3c40b
Show file tree
Hide file tree
Showing 7 changed files with 985 additions and 441 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.feature.create-pr-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
run:
shell: nix develop -c bash -xe {0}

# BUG related to lerna dependency: https://github.com/nrwl/nx/issues/18247
# Disabling for now:
if: false
# if: ${{ !github.event.pull_request.draft }}
if: ${{ !github.event.pull_request.draft }}

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"hardhat": "^2.17.1",
"hardhat-deploy": "^0.11.34",
"husky": "^8.0.3",
"lerna": "^7.1.5",
"lerna": "^6.6.2",
"node-jq": "^4.0.1",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

### Changed

- Node dependency updates.

## [v1.7.2] - 2023-08-11

### Added
Expand Down
4 changes: 4 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Node dependency updates.

## [v1.1.10] - 2023-07-25
- Fixed address of SuperTokenFactory for polygon-zkevm-testnet

Expand Down
9 changes: 7 additions & 2 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@ All notable changes to the SDK-core will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

### Added
- Support for new `increaseFlowRateAllowanceWithPermissions` and `decreaseFlowRateAllowanceWithPermissions` functions on `CFAv1` class

### Changed

- Node dependency updates.

## [0.6.8] - 2023-07-25

### Updated
- Metadata changes for recently added networks

## [0.6.7] - 2023-07-13

### Added
### Added
- `BatchCall.toOperation` function which unifies `BatchCall` to `Operation` type
- `Operation.toOperationStruct` moved from `BatchCall` to `Operation` class

Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the SDK-redux will be documented in this file.

## [Unreleased]

### Changed

- Node dependency updates.

## [0.5.1] - 2023-05-17

### Added
Expand Down
Loading

0 comments on commit 0b3c40b

Please sign in to comment.