Skip to content

Commit 5770b88

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release events-helsinki 0.6.0
1 parent 9292ba9 commit 5770b88

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps/hobbies-helsinki": "1.2.0",
3-
"apps/events-helsinki": "0.5.0",
3+
"apps/events-helsinki": "0.6.0",
44
"apps/sports-helsinki": "0.4.0",
55
"proxies/events-graphql-federation": "1.1.0",
66
"proxies/events-graphql-proxy": "0.3.0",

apps/events-helsinki/CHANGELOG.md

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

3+
## [0.6.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v0.5.0...events-helsinki-v0.6.0) (2023-02-28)
4+
5+
6+
### Features
7+
8+
* Add LoaderLinkBox & LoadingWrapper common components and use them on lists & carousel ([72fb6b3](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/72fb6b3ba51fff97eba019422c8b77e35a6abe69))
9+
* Categories shortcuts for mobile ([#222](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/222)) ([1a4457a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1a4457ad914ba55400c777a1eb2ecba073050195))
10+
* List styles ([#220](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/220)) ([3efcc77](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/3efcc778903c326c16795a974c111f24eda3cb95))
11+
12+
13+
### Bug Fixes
14+
15+
* Add heading stylings to the page content ([#229](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/229)) ([4a36639](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/4a3663992f306fcc3486a42a21238ca68a615070))
16+
* Categories outline bug ([#238](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/238)) ([28ac411](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/28ac4116ca6812544f3f72dfc91c3c699ee871ed))
17+
* Consent cms translations to all pages ([#234](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/234)) ([5ee6b7e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/5ee6b7e90aae92a4186916a9a83c95f07308817d))
18+
* Fix imports ([82ae303](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/82ae303baf2b0cc43325406a5847d54f004d208e))
19+
* Layout heights imrpovements ([#213](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/213)) ([f26248c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/f26248c343c3cce9c82c4b424a8227475aabc1c6))
20+
* Static page generation issues with language ([a4433c5](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a4433c54cfed103b554fc651612f85bb38eed274))
21+
322
## [0.5.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v0.4.0...events-helsinki-v0.5.0) (2023-02-09)
423

524

apps/events-helsinki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "events-helsinki",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)