Skip to content

Commit

Permalink
chore: bump version to v0.14.0
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.14.0 -
2024-02-21` release.
  • Loading branch information
kanej committed Feb 21, 2024
1 parent 68c27b8 commit 2ed0de2
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 44 deletions.
4 changes: 2 additions & 2 deletions examples/complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-complete-example",
"private": true,
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/modules/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.13.2",
"@nomicfoundation/hardhat-ignition-ethers": "^0.14.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/ens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-ens-example",
"private": true,
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/modules/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.13.2",
"@nomicfoundation/hardhat-ignition-ethers": "^0.14.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-sample-example",
"private": true,
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/modules/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.13.2",
"@nomicfoundation/hardhat-ignition-ethers": "^0.14.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/ts-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-ts-sample-example",
"private": true,
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,ts,md,json}\" \"ignition/modules/*.{js,ts,md,json}\" \"test/*.{js,ts,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.13.2",
"@nomicfoundation/hardhat-ignition-ethers": "^0.14.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/viem-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-viem-sample-example",
"private": true,
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,ts,md,json}\" \"ignition/modules/*.{js,ts,md,json}\" \"test/*.{js,ts,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition-viem": "^0.13.2",
"@nomicfoundation/hardhat-ignition-viem": "^0.14.0",
"@nomicfoundation/hardhat-toolbox-viem": "2.0.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@nomicfoundation/ignition-core",
"version": "0.13.2",
"version": "0.14.0",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-plugin-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition-ethers",
"version": "0.13.2",
"version": "0.14.0",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-ignition": "^0.13.2",
"@nomicfoundation/ignition-core": "^0.13.2",
"@nomicfoundation/hardhat-ignition": "^0.14.0",
"@nomicfoundation/ignition-core": "^0.14.0",
"ethers": "^6.7.0",
"hardhat": "^2.18.0"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/hardhat-plugin-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.14.0 - 2024-02-21

### Added

- Support BigInt values in Module Parameter files by encoding them as strings with the format /d+n/ ([#663](https://github.com/NomicFoundation/hardhat-ignition/issues/663))

### Changed

- Upgrade to `viem@2`, a breaking change for scripts or tests that leverage viem contract instances returned from an Ignition deploy call, see [the viem@2 migration guide for more details](https://viem.sh/docs/migration-guide#2xx-breaking-changes) ([#692](https://github.com/NomicFoundation/hardhat-ignition/issues/692))

## 0.13.2 - 2024-01-25

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-plugin-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition-viem",
"version": "0.13.2",
"version": "0.14.0",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@types/sinon": "^10.0.13"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ignition": "^0.13.2",
"@nomicfoundation/hardhat-ignition": "^0.14.0",
"@nomicfoundation/hardhat-viem": "^2.0.0",
"@nomicfoundation/ignition-core": "^0.13.2",
"@nomicfoundation/ignition-core": "^0.14.0",
"hardhat": "^2.18.0",
"viem": "^2.7.6"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-plugin/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](https://keepachangelog.com/en/1.0.0/).

## 0.14.0 - 2024-02-21

### Added

- Support BigInt values in Module Parameter files by encoding them as strings with the format /d+n/ ([#663](https://github.com/NomicFoundation/hardhat-ignition/issues/663))

## 0.13.2 - 2024-01-25

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition",
"version": "0.13.2",
"version": "0.14.0",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down Expand Up @@ -59,8 +59,8 @@
"hardhat": "^2.18.0"
},
"dependencies": {
"@nomicfoundation/ignition-core": "^0.13.2",
"@nomicfoundation/ignition-ui": "^0.13.2",
"@nomicfoundation/ignition-core": "^0.14.0",
"@nomicfoundation/ignition-ui": "^0.14.0",
"chalk": "^4.0.0",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/ignition-ui",
"version": "0.13.2",
"version": "0.14.0",
"type": "module",
"scripts": {
"predev": "npm run regenerate-deployment-example",
Expand All @@ -17,7 +17,7 @@
"dependencies": {},
"devDependencies": {
"@fontsource/roboto": "^5.0.8",
"@nomicfoundation/ignition-core": "^0.13.2",
"@nomicfoundation/ignition-core": "^0.14.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.5",
"@types/react": "^18.0.28",
Expand Down

0 comments on commit 2ed0de2

Please sign in to comment.