Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cyan-rivers-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-plums-throw.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/petite-signs-spend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/solidity-signs-spend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/whole-buses-call.md

This file was deleted.

5 changes: 5 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Changelog


## 0.0.1 (2025-06-20)

- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-common",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/cairo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## 2.0.0 (2025-06-18)

## 2.0.0 (2025-06-20)

- Add AccessControlWithDelay. ([#506](https://github.com/OpenZeppelin/contracts-wizard/pull/506))
- Add security contact in contract info. ([#558](https://github.com/OpenZeppelin/contracts-wizard/pull/558))
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))

- **Breaking changes**:
- Use OpenZeppelin Contracts for Cairo v2.0.0. ([#574](https://github.com/OpenZeppelin/contracts-wizard/pull/574))
Expand Down
4 changes: 3 additions & 1 deletion packages/core/cairo_alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 2.0.0 (2025-06-18)
## 2.0.0 (2025-06-20)

- Add AccessControlWithDelay. ([#506](https://github.com/OpenZeppelin/contracts-wizard/pull/506))
- Add security contact in contract info. ([#558](https://github.com/OpenZeppelin/contracts-wizard/pull/558))
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))

- **Breaking changes**:
- Use OpenZeppelin Contracts for Cairo v2.0.0. ([#574](https://github.com/OpenZeppelin/contracts-wizard/pull/574))
Expand Down
8 changes: 8 additions & 0 deletions packages/core/solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## 0.6.0 (2025-06-20)

- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
- **Possibly breaking changes**:
- `Governor`: Remove usage of `access` option. This option now has no effect.

- `Accounts`: Add `_disableInitializers()` to account implementations ([#568](https://github.com/OpenZeppelin/contracts-wizard/pull/568))

## 0.5.6 (2025-05-21)

- `MultisigERC7913`: Add `onlyEntryPointOrSelf` modifier to public configuration functions. ([#554](https://github.com/OpenZeppelin/contracts-wizard/pull/554))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard",
"version": "0.5.6",
"version": "0.6.0",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## 0.2.2 (2025-06-20)

- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))

## 0.2.1 (2025-06-10)

- Fix missing `ContractOverrides` import and rename `defaultimpl` to `default_impl`. ([#566](https://github.com/OpenZeppelin/contracts-wizard/pull/566))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-stellar",
"version": "0.2.1",
"version": "0.2.2",
"description": "A boilerplate generator to get started with OpenZeppelin Stellar Soroban Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/stylus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog


## 0.2.0-alpha.5 (2025-06-20)

- Add security contact in contract info ([#564](https://github.com/OpenZeppelin/contracts-wizard/pull/564))
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))

## 0.2.0-alpha.4 (2025-03-10)

- **Breaking changes**:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-stylus",
"version": "0.2.0-alpha.4",
"version": "0.2.0-alpha.5",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Stylus",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
5 changes: 5 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Changelog


## 0.0.1 (2025-06-20)

- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
10 changes: 5 additions & 5 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-mcp",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "MCP Server for OpenZeppelin Contracts Wizard",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand All @@ -25,10 +25,10 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.1",
"@openzeppelin/wizard-common": "^0.0.1-alpha.0",
"@openzeppelin/wizard": "^0.5.6",
"@openzeppelin/wizard-stylus": "^0.2.0-alpha.4",
"@openzeppelin/wizard-stellar": "^0.2.0",
"@openzeppelin/wizard-common": "^0.0.1",
"@openzeppelin/wizard": "^0.6.0",
"@openzeppelin/wizard-stylus": "^0.2.0-alpha.5",
"@openzeppelin/wizard-stellar": "^0.2.2",
"@openzeppelin/wizard-cairo": "^2.0.0"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion scripts/release/format-changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { join } from 'path';
import { getSupportedLanguageInCoreSubfolder } from '../language-input.mjs';

function formatChangelog(dir) {
console.log(`Formatting changelog for ${dir}...`);

const changelogPath = join(dir, 'CHANGELOG.md');

const changelog = readFileSync(changelogPath, 'utf8');
Expand Down Expand Up @@ -36,7 +38,8 @@ function formatChangelog(dir) {

const languageFolders = getSupportedLanguageInCoreSubfolder();
for (const languageFolder of languageFolders) {
console.log(`Formatting changelog for ${languageFolder}...`);
const languageFolderPath = join('./packages/core', languageFolder);
formatChangelog(languageFolderPath);
}
formatChangelog('./packages/common');
formatChangelog('./packages/mcp');
Loading