Skip to content

Commit

Permalink
Bump core version and now explicitly depend upon core
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 9, 2024
1 parent 51330e7 commit 382b02c
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 87 deletions.
21 changes: 21 additions & 0 deletions .changeset/real-mirrors-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"@openapi-generator-plus/typescript-express-example-server-generator": minor
"@openapi-generator-plus/typescript-fetch-node-client-generator": minor
"@openapi-generator-plus/typescript-fetch-rn-client-generator": minor
"@openapi-generator-plus/typescript-fetch-client-generator2": minor
"@openapi-generator-plus/typescript-fetch-client-generator": minor
"@openapi-generator-plus/java-cxf-spring-server-generator": minor
"@openapi-generator-plus/handlebars-templates": minor
"@openapi-generator-plus/java-retrofit-client-generator": minor
"@openapi-generator-plus/java-cxf-cdi-server-generator": minor
"@openapi-generator-plus/plain-documentation-generator": minor
"@openapi-generator-plus/java-jaxrs-client-generator": minor
"@openapi-generator-plus/java-jaxrs-generator-common": minor
"@openapi-generator-plus/java-jaxrs-server-generator": minor
"@openapi-generator-plus/typescript-generator-common": minor
"@openapi-generator-plus/generator-common": minor
"@openapi-generator-plus/java-cxf-client-generator": minor
"@openapi-generator-plus/java-like-generator-helper": minor
---

Bump core version and now explicitly depend upon core
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@openapi-generator-plus/testing": "^2.19.0"
"@openapi-generator-plus/testing": "^2.20.0"
}
}
5 changes: 3 additions & 2 deletions packages/generator-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/generator-common#readme",
"dependencies": {
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/utils": "^1.1.1",
"@openapi-generator-plus/core": "^2.20.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/utils": "^1.1.3",
"pluralize": "^8.0.0",
"url-parse": "^1.5.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlebars-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.8",
"marked": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-cdi-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-generator-common": "workspace:*",
"@openapi-generator-plus/java-jaxrs-server-generator": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0"
"@openapi-generator-plus/types": "^2.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-generator-common": "workspace:*",
"@openapi-generator-plus/java-jaxrs-client-generator": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0"
"@openapi-generator-plus/types": "^2.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-spring-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-generator-common": "workspace:*",
"@openapi-generator-plus/java-jaxrs-server-generator": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0"
"@openapi-generator-plus/types": "^2.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-generator-common": "workspace:*",
"@openapi-generator-plus/java-like-generator-helper": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/java-like-generator-helper": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-generator-common": "workspace:*",
"@openapi-generator-plus/java-like-generator-helper": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-like/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/java-like#readme",
"dependencies": {
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-retrofit-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-jaxrs-client-generator": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0"
"@openapi-generator-plus/types": "^2.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-like-generator-helper": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"handlebars": "^4.7.8",
"less": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/java-like-generator-helper": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"handlebars": "^4.7.8",
"pluralize": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-express-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/typescript-generator-common": "workspace:*"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/typescript-generator-common": "workspace:*",
"change-case": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-client2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/typescript-generator-common": "workspace:*",
"change-case": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "workspace:*",
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "workspace:*",
"@openapi-generator-plus/typescript-generator-common": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-rn-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/typescript-fetch-rn-client#readme",
"dependencies": {
"@openapi-generator-plus/handlebars-templates": "workspace:*",
"@openapi-generator-plus/types": "^2.17.0",
"@openapi-generator-plus/types": "^2.18.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "workspace:*",
"@openapi-generator-plus/typescript-generator-common": "workspace:*"
},
Expand Down
Loading

0 comments on commit 382b02c

Please sign in to comment.