Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 22, 2018
1 parent 1db18ad commit 86af30f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/lib-complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos-lib-complex-example",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Example of using the upgradeability-lib's App",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"openzeppelin-solidity": "~1.10.0",
"openzeppelin-zos": "~1.9.1",
"truffle": "^4.1.13",
"zos-lib": "^1.4.0"
"zos-lib": "^1.4.1"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"examples/*",
"packages/*"
],
"version": "1.4.0",
"version": "1.4.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v1.4.1

### Fixed

- CLI failed to exit process when using `HDWalletProvider` ([#20](https://github.com/zeppelinos/zos/issues/20))

## v1.4.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos",
"version": "1.4.0",
"version": "1.4.1",
"description": "ZeppelinOS command line interface",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"truffle-core": "^4.1.13",
"truffle-flattener": "github:alcuadrado/truffle-flattener#master",
"truffle-workflow-compile": "^1.0.6",
"zos-lib": "^1.4.0"
"zos-lib": "^1.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos-docs",
"version": "1.4.0",
"version": "1.4.1",
"description": "Documentation site for ZeppelinOS",
"private": true,
"main": "index.js",
Expand Down
15 changes: 8 additions & 7 deletions packages/lib/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## v1.4.1 - 2018-08-22

### Fixed
- Promisify remaining web3 synchronous function calls
- Fix critical error when running `push` with an `HDWalletProvider` ([#23](https://github.com/zeppelinos/zos/issues/23))
- Retry transactions up to 3 times upon "nonce too low" errors ([#334](https://github.com/zeppelinos/zos-cli/issues/334))

## [1.4.0] - 2018-08-14
## v1.4.0 - 2018-08-14

### Changed
- Contract deployments and transactions are executed with an estimate of the gas needed, instead of using the network default ([#211](https://github.com/zeppelinos/zos-lib/pull/211))
Expand All @@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Mark truffle-config as a prod dependency

## [1.3.0] - 2018-07-13
## v1.3.0 - 2018-07-13

### Added
- Support custom Truffle build directories
Expand All @@ -40,17 +41,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix freezable directory unset implementation method
- Fix `AdminUpgradeabilityProxy` shadowing issues

## [1.2.1] - 2018-06-29
## v1.2.1 - 2018-06-29

### Fix
- Fix `App` wrapper hasStdlib function

## [1.2.0] - 2018-06-29
## v1.2.0 - 2018-06-29

### Added
- Allow customising sync timeout in truffle-wrapped contracts

## [1.1.0] - 2018-06-28
## v1.1.0 - 2018-06-28

### Added
- New functions to work with directories with `FileSystem`
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos-lib",
"version": "1.4.0",
"version": "1.4.1",
"description": "ZeppelinOS library",
"scripts": {
"test": "scripts/test.sh",
Expand Down

0 comments on commit 86af30f

Please sign in to comment.