Skip to content

Commit

Permalink
chore(ci): revert version bump to retry release
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog committed Dec 22, 2021
1 parent bacef5f commit 96720d4
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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 @@
"packages": ["packages/ts/*"],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.0.16"
"version": "0.0.15"
}
2 changes: 1 addition & 1 deletion packages/ts/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/form",
"version": "0.0.16",
"version": "0.0.15",
"description": "Vaadin form utils",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/form/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@vaadin/form',
version: /* updated-by-script */ '0.0.16',
version: /* updated-by-script */ '0.0.15',
});
2 changes: 1 addition & 1 deletion packages/ts/fusion-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/fusion-frontend",
"version": "0.0.16",
"version": "0.0.15",
"description": "Fusion frontend utils",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/fusion-frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ $wnd.Vaadin = $wnd.Vaadin || {};
$wnd.Vaadin.registrations = $wnd.Vaadin.registrations || [];
$wnd.Vaadin.registrations.push({
is: '@vaadin/fusion-frontend',
version: /* updated-by-script */ '0.0.16',
version: /* updated-by-script */ '0.0.15',
});
6 changes: 3 additions & 3 deletions packages/ts/generator-typescript-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-cli",
"version": "0.0.16",
"version": "0.1.0",
"description": "A Fusion tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@vaadin/generator-typescript-core": "^0.1.0"
},
"dependencies": {
"@vaadin/generator-typescript-utils": "^0.0.16",
"@vaadin/generator-typescript-utils": "^0.1.0",
"meow": "^10.1.1"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@vaadin/generator-typescript-core": "^0.0.16",
"@vaadin/generator-typescript-core": "^0.1.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"concurrently": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-typescript-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-core",
"version": "0.0.16",
"version": "0.1.0",
"description": "A Fusion tool to generate TypeScript code from the OpenAPI document",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-backbone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-plugin-backbone",
"version": "0.0.16",
"version": "0.1.0",
"description": "A Fusion TypeScript Generator plugin to generate basic code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@vaadin/generator-typescript-plugin-client": "^0.1.0"
},
"dependencies": {
"@vaadin/generator-typescript-utils": "^0.0.16",
"@vaadin/generator-typescript-utils": "^0.1.0",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^9.3.0",
"typescript": "^4.5.2"
Expand All @@ -64,8 +64,8 @@
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@vaadin/generator-typescript-core": "^0.0.16",
"@vaadin/generator-typescript-plugin-client": "^0.0.16",
"@vaadin/generator-typescript-core": "^0.1.0",
"@vaadin/generator-typescript-plugin-client": "^0.1.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/generator-typescript-plugin-barrel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-plugin-barrel",
"version": "0.0.16",
"version": "0.1.0",
"description": "A Fusion TypeScript Generator plugin to generate barrel file",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@vaadin/generator-typescript-plugin-backbone": "^0.1.0"
},
"dependencies": {
"@vaadin/generator-typescript-utils": "^0.0.16",
"@vaadin/generator-typescript-utils": "^0.1.0",
"typescript": "^4.5.2"
},
"devDependencies": {
Expand All @@ -62,8 +62,8 @@
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@vaadin/generator-typescript-core": "^0.0.16",
"@vaadin/generator-typescript-plugin-backbone": "^0.0.16",
"@vaadin/generator-typescript-core": "^0.1.0",
"@vaadin/generator-typescript-plugin-backbone": "^0.1.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts/generator-typescript-plugin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-plugin-client",
"version": "0.0.16",
"version": "0.1.0",
"description": "A Fusion TypeScript Generator plugin to generate default client implementation",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@vaadin/generator-typescript-core": "^0.1.0"
},
"dependencies": {
"@vaadin/generator-typescript-utils": "^0.0.16",
"@vaadin/generator-typescript-utils": "^0.1.0",
"typescript": "^4.5.2"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@vaadin/generator-typescript-core": "^0.0.16",
"@vaadin/generator-typescript-core": "^0.1.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/generator-typescript-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/generator-typescript-utils",
"version": "0.0.16",
"version": "0.1.0",
"description": "A set of utils for developing Fusion generator plugins",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@vaadin/generator-typescript-core": "^0.0.16",
"@vaadin/generator-typescript-core": "^0.1.0",
"c8": "^7.10.0",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
Expand Down

0 comments on commit 96720d4

Please sign in to comment.