Skip to content

Commit

Permalink
bump to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 26, 2022
1 parent 7cc64fb commit 613f787
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/designer",
"version": "1.0.0",
"version": "19.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/common",
"version": "1.0.0",
"version": "19.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/paperclip-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperclip-loader",
"version": "0.1.0",
"version": "19.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/proto",
"version": "1.0.0",
"version": "19.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/web-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/web-renderer",
"version": "1.0.0",
"version": "19.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperclip",
"version": "10.0.0",
"version": "19.0.0",
"private": true,
"description": "Aerial is a virtual browser for visually creating web applications.",
"repository": {
Expand All @@ -16,6 +16,7 @@
"scripts": {
"test": "yarn workspaces foreach run test",
"lint": "eslint packages/*/src/**/*.ts",
"sync-versions": "node scripts/sync-version.js",
"precommit": "lint-staged",
"clean": "yarn workspaces foreach run clean",
"build": "yarn workspaces foreach --topological-dev -i run build",
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for (const libPath of libPaths) {
const baseName = path.basename(libPath);

if (baseName === "Cargo.toml") {
content = content.replace(/version\s*=\s*".*?"/g, `version = "${version}"`);
// content = content.replace(/version\s*=\s*".*?"/g, `version = "${version}"`);
} else if (baseName === "package.json") {
content = content.replace(/"version": ".*?"/g, `"version": "${version}"`);
}
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5472,6 +5472,21 @@ __metadata:
languageName: unknown
linkType: soft

"paperclip@workspace:.":
version: 0.0.0-use.local
resolution: "paperclip@workspace:."
dependencies:
"@typescript-eslint/eslint-plugin": ^1.3.0
"@typescript-eslint/parser": ^1.3.0
eslint: ^5.13.0
husky: ^7.0.0
lint-staged: ^7.2.0
prettier: 2.6.2
pretty-quick: ^3.1.3
typescript: ^4.7.2
languageName: unknown
linkType: soft

"param-case@npm:^3.0.4":
version: 3.0.4
resolution: "param-case@npm:3.0.4"
Expand Down Expand Up @@ -7311,21 +7326,6 @@ __metadata:
languageName: node
linkType: hard

"tandem@workspace:.":
version: 0.0.0-use.local
resolution: "tandem@workspace:."
dependencies:
"@typescript-eslint/eslint-plugin": ^1.3.0
"@typescript-eslint/parser": ^1.3.0
eslint: ^5.13.0
husky: ^7.0.0
lint-staged: ^7.2.0
prettier: 2.6.2
pretty-quick: ^3.1.3
typescript: ^4.7.2
languageName: unknown
linkType: soft

"tapable@npm:^2.0.0, tapable@npm:^2.1.1, tapable@npm:^2.2.0":
version: 2.2.1
resolution: "tapable@npm:2.2.1"
Expand Down

0 comments on commit 613f787

Please sign in to comment.