Skip to content

Commit

Permalink
Prepare release of Concordium VSCode extension v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Jan 23, 2024
1 parent 4a3d13a commit f2e27d7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
13 changes: 9 additions & 4 deletions vscode-smart-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Unreleased

- Add support for generating TypeScript/JavaScript clients for smart contract modules via the [ccd-js-gen](https://www.npmjs.com/package/@concordium/ccd-js-gen) tool.
- Adds two commands: one for generating ts/js clients, and one for getting the version of the ccd-js-gen executable.
- Adds settings for using a custom ccd-js-gen executable and to provide additional arguments when running it.
- Adds a task for running the ccd-js-gen tool.
## 2.2.0

- Contains `cargo-concordium` version 3.2.0
- Contains `@concordium/ccd-js-gen` version 1.2.0

- Add support for generating TypeScript/JavaScript clients for smart contract modules via the [`ccd-js-gen`](https://www.npmjs.com/package/@concordium/ccd-js-gen) tool.
- Adds two commands: one for generating ts/js clients, and one for getting the version of the `ccd-js-gen` executable.
- Adds settings for using a custom `ccd-js-gen` executable and to provide additional arguments when running it.
- Adds a task for running the `ccd-js-gen` tool.

## 2.1.0

Expand Down
10 changes: 10 additions & 0 deletions vscode-smart-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ This extension contributes the following settings:

## Release Notes

## 2.2.0

- Contains `cargo-concordium` version 3.2.0
- Contains `@concordium/ccd-js-gen` version 1.2.0

- Add support for generating TypeScript/JavaScript clients for smart contract modules via the [`ccd-js-gen`](https://www.npmjs.com/package/@concordium/ccd-js-gen) tool.
- Adds two commands: one for generating ts/js clients, and one for getting the version of the `ccd-js-gen` executable.
- Adds settings for using a custom `ccd-js-gen` executable and to provide additional arguments when running it.
- Adds a task for running the `ccd-js-gen` tool.

## 2.1.0

- Contains `cargo-concordium` version 3.1.4
Expand Down
18 changes: 9 additions & 9 deletions vscode-smart-contracts/package-lock.json

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

4 changes: 2 additions & 2 deletions vscode-smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Concordium Smart Contracts",
"icon": "icon.png",
"description": "Develop and build smart contracts on Concordium",
"version": "2.1.0",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/Concordium/concordium-smart-contract-tools.git",
Expand Down Expand Up @@ -176,7 +176,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@concordium/ccd-js-gen": "^1.0.1",
"@concordium/ccd-js-gen": "^1.2.0",
"glob": "^8.1.0"
}
}

0 comments on commit f2e27d7

Please sign in to comment.