Skip to content

Commit

Permalink
Release v0.32.0 - ng & React (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jun 20, 2024
1 parent 7fca8d9 commit a72a402
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 66 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.31.1-ng14",
"version": "0.32.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.31.1"
"@trimble-oss/modus-web-components": "0.32.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.31.1-ng15",
"version": "0.32.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.31.1"
"@trimble-oss/modus-web-components": "0.32.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.31.1-ng16",
"version": "0.32.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.31.1"
"@trimble-oss/modus-web-components": "0.32.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.31.1-ng17",
"version": "0.32.0-ng17",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^17.2.2",
"@angular/core": "^17.2.2",
"@trimble-oss/modus-web-components": "0.31.1"
"@trimble-oss/modus-web-components": "0.32.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.31.1-react17",
"version": "0.32.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.31.1"
"@trimble-oss/modus-web-components": "0.32.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.31.1-react18",
"version": "0.32.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.31.1"
"@trimble-oss/modus-web-components": "0.32.0"
},
"devDependencies": {
"@types/jest": "23.3.14",
Expand Down

0 comments on commit a72a402

Please sign in to comment.