Skip to content

Commit

Permalink
Merge pull request #213 from tonlabs/1.14.0-rc
Browse files Browse the repository at this point in the history
Version 1.14.0
  • Loading branch information
d3p authored Apr 28, 2021
2 parents 16706ce + b74870d commit a1d43ed
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [1.14.0] – 2021-04-28

### New

- **Debot module**:
- implementation of Network DeBot interface in DEngine.
- implementation of `signHash` function in Sdk interface.

### Fixed

- **Debot module**:
- fixed bug in Json interface with supporting nested structures and arrays of structures.
- fixed bug in Json interface with keys containing hyphens.

## [1.13.0] – 2021-04-23

### New
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.13.0",
"version": "1.14.0",
"command": {
"version": {
"message": "Release",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/core",
"version": "1.13.0",
"version": "1.14.0",
"description": "TON Client for Java Script",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/lib-node",
"version": "1.13.0",
"version": "1.14.0",
"description": "TON Client NodeJs AddOn",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/lib-react-native",
"version": "1.13.0",
"version": "1.14.0",
"description": "TON Client React Native Module",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/lib-web",
"version": "1.13.0",
"version": "1.14.0",
"description": "TON Client WASM module for browsers",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/tests-node",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"description": "TON Client Tests runner on NodeJs",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/tests-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/tests-react-native",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"main": "index.js",
"browser": true,
Expand All @@ -23,13 +23,13 @@
"react-native": "0.63.3"
},
"devDependencies": {
"find-process": "^1.4.4",
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^16.9.56",
"@types/react-native": "^0.63.35",
"eslint": "^7.13.0",
"find-process": "^1.4.4",
"metro-react-native-babel-preset": "^0.64.0"
}
}
2 changes: 1 addition & 1 deletion packages/tests-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/tests-web",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"description": "TON Client WASM module tests runner",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonclient/tests",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"description": "TON Client Tests",
"main": "dist/index.js",
Expand Down

0 comments on commit a1d43ed

Please sign in to comment.