Skip to content

Commit

Permalink
release: cut the v13.0.0-next.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trik committed Sep 30, 2021
1 parent f2e2c39 commit d35c5f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="13.0.0-next.2"></a>
# 13.0.0-next.2 "still-mouse" (2021-09-30)
### core
| Commit | Type | Description |
| -- | -- | -- |
| [996b165d0](https://github.com/gnucoop/ajf/commit/996b165d0a84665744e3c015363805d3a5e286f9) | feat | **reports:** add range field in report from form |
| [f2e2c3996](https://github.com/gnucoop/ajf/commit/f2e2c399622f31f6e868ef8ec90406348d5effb9) | fix | **forms:** in table force value to number if type is number |
| [0c562cd85](https://github.com/gnucoop/ajf/commit/0c562cd85013f3e2cc9f1f6033336de89695ad3f) | fix | **forms:** Node serializer fromJson name assignment. |
## Special Thanks
Marco Marche, Marco Tozzi, peppedeka, sara and trik

<!-- CHANGELOG SPLIT MARKER -->

<a name="12.1.3"></a>
# 12.1.3 "flat-cloud" (2021-09-27)
### core
Expand Down Expand Up @@ -445,4 +458,4 @@ update to angular 12
| ---------- | --------------------- |
| bug fix | **forms:** include missing templates in ng_module bazel target ([3489afd27677c986f2c2a807cf02e4915f46aac4](https://github.com/gnucoop/ajf/commit/3489afd27677c986f2c2a807cf02e4915f46aac4)) |
| bug fix | **forms:** initialize choices origin in form renderer ([ccecfe0ac573bd8c0f0c43ee6fbf7b211259170d](https://github.com/gnucoop/ajf/commit/ccecfe0ac573bd8c0f0c43ee6fbf7b211259170d)) |
| feature | **reports:** add dynamic table widget ([9c4e76e6982b91d6ffb30af7f89718796fd1b0fd](https://github.com/gnucoop/ajf/commit/9c4e76e6982b91d6ffb30af7f89718796fd1b0fd)) |
| feature | **reports:** add dynamic table widget ([9c4e76e6982b91d6ffb30af7f89718796fd1b0fd](https://github.com/gnucoop/ajf/commit/9c4e76e6982b91d6ffb30af7f89718796fd1b0fd)) |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"i18n:extract": "transloco-keys-manager extract",
"i18n:find": "transloco-keys-manager find"
},
"version": "13.0.0-next.1",
"version": "13.0.0-next.2",
"dependencies": {
"@ajf/icons": "^1.0.0",
"@angular/animations": "13.0.0-next.2",
Expand Down

0 comments on commit d35c5f1

Please sign in to comment.