Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Jan 10, 2023
1 parent 60ccfd6 commit 4fca81c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.0] 2023-01-09

### Added

- Simple frontend-echo web application for Echo DApps

### Changed

- Fix Gitpod URL (prebuilds no longer supported)
- Fix directory used for sharing deployed contracts in development environment
- Bump rollups to 0.8.2: fixes to Server Manager Broker Proxy

## [0.11.1] 2022-12-07

### Changed
Expand Down Expand Up @@ -246,6 +258,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove machine-emulator-tools submodule
- Remove openapi-interfaces submodule

[0.12.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.12.0
[0.11.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.11.1
[0.11.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.11.0
[0.10.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion echo-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/echo-dapp",
"version": "0.11.1",
"version": "0.12.0",
"description": "Cartesi Echo JS DApp",
"dependencies": {
"ethers": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion frontend-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-console",
"version": "0.11.1",
"version": "0.12.0",
"description": "Simple console front-end for Cartesi DApp",
"author": "Danilo Tuler <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4fca81c

Please sign in to comment.