Skip to content

Commit

Permalink
Release v0.18.0 - Update React Angular (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Feb 22, 2024
1 parent 066e2e9 commit 8c8c9ca
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 55 deletions.

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.17.0-ng14",
"version": "0.18.0-ng14",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1",
"@trimble-oss/modus-web-components": "0.17.0"
"@trimble-oss/modus-web-components": "0.18.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.17.0-ng15",
"version": "0.18.0-ng15",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@trimble-oss/modus-web-components": "0.17.0"
"@trimble-oss/modus-web-components": "0.18.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.17.0-ng16",
"version": "0.18.0-ng16",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^16.1.7",
"@angular/core": "^16.1.7",
"@trimble-oss/modus-web-components": "0.17.0"
"@trimble-oss/modus-web-components": "0.18.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down
18 changes: 9 additions & 9 deletions react-workspace/react-17/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 react-workspace/react-17/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-react-components",
"version": "0.17.0-react17",
"version": "0.18.0-react17",
"description": "Trimble Modus React Component Library",
"homepage": "https://modus-web-components.trimble.com/",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@trimble-oss/modus-web-components": "0.17.0"
"@trimble-oss/modus-web-components": "0.18.0"
},
"devDependencies": {
"@types/jest": "23.3.9",
Expand Down
18 changes: 9 additions & 9 deletions react-workspace/react-18/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 react-workspace/react-18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-react-components",
"version": "0.17.0-react18",
"version": "0.18.0-react18",
"description": "Trimble Modus React Component Library",
"homepage": "https://modus-web-components.trimble.com/",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@trimble-oss/modus-web-components": "0.17.0"
"@trimble-oss/modus-web-components": "0.18.0"
},
"devDependencies": {
"@types/jest": "23.3.14",
Expand Down

0 comments on commit 8c8c9ca

Please sign in to comment.