Skip to content

Commit aa9081c

Browse files
Transpile 8eef80c
1 parent 0d96e3d commit aa9081c

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Changelog
22

3-
## 4.5.1 (2022-02-11)
4-
5-
* Fix `DocstringParsingError` in Solidity <0.8.4.
6-
73
## 4.5.0 (2022-02-09)
84

95
* `ERC2981`: add implementation of the royalty standard, and the respective extensions for `ERC721` and `ERC1155`. ([#3012](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3012))

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.5.1",
4+
"version": "4.5.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: 1 addition & 1 deletion
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.5.1",
5+
"version": "4.5.0",
66
"files": [
77
"/contracts/**/*.sol",
88
"/build/contracts/*.json",

scripts/prepare-docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ solidity-docgen \
1818
--helpers ./docs/helpers.js \
1919
--solc-module ./scripts/prepare-docs-solc.js
2020

21+
rm -f "$OUTDIR"/token/*/presets.md
22+
2123
node scripts/gen-nav.js "$OUTDIR" > "$OUTDIR/../nav.adoc"

0 commit comments

Comments
 (0)