Skip to content

Commit

Permalink
v19.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 26, 2022
1 parent e21804d commit 07ff2d3
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "19.0.5"
"version": "19.0.6"
}
13 changes: 8 additions & 5 deletions libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/designer",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,6 +10,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "../../target/debug/paperclip_cli designer --open --port=8000"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"devDependencies": {
Expand All @@ -30,12 +33,12 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@paperclip-ui/proto": "^19.0.5",
"@paperclip-ui/web-renderer": "^19.0.5",
"@paperclip-ui/proto": "^19.0.6",
"@paperclip-ui/web-renderer": "^19.0.6",
"google-protobuf": "^3.21.0",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"paperclip-loader": "^19.0.5"
"paperclip-loader": "^19.0.6"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
4 changes: 2 additions & 2 deletions libs/js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/common",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,5 +16,5 @@
"devDependencies": {
"@types/lru-cache": "^7.10.10"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
7 changes: 5 additions & 2 deletions libs/paperclip-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperclip-loader",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -11,6 +11,9 @@
"build:rs:release": "yarn build:rs --release",
"test": "cargo test"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"devDependencies": {
Expand All @@ -20,5 +23,5 @@
"dependencies": {
"loader-utils": "^3.2.0"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
7 changes: 5 additions & 2 deletions libs/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "@paperclip-ui/proto",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "index.js",
"scripts": {
"build": "yarn build:proto",
"build:proto": "mkdir -p lib && protoc --proto_path=src --plugin=\"protoc-gen-grpc-web=../../node_modules/.bin/protoc-gen-grpc-web\" --grpc-web_out=\"import_style=commonjs+dts,mode=grpcwebtext:./lib\" --js_out=\"import_style=commonjs:./lib\" src/service/designer.proto src/ast/pc.proto src/ast/css.proto src/virt/core.proto src/virt/html.proto src/ast/base.proto src/virt/css.proto src/ast/docco.proto"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"devDependencies": {
"google-protobuf": "^3.21.0",
"protoc-gen-grpc-web": "^1.4.0"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
7 changes: 5 additions & 2 deletions libs/releases/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@paperclip-ui/releases",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"dependencies": {
Expand All @@ -18,5 +21,5 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
8 changes: 4 additions & 4 deletions libs/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paperclip-vscode",
"displayName": "Paperclip",
"version": "19.0.3",
"version": "19.0.6",
"publisher": "crcn",
"preview": true,
"private": true,
Expand Down Expand Up @@ -97,9 +97,9 @@
"nodemon": "^2.0.20"
},
"dependencies": {
"@paperclip-ui/common": "^19.0.3",
"@paperclip-ui/proto": "^19.0.3",
"@paperclip-ui/releases": "^19.0.3",
"@paperclip-ui/common": "^19.0.6",
"@paperclip-ui/proto": "^19.0.6",
"@paperclip-ui/releases": "^19.0.6",
"execa": "^5.1.1",
"get-port": "^3.2.0",
"immer": "^9.0.15",
Expand Down
11 changes: 7 additions & 4 deletions libs/web-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "@paperclip-ui/web-renderer",
"version": "19.0.5",
"version": "19.0.6",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/common": "^19.0.5",
"@paperclip-ui/proto": "^19.0.5",
"@paperclip-ui/common": "^19.0.6",
"@paperclip-ui/proto": "^19.0.6",
"html-entities": "^1.2.1"
},
"gitHead": "3a0ffdc498509395c3cc18fd8fd8249c555bf161"
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
}
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07ff2d3

Please sign in to comment.