Skip to content

Commit

Permalink
release-v1.7.0 (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Dec 4, 2020
1 parent 58a1770 commit d5eeb8a
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 27 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## v1.7.0 (2020-12-04)

#### :rocket: Added
* [#1756](https://github.com/SAP/luigi/pull/1756) Feature - Angular supporting library ([@legteodav](https://github.com/legteodav))
* [#1751](https://github.com/SAP/luigi/pull/1751) Feature - WebComponents support ([@hardl](https://github.com/hardl))

#### :bug: Fixed
* [#1720](https://github.com/SAP/luigi/pull/1720) Fix `withoutSync()` history behaviour ([@andrei-scripcaru](https://github.com/andrei-scripcaru))

#### :house: Internal
* [#1734](https://github.com/SAP/luigi/pull/1734) Documentation website using Luigi.globalSearch() API (#1690) ([@legteodav](https://github.com/legteodav))







## [v1.6.0] (2020-11-25)

#### :rocket: Added
Expand Down Expand Up @@ -891,4 +909,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.3.1]: https://github.com/SAP/luigi/compare/v1.3.0...v1.3.1
[v1.4.0]: https://github.com/SAP/luigi/compare/v1.3.1...v1.4.0
[v1.5.0]: https://github.com/SAP/luigi/compare/v1.4.0...v1.5.0
[v1.6.0]: https://github.com/SAP/luigi/compare/v1.5.0...v1.6.0
[v1.6.0]: https://github.com/SAP/luigi/compare/v1.5.0...v1.6.0
[v1.7.0]: https://github.com/SAP/luigi/compare/v1.6.0...v1.7.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-support-angular",
"version": "0.0.4",
"version": "1.7.0",
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand All @@ -12,4 +12,4 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@m_bro_exp/client-support-angular",
"version": "0.0.4",
"name": "@luigi-project/client-support-angular",
"version": "1.7.0",
"license": "Apache-2.0",
"private": false,
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@m_bro_exp/client": "^1.5.0"
"@luigi-project/client": "^1.5.0"
},
"repository": {
"type": "git",
Expand All @@ -23,4 +23,4 @@
"typings": "client-support-angular.d.ts",
"metadata": "client-support-angular.metadata.json",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions client/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-ie11",
"version": "1.6.0",
"version": "1.7.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client-ie11.js",
Expand All @@ -16,4 +16,4 @@
"UI",
"extensibility"
]
}
}
4 changes: 2 additions & 2 deletions client/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client",
"version": "1.6.0",
"version": "1.7.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand All @@ -18,4 +18,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions core/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/core-ie11",
"version": "1.6.0",
"version": "1.7.0",
"description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability",
"license": "Apache-2.0",
"main": "luigi-ie11.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions core/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/core",
"version": "1.6.0",
"version": "1.7.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
2 changes: 1 addition & 1 deletion docs/content-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The [Core](luigi-core-api.md) and [Client API](luigi-client-api.md) documents ar
* `@example` - one or more examples of how the function is used
* `@since 1.6.0` - earliest Luigi version offering this feature

> **NOTE:** It is mandatory to write `@since 1.6.0` if you are adding a new API function. The `NEXTRELEASE` text will automatically update to the version number once the new version is released.
> **NOTE:** It is mandatory to write `@since 1.6.0` if you are adding a new API function. The `1.7.0` text will automatically update to the version number once the new version is released.
For an example, you can look at the already existing functions, in this case [fromVirtualTreeRoot](luigi-client-api.md#fromvirtualtreeroot):

Expand Down
5 changes: 0 additions & 5 deletions 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 plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/plugin-auth-oauth2",
"version": "1.6.0",
"version": "1.7.0",
"description": "OAuth2 implicit grant provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -17,4 +17,4 @@
"oauth2",
"provider"
]
}
}
4 changes: 2 additions & 2 deletions plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/plugin-auth-oidc",
"version": "1.6.0",
"version": "1.7.0",
"description": "OpenID Connect provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -18,4 +18,4 @@
"openid connect",
"provider"
]
}
}
12 changes: 10 additions & 2 deletions scripts/tools/release-cli/release-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ const pkgJsonPaths = {
'dist',
'client-support-angular',
'package.json'
),
client_support_angular_src: path.resolve(
base,
'client-frameworks-support',
'client-support-angular',
'projects',
'client-support-angular',
'package.json'
)
};

Expand Down Expand Up @@ -214,8 +222,8 @@ function addToChangelog(versionText, changelog, lastline) {
let changelog = require('child_process')
.execSync(
base +
'/node_modules/lerna-changelog/bin/cli.js --ignoreCommiters --from ' +
prevVersion
'/node_modules/lerna-changelog/bin/cli.js --ignoreCommiters --from ' +
prevVersion
)
.toString()
.replace('## Unreleased', versionText);
Expand Down

0 comments on commit d5eeb8a

Please sign in to comment.