@spinnaker/core 0.21.0 → 0.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,43 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.22.1](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.22.0...@spinnaker/core@0.22.1) (2022-10-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** Do not set static document base URL ([#9890](https://github.com/spinnaker/deck/issues/9890)) ([5ac7516](https://github.com/spinnaker/deck/commit/5ac75160cf8b6099aaea8b31874ebbbb13409b2a)), closes [#9802](https://github.com/spinnaker/deck/issues/9802) [spinnaker/spinnaker#6723](https://github.com/spinnaker/spinnaker/issues/6723)
12
+ * **search:** Error thrown when search version 2 is enabled ([#9888](https://github.com/spinnaker/deck/issues/9888)) ([af0b585](https://github.com/spinnaker/deck/commit/af0b5854dc2a35d643c06baa25a07bfc425fc154))
13
+
14
+
15
+
16
+ # 3.12.0 (2022-09-09)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **notifications:** Added space in Google Chat notification. ([#9884](https://github.com/spinnaker/deck/issues/9884)) ([ed1d5f8](https://github.com/spinnaker/deck/commit/ed1d5f8691f7155c5c346916ad871c9993ea8363))
22
+
23
+
24
+
25
+
26
+
27
+ # [0.22.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.21.0...@spinnaker/core@0.22.0) (2022-08-03)
28
+
29
+
30
+ ### Features
31
+
32
+ * **dependencies:** Update vulnerable dependencies ([#9875](https://github.com/spinnaker/deck/issues/9875)) ([bf92932](https://github.com/spinnaker/deck/commit/bf92932c9396a88fb902050b52f504e4ac01aaa0))
33
+
34
+
35
+ ### Performance Improvements
36
+
37
+ * **pipelinegraph:** Improve the performance of the pipeline graph rendering ([#9871](https://github.com/spinnaker/deck/issues/9871)) ([55fa5d0](https://github.com/spinnaker/deck/commit/55fa5d00beb576d9d9215923bcc4b7ead64a4fba))
38
+
39
+
40
+
41
+
42
+
6
43
  # [0.21.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.20.1...@spinnaker/core@0.21.0) (2022-07-11)
7
44
 
8
45