Skip to content

Commit

Permalink
Release v0.33.1 ng & React (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jun 29, 2024
1 parent 5576df3 commit 42ba23a
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 91 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.33.0-ng14",
"version": "0.33.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.33.0"
"@trimble-oss/modus-web-components": "0.33.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.33.0-ng15",
"version": "0.33.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.33.0"
"@trimble-oss/modus-web-components": "0.33.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.33.0-ng16",
"version": "0.33.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.33.0"
"@trimble-oss/modus-web-components": "0.33.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.33.0-ng17",
"version": "0.33.1-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.33.0"
"@trimble-oss/modus-web-components": "0.33.1"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down
16 changes: 8 additions & 8 deletions angular-workspace/test-web-components/package-lock.json

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

2 changes: 1 addition & 1 deletion angular-workspace/test-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@trimble-oss/modus-web-components": "0.20.0",
"@trimble-oss/modus-web-components": "0.33.1",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.12.0"
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.33.0-react17",
"version": "0.33.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.33.0"
"@trimble-oss/modus-web-components": "0.33.1"
},
"devDependencies": {
"@types/jest": "23.3.9",
Expand Down
Loading

0 comments on commit 42ba23a

Please sign in to comment.