Skip to content

Commit 95c1d59

Browse files
committed
Prepare release 5.5.3 and update version in package.json files
1 parent 2291258 commit 95c1d59

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

angular/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"build": "docker run -it -v ${PWD}:/input-volume -v ${PWD}/lib:/output-volume ondewo-angular-proto-compiler protos",
1414
"debug": "docker run -it --entrypoint /bin/bash -v ${PWD}:/input-volume -v ${PWD}/lib:/output-volume ondewo-angular-proto-compiler"
1515
},
16-
"version": "5.5.2"
16+
"version": "5.5.3"
1717
}

angular/image-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"clean": "rm -rf node_modules",
3434
"reinstall": "npm run clean && npm install -y -g npm@latest && npm install"
3535
},
36-
"version": "5.5.2"
36+
"version": "5.5.3"
3737
}

js/image-data/default-lib-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"build": "webpack --config ./webpack.js --entry ./public-api.js --output-path ./lib/",
2121
"test": "echo \"Error: no test specified\" && exit 1"
2222
},
23-
"version": "5.5.2"
23+
"version": "5.5.3"
2424
}

nodejs/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"main": "public-api.js",
1313
"name": "@ondewo/angular-proto-compiler-example",
1414
"typings": "public-api.d.ts",
15-
"version": "5.5.2"
15+
"version": "5.5.3"
1616
}

nodejs/image-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"license": "Apache-2.0",
99
"main": "index.js",
1010
"name": "ondewo-nodejs-proto-compiler",
11-
"version": "5.5.2"
11+
"version": "5.5.3"
1212
}

typescript/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"main": "public-api.js",
1313
"name": "@ondewo/angular-proto-compiler-example",
1414
"typings": "public-api.d.ts",
15-
"version": "5.5.2"
15+
"version": "5.5.3"
1616
}

typescript/image-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"build": "tsc",
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
16-
"version": "5.5.2"
16+
"version": "5.5.3"
1717
}

0 commit comments

Comments
 (0)