Skip to content

Commit 55f3a24

Browse files
committed
chore(infra): release 0.35.2
1 parent f243b2d commit 55f3a24

48 files changed

Lines changed: 83 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## Not yet released
5+
<a name="0.35.2"></a>
6+
7+
## 0.35.2 (2020-09-18)
68

79
### Features and enhancements
810

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages": [
77
"packages/*"
88
],
9-
"version": "0.35.1"
9+
"version": "0.35.2"
1010
}

packages/xod-arduino/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-arduino",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "XOD project: Arduino transpiler",
55
"scripts": {
66
"build:nearley": "nearleyc src/implementationGrammar.ne -o src/implementationGrammar.ne.js",
@@ -31,14 +31,14 @@
3131
"ramda-fantasy": "^0.8.0",
3232
"sanctuary-def": "^0.14.0",
3333
"xod-func-tools": "^0.34.0",
34-
"xod-project": "^0.35.0"
34+
"xod-project": "^0.35.2"
3535
},
3636
"devDependencies": {
3737
"babel-plugin-inline-import": "^2.0.4",
3838
"bs-platform": "7.1.1",
3939
"chai": "^4.1.2",
4040
"onchange": "^5.2.0",
41-
"xod-fs": "^0.35.0"
41+
"xod-fs": "^0.35.2"
4242
},
4343
"files": [
4444
"dist",

packages/xod-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-cli",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "XOD project: Command Line Interface",
55
"author": "XOD Team <dev@xod.io>",
66
"bin": {
@@ -24,12 +24,12 @@
2424
"node-fetch": "^2.3.0",
2525
"ramda": "^0.24.1",
2626
"source-map-support": "^0.5.9",
27-
"xod-arduino": "^0.35.1",
28-
"xod-deploy-bin": "^0.35.0",
29-
"xod-fs": "^0.35.0",
27+
"xod-arduino": "^0.35.2",
28+
"xod-deploy-bin": "^0.35.2",
29+
"xod-fs": "^0.35.2",
3030
"xod-func-tools": "^0.34.0",
31-
"xod-project": "^0.35.0",
32-
"xod-tabtest": "^0.35.1"
31+
"xod-project": "^0.35.2",
32+
"xod-tabtest": "^0.35.2"
3333
},
3434
"devDependencies": {
3535
"@oclif/dev-cli": "^1.19.4",

packages/xod-client-browser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-client-browser",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "XOD project: Client browser application",
55
"scripts": {
66
"build:tutorial-project": "node ./tools/loadTutorialProject.js",
@@ -24,16 +24,16 @@
2424
"redux": "^3.0.5",
2525
"redux-thunk": "^2.1.0",
2626
"url-parse": "^1.2.0",
27-
"xod-arduino": "^0.35.1",
28-
"xod-client": "^0.35.1",
27+
"xod-arduino": "^0.35.2",
28+
"xod-client": "^0.35.2",
2929
"xod-func-tools": "^0.34.0",
30-
"xod-project": "^0.35.0"
30+
"xod-project": "^0.35.2"
3131
},
3232
"devDependencies": {
3333
"chai": "^4.1.2",
3434
"node-static": "^0.7.10",
3535
"why-did-you-update": "^0.1.0",
36-
"xod-fs": "^0.35.0"
36+
"xod-fs": "^0.35.2"
3737
},
3838
"author": "XOD Team <dev@xod.io>",
3939
"license": "AGPL-3.0"

packages/xod-client-electron/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "AGPL-3.0",
66
"main": "src-babel/app/main.js",
77
"name": "xod-client-electron",
8-
"version": "0.35.1",
8+
"version": "0.35.2",
99
"scripts": {
1010
"build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"",
1111
"build:gui": "webpack --colors",
@@ -44,13 +44,13 @@
4444
"redux": "^3.0.5",
4545
"redux-thunk": "^2.1.0",
4646
"serialport": "^7.0.2",
47-
"xod-arduino": "^0.35.1",
48-
"xod-client": "^0.35.1",
49-
"xod-deploy": "^0.35.0",
50-
"xod-deploy-bin": "^0.35.0",
51-
"xod-fs": "^0.35.0",
47+
"xod-arduino": "^0.35.2",
48+
"xod-client": "^0.35.2",
49+
"xod-deploy": "^0.35.2",
50+
"xod-deploy-bin": "^0.35.2",
51+
"xod-fs": "^0.35.2",
5252
"xod-func-tools": "^0.34.0",
53-
"xod-project": "^0.35.0",
53+
"xod-project": "^0.35.2",
5454
"xod-tethering-inet": "^0.34.0"
5555
},
5656
"devDependencies": {

packages/xod-client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-client",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "XOD project: Client application",
55
"scripts": {
66
"build": "babel src/ -d dist/ --source-maps",
@@ -64,13 +64,13 @@
6464
"url-search-params-polyfill": "^2.0.1",
6565
"vec-la-fp": "^1.5.2",
6666
"wait-for-element": "^1.0.2",
67-
"xod-arduino": "^0.35.1",
68-
"xod-cloud-compile": "^0.35.1",
67+
"xod-arduino": "^0.35.2",
68+
"xod-cloud-compile": "^0.35.2",
6969
"xod-func-tools": "^0.34.0",
70-
"xod-patch-search": "^0.35.0",
71-
"xod-pm": "^0.35.1",
72-
"xod-project": "^0.35.0",
73-
"xod-tabtest": "^0.35.1"
70+
"xod-patch-search": "^0.35.2",
71+
"xod-pm": "^0.35.2",
72+
"xod-project": "^0.35.2",
73+
"xod-tabtest": "^0.35.2"
7474
},
7575
"devDependencies": {
7676
"@storybook/addon-actions": "^3.2.17",

packages/xod-cloud-compile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-cloud-compile",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -21,12 +21,12 @@
2121
"ramda": "^0.24.1",
2222
"string-to-arraybuffer": "^1.0.2",
2323
"xod-func-tools": "^0.34.0",
24-
"xod-tabtest": "^0.35.1"
24+
"xod-tabtest": "^0.35.2"
2525
},
2626
"devDependencies": {
2727
"babel-plugin-inline-import": "^2.0.4",
2828
"chai": "^4.1.2",
29-
"xod-fs": "^0.35.0"
29+
"xod-fs": "^0.35.2"
3030
},
3131
"files": [
3232
"dist",

packages/xod-deploy-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-deploy-bin",
3-
"version": "0.35.0",
3+
"version": "0.35.2",
44
"description": "XOD wrapper over arduino-cli wrapper",
55
"main": "dist/index.js",
66
"scripts": {

packages/xod-deploy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xod-deploy",
3-
"version": "0.35.0",
3+
"version": "0.35.2",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"tar": "^4.0.1",
3333
"unbzip2-stream": "^1.2.5",
3434
"ws": "^3.1.0",
35-
"xod-fs": "^0.35.0",
35+
"xod-fs": "^0.35.2",
3636
"xod-func-tools": "^0.34.0"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)