Skip to content

Commit 7ebad27

Browse files
committed
Transpile 803db0b
1 parent fcfaef1 commit 7ebad27

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.0.0
3+
## 4.0.0 (2021-03-23)
44

55
* Now targeting the 0.8.x line of Solidity compilers. For 0.6.x (resp 0.7.x) support, use version 3.4.0 (resp 3.4.0-solc-0.7) of OpenZeppelin.
66
* `Context`: making `_msgData` return `bytes calldata` instead of `bytes memory` ([#2492](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2492))

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.0.0-rc.0",
4+
"version": "4.0.0",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "openzeppelin-solidity",
44
"description": "Secure Smart Contract library for Solidity",
5-
"version": "4.0.0-rc.0",
5+
"version": "4.0.0",
66
"files": [
77
"/contracts/**/*.sol",
88
"/build/contracts/*.json",
@@ -76,6 +76,5 @@
7676
"solidity-coverage": "^0.7.11",
7777
"solidity-docgen": "^0.5.3",
7878
"web3": "^1.3.0"
79-
},
80-
"dependencies": {}
79+
}
8180
}

0 commit comments

Comments
 (0)