Skip to content

Commit

Permalink
Release v0151 for React and Angular (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Oct 30, 2023
1 parent e0bf6c9 commit ad63f1e
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 79 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.5.0-ng14",
"version": "0.5.1-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.5.0"
"@trimble-oss/modus-web-components": "0.5.1"
},
"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.5.0-ng15",
"version": "0.5.1-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.5.0"
"@trimble-oss/modus-web-components": "0.5.1"
},
"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.5.0-ng16",
"version": "0.5.1-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.5.0"
"@trimble-oss/modus-web-components": "0.5.1"
},
"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.5.0-react17",
"version": "0.5.1-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.5.0"
"@trimble-oss/modus-web-components": "0.5.1"
},
"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.5.0-react18",
"version": "0.5.1-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.5.0"
"@trimble-oss/modus-web-components": "0.5.1"
},
"devDependencies": {
"@types/jest": "23.3.14",
Expand Down
Loading

0 comments on commit ad63f1e

Please sign in to comment.