Skip to content

Commit

Permalink
build: release 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbudden-gds committed Dec 13, 2024
1 parent efa15ca commit 06526b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code-generators/java-types/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.8.0
version=1.9.0
4 changes: 2 additions & 2 deletions code-generators/typescript-types/package-lock.json

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

2 changes: 1 addition & 1 deletion code-generators/typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"description": "Generates TypeScript types from DI Vocab JSON Schema.",
"private": true,
"version": "1.8.0",
"version": "1.9.0",
"devDependencies": {
"rimraf": "^5.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"description": "Builds the vocab site based on the identity vocab. Also generates JSON Schemas from DI Vocab JSON Schema.",
"private": true,
"version": "1.8.0",
"version": "1.9.0",
"devDependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.26.0",
Expand Down

0 comments on commit 06526b3

Please sign in to comment.