Skip to content

Commit b9e1de4

Browse files
committed
chore(release): 1.0.1-rc.1
1 parent fdfd554 commit b9e1de4

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
@@ -2,6 +2,15 @@
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.0.1-rc.1](https://github.com/InformaticsMatters/squonk-frontend/compare/1.0.1-rc.0...1.0.1-rc.1) (2022-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* disable some queries that run when the user isn't authenticated ([7ae63f9](https://github.com/InformaticsMatters/squonk-frontend/commit/7ae63f9ab36c2b93d7d4c77c04f162fadc6a51cb)), closes [#689](https://github.com/InformaticsMatters/squonk-frontend/issues/689)
11+
* fix type error ([0ac3086](https://github.com/InformaticsMatters/squonk-frontend/commit/0ac308661f40e8e771c1f469fde4700bbdb361e0))
12+
* **polling:** fix polling of tasks and instances to be more consistent ([f85ab19](https://github.com/InformaticsMatters/squonk-frontend/commit/f85ab1967502cb0a60fb32b4a20a3ac54d83d2e0))
13+
514
### [1.0.1-rc.0](https://github.com/InformaticsMatters/squonk-frontend/compare/1.0.0...1.0.1-rc.0) (2022-08-24)
615

716

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-rc.0",
5+
"version": "1.0.1-rc.1",
66
"private": true,
77
"scripts": {
88
"prepare": "husky install",

0 commit comments

Comments
 (0)