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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed May 2, 2022
1 parent 0c7dd7e commit 1c039fe
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1] 2022-05-02

### Changed

- Fix example Dockerfiles to stop referring to local .yalc directories

## [0.5.0] 2022-04-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion converter/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "converter",
"version": "0.4.2",
"version": "0.5.1",
"description": "converter DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion custom-dapps/template/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template",
"version": "0.4.2",
"version": "0.5.1",
"description": "Template DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion echo-cpp/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echo-cpp",
"version": "0.4.2",
"version": "0.5.1",
"description": "Echo C++ DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion echo/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echo",
"version": "0.4.2",
"version": "0.5.1",
"description": "Echo DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-console",
"version": "0.4.2",
"version": "0.5.1",
"description": "Simple console front-end for echo DApp",
"author": "Danilo Tuler <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion knn/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knn",
"version": "0.4.2",
"version": "0.5.1",
"description": "knn DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion m2cgen/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m2cgen",
"version": "0.4.2",
"version": "0.5.1",
"description": "m2cgen DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion sqlite/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite",
"version": "0.4.2",
"version": "0.5.1",
"description": "Sqlite DApp",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1c039fe

Please sign in to comment.