-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding changelog generator from commit metadata
Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
1 parent
7dbfcbc
commit 17f3490
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# v1.1.3-rc1 | ||
|
||
## General | ||
- Merge pull request #177 from vincenzopalazzo/development ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/bdd26eef3d34cc50c3dc53772f2e49bcc71f1445)). @vincenzopalazzo 26-03-2022 | ||
- fixed bug in the resize windows ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/93354a50c6eb973db53e6bc9e0fcec2fa08cd9ec)). @vincenzopalazzo 18-02-2022 | ||
- Merge pull request #176 from nmarulo/github-actions-build-on-pull-req… ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/7001db62199efafd3c5c128f0653bd32f13ceaaa)). @vincenzopalazzo 03-10-2021 | ||
- Add Github actions event to all PR ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/24f424d7c3f28c5ecc9db1fe2fab51689c773103)). @nmarulo 03-10-2021 | ||
- Merge pull request #175 from vincenzopalazzo/development ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/bb4b568800a6aee9d6f1943f15c3f75e44d4721f)). @vincenzopalazzo 02-10-2021 | ||
- fixed formatting code ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/02e86eb02fa397fe28f867f26e35ffed535e7996)). @vincenzopalazzo 02-10-2021 | ||
- Merge pull request #173 from francescofact/master ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/37bf10b61bb2988bea7e9f81e5287eca10a51f0f)). @vincenzopalazzo 02-10-2021 | ||
- removed "fixed" ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/a164e06a7cc3993de4c278936bcd4d373abe9786)). @francescofact 02-10-2021 | ||
- updated PS ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/d51ee762e5fc62980a665f1a10fe2ab8d2e968bc)). @francescofact 02-10-2021 | ||
- Merge pull request #172 from berry120/master ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/c355cf968d2d791ae0a78c3ac63b2abe9dafffdf)). @vincenzopalazzo 02-10-2021 | ||
- Remove redundant comment ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/51315789f7238c62aa230dd2bab13ee9e5f53280)). @berry120 02-10-2021 | ||
- Fix typos and plurals ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/fdb4573085372e93a1fbd0d8e9505f329b713837)). @francescofact 02-10-2021 | ||
- Fix typos ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/8fda7ea73469a1f6255f35bd63487ed0856e464e)). @berry120 01-10-2021 | ||
- Merge pull request #170 from vincenzopalazzo/development ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/5581451788706f692e5efa624a9e4e6c8635ffbc)). @vincenzopalazzo 01-10-2021 | ||
- adding contribution rules ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/195eefdc5a5b91d30fb2073e2887a12bb4e1f0cd)). @vincenzopalazzo 01-10-2021 | ||
- Release version v1.1.2 ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/e6ca0b89771c2ec99d2afb9af4cf00af373a08af)). @vincenzopalazzo 11-06-2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"package_name": "material-ui-swing", | ||
"version": "v1.1.3-rc1", | ||
"api": { | ||
"name": "github", | ||
"repository": "vincenzopalazzo/material-ui-swing", | ||
"branch": "master" | ||
}, | ||
"generation_method": { | ||
"name": "metadata", | ||
"header_filter": false | ||
}, | ||
"serialization_method": { | ||
"name": "md" | ||
} | ||
} |