Skip to content

Commit 891cee7

Browse files
committed
Release 2.0.0-alpha.31
1 parent a8ba3bb commit 891cee7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.0.0-alpha.31](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.30...2.0.0-alpha.31)
8+
9+
- update heap limit - [FIX] JavaScript heap out of memory [`a8ba3bb`](https://github.com/eea/bise-frontend/commit/a8ba3bb524c2e660715e6333cf85998c42085f4f)
10+
- fix build + update max-old-space-size [`bc9b40a`](https://github.com/eea/bise-frontend/commit/bc9b40a21eb78daf88027a1bd161e5160d9dff2a)
11+
- update heap limit - [FIX] JavaScript heap out of memory [`6641e8c`](https://github.com/eea/bise-frontend/commit/6641e8c49f2c0aab9b07852fd5798d02595740f1)
12+
713
#### [2.0.0-alpha.30](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.29...2.0.0-alpha.30)
814

15+
> 5 July 2023
16+
917
- updated volto-plotlycharts [`0d96d1c`](https://github.com/eea/bise-frontend/commit/0d96d1ce14696c1bf03ba8034af22e8ffcae554a)
18+
- Release 2.0.0-alpha.30 [`17f245a`](https://github.com/eea/bise-frontend/commit/17f245a83ac5b69011a5457c882979d076297f98)
1019

1120
#### [2.0.0-alpha.29](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.28...2.0.0-alpha.29)
1221

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bise-frontend",
33
"description": "Website frontend for BISE",
44
"license": "MIT",
5-
"version": "2.0.0-alpha.30",
5+
"version": "2.0.0-alpha.31",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",

0 commit comments

Comments
 (0)