Skip to content

Commit eed022b

Browse files
Prepare Release (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 783f541 commit eed022b

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.changeset/petite-points-throw.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

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

33

4+
## 1.46.0 (2025-05-07)
5+
6+
- test 3 ([#5](https://github.com/ericglau/openzeppelin-upgrades/pull/5))
7+
48
## 1.45.0 (2025-05-07)
59

610
- test ([#3](https://github.com/ericglau/openzeppelin-upgrades/pull/3))

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ericglau/upgrades-core",
3-
"version": "1.45.0",
3+
"version": "1.46.0",
44
"description": "",
55
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/core",
66
"license": "MIT",

packages/plugin-hardhat/CHANGELOG.md

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

33

4+
## 3.11.0 (2025-05-07)
5+
6+
- test 3 ([#5](https://github.com/ericglau/openzeppelin-upgrades/pull/5))
7+
- Updated dependencies [[`8cd7e50`](https://github.com/ericglau/openzeppelin-upgrades/commit/8cd7e509a5a68c5b2b92a336292ba419a255974e)]:
8+
- @ericglau/upgrades-core@1.46.0
9+
410
## 3.10.0 (2025-05-07)
511

612
- add dep

packages/plugin-hardhat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ericglau/hardhat-upgrades",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"description": "",
55
"repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-hardhat",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"@openzeppelin/defender-sdk-base-client": "^2.1.0",
3838
"@openzeppelin/defender-sdk-deploy-client": "^2.1.0",
3939
"@openzeppelin/defender-sdk-network-client": "^2.1.0",
40-
"@ericglau/upgrades-core": "^1.45.0",
40+
"@ericglau/upgrades-core": "^1.46.0",
4141
"chalk": "^4.1.0",
4242
"debug": "^4.1.1",
4343
"ethereumjs-util": "^7.1.5",

0 commit comments

Comments
 (0)