Skip to content

Commit aee2266

Browse files
committed
Updated build
1 parent 0405373 commit aee2266

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 8.0.0-rc.5
6+
### Changed
7+
- FIO-8638 fixed saving components after changing form display
8+
- FIO-8667 fixed location of download PDF button
9+
510
## 8.0.0-rc.4
611

712
## 8.0.0-rc.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formio/angular",
3-
"version": "8.0.0-rc.4",
3+
"version": "8.0.0-rc.5",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build angular-formio",

projects/angular-formio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formio/angular",
3-
"version": "8.0.0-rc.4",
3+
"version": "8.0.0-rc.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/formio/angular-formio"

0 commit comments

Comments
 (0)