Skip to content

Commit

Permalink
Merge pull request #209 from infor-cloud/update-version-711
Browse files Browse the repository at this point in the history
Release 7.1.1
  • Loading branch information
jehrnstrom authored Nov 25, 2024
2 parents 83ebbc0 + 02d5881 commit c7f791d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions cli/boilerplate/angular-soho/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@infor-up/m3-odin": "7.1.1-next.2",
"@infor-up/m3-odin-angular": "7.1.1-next.2",
"@infor-up/m3-odin": "7.1.1",
"@infor-up/m3-odin-angular": "7.1.1",
"ids-enterprise-ng": "18.2.4"
},
"devDependencies": {}
Expand Down
4 changes: 2 additions & 2 deletions cli/boilerplate/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@infor-up/m3-odin": "7.1.1-next.2",
"@infor-up/m3-odin-angular": "7.1.1-next.2"
"@infor-up/m3-odin": "7.1.1",
"@infor-up/m3-odin-angular": "7.1.1"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions cli/boilerplate/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@infor-up/m3-odin-cli": "7.1.1-next.2",
"@infor-up/m3-odin": "7.1.1-next.2",
"@infor-up/m3-odin-cli": "7.1.1",
"@infor-up/m3-odin": "7.1.1",
"rxjs": "^7.8.0",
"typescript": "~5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infor-up/m3-odin-cli",
"version": "7.1.1-next.2",
"version": "7.1.1",
"description": "Odin CLI",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions m3-odin/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 m3-odin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3-odin-samples",
"version": "7.1.1-next.2",
"version": "7.1.1",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions m3-odin/projects/infor-up/m3-odin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@infor-up/m3-odin-angular",
"private": false,
"version": "7.1.1-next.2",
"version": "7.1.1",
"description": "Odin Angular for M3 web application development.",
"author": {
"name": "Fredrik Eriksson",
Expand All @@ -18,7 +18,7 @@
"peerDependencies": {
"@angular/common": "^18.2.4",
"@angular/core": "^18.2.4",
"@infor-up/m3-odin": "7.1.1-next.2",
"@infor-up/m3-odin": "7.1.1",
"rxjs": "^7.8.0"
}
}
2 changes: 1 addition & 1 deletion m3-odin/projects/infor-up/m3-odin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@infor-up/m3-odin",
"private": false,
"version": "7.1.1-next.2",
"version": "7.1.1",
"description": "Odin for M3 web application development.",
"author": {
"name": "Fredrik Eriksson",
Expand Down

0 comments on commit c7f791d

Please sign in to comment.