Skip to content

Commit

Permalink
Update package versions to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca5e committed Feb 22, 2024
1 parent 92ee2b2 commit 5ff0621
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.0",
"version": "1.1.1",
"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.0",
"@tno-terminology-design/utils": "^1.1.1",
"commander": "10.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion hrgt/src/Run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import figlet from "figlet"

const program = new Command()
const name = "hrgt"
const version = "1.0.4"
const version = "1.1.1"

program
.name(name)
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.0",
"version": "1.1.1",
"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.0",
"@tno-terminology-design/utils": "^1.1.1",
"axios": "^1.4.0",
"commander": "^11.0.0",
"figlet": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion mrg-import/src/Run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import figlet from "figlet"

const program = new Command()
const name = "mrg-import"
const version = "1.0.4"
const version = "1.1.1"

program
.name(name)
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.0",
"version": "1.1.1",
"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.0",
"@tno-terminology-design/utils": "^1.1.1",
"commander": "^11.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion mrgt/src/Run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import figlet from "figlet"

const program = new Command()
const name = "mrgt"
const version = "1.0.4"
const version = "1.1.1"

program
.name(name)
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.0",
"version": "1.1.1",
"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.0",
"@tno-terminology-design/utils": "^1.1.1",
"commander": "10.0.0",
"figlet": "^1.6.0",
"glob": "^10.3.10",
Expand Down
2 changes: 1 addition & 1 deletion trrt/src/Run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import figlet from "figlet"

const program = new Command()
const name = "trrt"
const version = "1.0.16"
const version = "1.1.1"

program
.name(name)
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.0",
"version": "1.1.1",
"description": "Utility functions for TNO Terminology Design tools",
"files": [
"lib"
Expand Down

0 comments on commit 5ff0621

Please sign in to comment.