Skip to content

Commit 3b8cd20

Browse files
authored
Merge pull request #242 from luisstd/release-please--branches--dev--components--release-please-action
chore: release 1.12.0
2 parents 9682bd2 + 4c1c6ba commit 3b8cd20

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/luisstd/retroloop/compare/v1.11.0...v1.12.0) (2024-05-05)
4+
5+
6+
### Features
7+
8+
* redirect unauthenticated users to login page ([1db4185](https://github.com/luisstd/retroloop/commit/1db4185bfbeb56e3fc261e7d55de2bdea54517f9))
9+
10+
11+
### Bug Fixes
12+
13+
* add correct props for nextjs link components ([be9aaea](https://github.com/luisstd/retroloop/commit/be9aaea301cfb418d5e642a98b2c07799e1e0cc7))
14+
* correctly name param for callbackurl ([d2d7f38](https://github.com/luisstd/retroloop/commit/d2d7f38e7b59b8399ad799863130d0a19b4a6bb3))
15+
* correctly pass callbackUrl to signIn function ([cc2c5bd](https://github.com/luisstd/retroloop/commit/cc2c5bd95bf71e9f337b3a014383ecd0adf98b9a))
16+
* fix race condition during retro creation block ([9682bd2](https://github.com/luisstd/retroloop/commit/9682bd2bfffbec42c617ca2be64f94b8fb571fc9))
17+
* fix typo for url param ([65059c4](https://github.com/luisstd/retroloop/commit/65059c453fe3d227f7bd5ccd8fc5bb2b56bad09c))
18+
* make sure landingpage links redirect correctly ([bac8bb7](https://github.com/luisstd/retroloop/commit/bac8bb75f1d4f59a3f7302e9a2fd1b1bb58429c6))
19+
* use correct hook for reading url param ([013173a](https://github.com/luisstd/retroloop/commit/013173a15537183240b17b1403d29c290a468ff6))
20+
321
## [1.11.0](https://github.com/luisstd/retroloop/compare/v1.10.1...v1.11.0) (2024-04-06)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retroloop",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"private": true,
55
"scripts": {
66
"setup": "pnpm install && husky install",

0 commit comments

Comments
 (0)