Skip to content

Commit def1892

Browse files
committed
chore(release): 1.1.0-rc.0
1 parent 96b956a commit def1892

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [1.1.0-rc.0](https://github.com/InformaticsMatters/squonk-frontend/compare/1.0.1...1.1.0-rc.0) (2022-09-05)
6+
7+
8+
### Features
9+
10+
* **archived-instances:** allow instances (jobs/apps) to be archived such that they won't be deleted automatically deleted ([94d511e](https://github.com/InformaticsMatters/squonk-frontend/commit/94d511e6d5f9be15c6ae669b751eeaa3cc156893))
11+
12+
13+
### Bug Fixes
14+
15+
* **results-page:** fix results page when no project is selected ([96b956a](https://github.com/InformaticsMatters/squonk-frontend/commit/96b956a73eaec2b3d842f884175dc0e4b7c2bbf9))
16+
517
### [1.0.1](https://github.com/InformaticsMatters/squonk-frontend/compare/1.0.1-rc.1...1.0.1) (2022-09-05)
618

719
### [1.0.1-rc.1](https://github.com/InformaticsMatters/squonk-frontend/compare/1.0.1-rc.0...1.0.1-rc.1) (2022-09-05)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@squonk/data-manager-ui",
33
"author": "Oliver Dudgeon",
44
"license": "Apache-2.0",
5-
"version": "1.0.1",
5+
"version": "1.1.0-rc.0",
66
"private": true,
77
"scripts": {
88
"prepare": "husky install",

0 commit comments

Comments
 (0)