Skip to content

Commit

Permalink
0.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aengl committed May 2, 2021
1 parent 7be6034 commit c9c721b
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.115.0",
"version": "0.116.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cocoon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/cocoon",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"main": "dist/index.js",
Expand All @@ -17,8 +17,8 @@
"dist/index.d.ts"
],
"dependencies": {
"@cocoon/types": "0.115.0",
"@cocoon/util": "0.115.0",
"@cocoon/types": "0.116.0",
"@cocoon/util": "0.116.0",
"commander": "7.2.0",
"debug": "4.3.1",
"dotenv-extended": "2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@cocoon/docs",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"private": true,
"devDependencies": {
"@cocoon/types": "0.115.0",
"@cocoon/types": "0.116.0",
"@types/debug": "4.1.5",
"concurrently": "6.0.2",
"debug": "4.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/editor",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"bin": {
Expand All @@ -13,9 +13,9 @@
"dist/**/*"
],
"dependencies": {
"@cocoon/cocoon": "0.115.0",
"@cocoon/monaco": "0.115.0",
"@cocoon/util": "0.115.0",
"@cocoon/cocoon": "0.116.0",
"@cocoon/monaco": "0.116.0",
"@cocoon/util": "0.116.0",
"commander": "7.2.0",
"debug": "4.3.1",
"mime-types": "2.1.30",
Expand All @@ -28,7 +28,7 @@
"@babel/core": "7.14.0",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@cocoon/types": "0.115.0",
"@cocoon/types": "0.116.0",
"@rollup/plugin-typescript": "8.2.1",
"@tippy.js/react": "3.1.1",
"@types/debug": "4.1.5",
Expand Down Expand Up @@ -67,7 +67,7 @@
"websocket-as-promised": "1.1.0"
},
"optionalDependencies": {
"@cocoon/plugin-inspect": "0.115.0"
"@cocoon/plugin-inspect": "0.116.0"
},
"scripts": {
"build": "yarn clean && yarn build:editor && yarn build:editor-ui && cp src/ui/*.html src/ui/*.png dist/ui/ && chmod +x dist/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/monaco",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"main": "dist/cocoon-monaco.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/data-domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-data-domain",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -12,15 +12,15 @@
]
},
"dependencies": {
"@cocoon/util": "0.115.0",
"@cocoon/util": "0.116.0",
"got": "11.8.2",
"js-quantities": "1.7.6",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"tslib": "2.2.0"
},
"devDependencies": {
"@cocoon/types": "0.115.0",
"@cocoon/types": "0.116.0",
"@types/js-quantities": "1.6.2",
"@types/js-yaml": "4.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-distance",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -21,8 +21,8 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@cocoon/testing": "0.115.0",
"@cocoon/types": "0.115.0",
"@cocoon/testing": "0.116.0",
"@cocoon/types": "0.116.0",
"@types/d3-array": "2.9.0",
"@types/d3-scale": "3.2.2",
"@types/string-similarity": "4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-echarts",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@cocoon/rollup": "0.115.0",
"@cocoon/types": "0.115.0",
"@cocoon/rollup": "0.116.0",
"@cocoon/types": "0.116.0",
"@types/echarts": "4.9.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-google",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-inspect",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -21,8 +21,8 @@
"@babel/core": "7.14.0",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/runtime": "7.14.0",
"@cocoon/rollup": "0.115.0",
"@cocoon/types": "0.115.0",
"@cocoon/rollup": "0.116.0",
"@cocoon/types": "0.116.0",
"react": "17.0.2",
"react-inspector": "5.1.1",
"rollup": "2.46.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-postgres",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -12,12 +12,12 @@
]
},
"dependencies": {
"@cocoon/util": "0.115.0",
"@cocoon/util": "0.116.0",
"pg": "8.6.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@cocoon/types": "0.115.0",
"@cocoon/types": "0.116.0",
"@types/pg": "7.14.11"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/spreadsheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-spreadsheets",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -13,14 +13,14 @@
]
},
"dependencies": {
"@cocoon/util": "0.115.0",
"@cocoon/util": "0.116.0",
"csv-parser": "3.0.0",
"got": "11.8.2",
"tslib": "2.2.0",
"xlsx": "0.16.9"
},
"devDependencies": {
"@cocoon/types": "0.115.0"
"@cocoon/types": "0.116.0"
},
"scripts": {
"build": "rollup --config rollup.config.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/plugin-views",
"version": "0.115.0",
"version": "0.116.0",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
Expand All @@ -26,8 +26,8 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@cocoon/rollup": "0.115.0",
"@cocoon/types": "0.115.0"
"@cocoon/rollup": "0.116.0",
"@cocoon/types": "0.116.0"
},
"scripts": {
"build": "rollup --config rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/rollup",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/testing",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
"tslib": "2.2.0"
},
"optionalDependencies": {
"@cocoon/types": "0.115.0"
"@cocoon/types": "0.116.0"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/types",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocoon/util",
"version": "0.115.0",
"version": "0.116.0",
"author": "Lynn Smeria <ae@cephea.de>",
"license": "GPL-3.0-or-later",
"sideEffects": false,
Expand All @@ -9,7 +9,7 @@
"**/*.d.ts"
],
"dependencies": {
"@cocoon/types": "0.115.0",
"@cocoon/types": "0.116.0",
"tslib": "2.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit c9c721b

Please sign in to comment.