Skip to content

Commit

Permalink
Update package versions to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca5e committed Apr 7, 2024
1 parent c315e53 commit 25b3b34
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions hrgt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tno-terminology-design/hrgt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Human Readable Glossary (Generation) Tool (HRGT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/tno-terminology-design/tev2-tools#readme",
"dependencies": {
"@tno-terminology-design/utils": "^1.1.1",
"@tno-terminology-design/utils": "^1.1.2",
"commander": "10.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
4 changes: 2 additions & 2 deletions mrg-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tno-terminology-design/mrg-import",
"version": "1.1.1",
"version": "1.1.2",
"description": "Machine Readable Glossary (MRG) Import Tool",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/tno-terminology-design/tev2-tools#readme",
"dependencies": {
"@tno-terminology-design/utils": "^1.1.1",
"@tno-terminology-design/utils": "^1.1.2",
"axios": "^1.4.0",
"commander": "^11.0.0",
"figlet": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions mrgt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tno-terminology-design/mrgt",
"version": "1.1.3",
"version": "1.1.4",
"description": "Machine Readable Glossary (Generation) Tool (MRGT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/tno-terminology-design/tev2-tools#readme",
"dependencies": {
"@tno-terminology-design/utils": "^1.1.1",
"@tno-terminology-design/utils": "^1.1.2",
"commander": "^11.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions trrt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tno-terminology-design/trrt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Term Reference Resolution Tool (TRRT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/tno-terminology-design/tev2-tools#readme",
"dependencies": {
"@tno-terminology-design/utils": "^1.1.1",
"@tno-terminology-design/utils": "^1.1.2",
"commander": "10.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tno-terminology-design/utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "Utility functions for TNO Terminology Design tools",
"files": [
"lib"
Expand Down

0 comments on commit 25b3b34

Please sign in to comment.