Skip to content

Commit

Permalink
chore: bump version to v7.0.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinter-iohk authored Nov 7, 2024
1 parent bdcc1b0 commit a27f7b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog](https://keepachangelog.com/en/1.1.0).

# Unreleased

# v7.0.0

## Removed
* Removed `InitToken`
* Removed `init-tokens-mint` command
Expand Down
4 changes: 2 additions & 2 deletions offchain/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 offchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@partner-chains/pc-contracts-cli",
"type": "module",
"version": "6.2.2",
"version": "7.0.0",
"description": "Partner Chains Smart Contracts CLI",
"main": "dist/pc-contracts-cli",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion onchain/trustless-sidechain.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: trustless-sidechain
version: 6.2.2
version: 7.0.0
synopsis: TODO
description: TODO
homepage: https://github.com/mlabs-haskell/trustless-sidechain
Expand Down
2 changes: 1 addition & 1 deletion raw-scripts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw-scripts"
version = "6.2.2"
version = "7.0.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a27f7b7

Please sign in to comment.