Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @openzeppelin/upgrades-core@1.1.1
 - @openzeppelin/buidler-upgrades@1.1.1
 - @openzeppelin/truffle-upgrades@1.1.1
  • Loading branch information
frangio committed Oct 8, 2020
1 parent 3213dc9 commit ab7851f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.1.1 (2020-10-08)

- Fix OpenZeppelin CLI migration for projects that were initialized with ZeppelinOS. ([#193](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/193))

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/upgrades-core",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/core",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-buidler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.1.1 (2020-10-08)

- Add prepareUpgrade to Buidler type extensions. ([#184](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/184))
- Fix OpenZeppelin CLI migration for projects that were initialized with ZeppelinOS. ([#193](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/193))
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-buidler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/buidler-upgrades",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-buidler",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@openzeppelin/upgrades-core": "^1.1.0"
"@openzeppelin/upgrades-core": "^1.1.1"
},
"peerDependencies": {
"@nomiclabs/buidler": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-truffle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.1.1 (2020-10-08)

- Add prepareUpgrade to Buidler type extensions. ([#184](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/184))

Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/truffle-upgrades",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-truffle",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@openzeppelin/upgrades-core": "^1.1.0",
"@openzeppelin/upgrades-core": "^1.1.1",
"@truffle/contract": "^4.2.12",
"solidity-ast": "^0.4.4"
},
Expand Down

0 comments on commit ab7851f

Please sign in to comment.