Skip to content

Commit a165b76

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.271.0 [skip ci]
1 parent 3dc9ca4 commit a165b76

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

CHANGELOG.md

+30-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [0.271.0](https://github.com/rodekruis/IBF-system/compare/v0.270.2...v0.271.0) (2024-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* align outloook btn to center ([4ae8f2a](https://github.com/rodekruis/IBF-system/commit/4ae8f2a6dbb06375f86cdbb5380b88cd46f428be))
7+
* button text ([b9c0b59](https://github.com/rodekruis/IBF-system/commit/b9c0b597e1e7f0042060d7b161ccd121858632ad))
8+
* comment out fs + email save ([9877dec](https://github.com/rodekruis/IBF-system/commit/9877decac6ddbe626dd619769edd4ee239b9a672))
9+
* correct date format and timezones ([ec88ccd](https://github.com/rodekruis/IBF-system/commit/ec88ccdc9476ce89069f42fb1d203f1d5bf0f60d))
10+
* correct date handling ([2882240](https://github.com/rodekruis/IBF-system/commit/2882240d60e5507d2ac60375c7d279faeb1164fb))
11+
* heder date + buttons + mailchimp footer ([3a042f9](https://github.com/rodekruis/IBF-system/commit/3a042f9e48408f80cebf93fe39e3747f25ff7ad0))
12+
* mailchimp footer ([89cc52c](https://github.com/rodekruis/IBF-system/commit/89cc52ce10b603fc5592b2031eb01bdabf672426))
13+
* mailchimp footer width ([2ad5a77](https://github.com/rodekruis/IBF-system/commit/2ad5a77ecbda452ec673ea98d47023e34fd312f8))
14+
* mobile width + action margin + typo + issued text ([75760e6](https://github.com/rodekruis/IBF-system/commit/75760e6270c9618c752f0e7d21ba8ef5a3d91e77))
15+
* remove column from layout ([ebe8fc6](https://github.com/rodekruis/IBF-system/commit/ebe8fc6f5d49298afb5ede9972cd401769a4f417))
16+
* set arial as font ([482f380](https://github.com/rodekruis/IBF-system/commit/482f3801bfe410e2a2b3a4f6d11ef2147f6d3f3b))
17+
* update email logos ([2c584f5](https://github.com/rodekruis/IBF-system/commit/2c584f578f4d6a1bc4e3a845590611f8e290a883))
18+
* use date-fns instead of moment ([d5a9ee4](https://github.com/rodekruis/IBF-system/commit/d5a9ee43e433630e57ba44ac25a657c560c941f8))
19+
* white background to logo img ([a63805e](https://github.com/rodekruis/IBF-system/commit/a63805e80e108f744d9f08e5ff2c39c7941f3858))
20+
21+
22+
### Features
23+
24+
* add logos to header ([f2d69e1](https://github.com/rodekruis/IBF-system/commit/f2d69e1e066fdd6f70eb9634034be7f2266404aa))
25+
* install mjml ([a51c447](https://github.com/rodekruis/IBF-system/commit/a51c4476b1e5b3261eb97d853fcf439cb64b4a35))
26+
* install moment ([d89c1d1](https://github.com/rodekruis/IBF-system/commit/d89c1d16e884f7d222b0ccacefd1831b39c90cda))
27+
* use compact numbers and update copy ([f3d8ff9](https://github.com/rodekruis/IBF-system/commit/f3d8ff966f601f66eaa710122d1b2c8267407c2e))
28+
29+
30+
131
## [0.270.2](https://github.com/rodekruis/IBF-system/compare/v0.270.1...v0.270.2) (2024-09-24)
232

333

@@ -101,14 +131,3 @@
101131

102132

103133

104-
## [0.268.8](https://github.com/rodekruis/IBF-system/compare/v0.268.7...v0.268.8) (2024-09-12)
105-
106-
107-
### Bug Fixes
108-
109-
* misaligned text on hover ([4378a90](https://github.com/rodekruis/IBF-system/commit/4378a90382a0c2cc6c2c01b301ffdd96d1b926ad))
110-
* spacing in chat component ([6983e46](https://github.com/rodekruis/IBF-system/commit/6983e46d771b51fe6c11f635048f48b839dd0e71))
111-
* use unique id for for loop ([f9b4f2b](https://github.com/rodekruis/IBF-system/commit/f9b4f2bddb0100897fba69a68b0c5b0ac7eb2671))
112-
113-
114-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IBF-system",
3-
"version": "0.270.2",
3+
"version": "0.271.0",
44
"private": true,
55
"scripts": {
66
"start:services": "docker compose up -d",

0 commit comments

Comments
 (0)