From dac1d3cf63c35f1d613e9388b2e692fe9f8a4c44 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Feb 2023 06:09:41 +0000 Subject: [PATCH] chore(release): 2.11.0 # [2.11.0](https://github.com/andrewinci/insulator2/compare/v2.10.1...v2.11.0) (2023-02-07) ### Bug Fixes * hide custom consumer modal on submit without waiting for the consumer to start ([738024e](https://github.com/andrewinci/insulator2/commit/738024ec766ed5e5b6378cc732f388a7f2da954d)) ### Features * experimental search records by text ([8d44d61](https://github.com/andrewinci/insulator2/commit/8d44d61d16fdf9bbaa9b5b1c8e4f178ba317d311)) * hide delete and edit cluster buttons ([e2ed032](https://github.com/andrewinci/insulator2/commit/e2ed032a45bf514a5ffaf5f4879abf5aea8d23f0)) * show an icon when a tombstone is consumed ([e683abd](https://github.com/andrewinci/insulator2/commit/e683abddd2fb760ae5abbeaacef3cb7627d7be67)) --- CHANGELOG.md | 12 ++++++++++++ backend/tauri.conf.json | 2 +- manifests/update-darwin.json | 10 +++++----- manifests/update-linux.json | 8 ++++---- manifests/update-windows.json | 8 ++++---- package.json | 2 +- 6 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d31d40f..050eba7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.11.0](https://github.com/andrewinci/insulator2/compare/v2.10.1...v2.11.0) (2023-02-07) + +### Bug Fixes + +- hide custom consumer modal on submit without waiting for the consumer to start ([738024e](https://github.com/andrewinci/insulator2/commit/738024ec766ed5e5b6378cc732f388a7f2da954d)) + +### Features + +- experimental search records by text ([8d44d61](https://github.com/andrewinci/insulator2/commit/8d44d61d16fdf9bbaa9b5b1c8e4f178ba317d311)) +- hide delete and edit cluster buttons ([e2ed032](https://github.com/andrewinci/insulator2/commit/e2ed032a45bf514a5ffaf5f4879abf5aea8d23f0)) +- show an icon when a tombstone is consumed ([e683abd](https://github.com/andrewinci/insulator2/commit/e683abddd2fb760ae5abbeaacef3cb7627d7be67)) + ## [2.10.1](https://github.com/andrewinci/insulator2/compare/v2.10.0...v2.10.1) (2023-01-31) ### Bug Fixes diff --git a/backend/tauri.conf.json b/backend/tauri.conf.json index bcc7ad78..13899d35 100644 --- a/backend/tauri.conf.json +++ b/backend/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "2.10.1" + "version": "2.11.0" }, "tauri": { "allowlist": { diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index 9d61fbb0..25172a4b 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v2.10.1", - "notes": "## [2.10.1](https://github.com/andrewinci/insulator2/compare/v2.10.0...v2.10.1) (2023-01-31)\n\n\n### Bug Fixes\n\n* check list of topics to update to prevent an internal error ([8a7ce90](https://github.com/andrewinci/insulator2/commit/8a7ce902eef15c677ea8d935ed07f4d15d2c6e07))\n* parse http error from POST schema registry ([5ef5858](https://github.com/andrewinci/insulator2/commit/5ef58583784b6408bf9b7d7126fd2bb5db2387ac))\n\n\n\n", - "pub_date": "2023-01-31T05:37:15Z", + "version": "v2.11.0", + "notes": "# [2.11.0](https://github.com/andrewinci/insulator2/compare/v2.10.1...v2.11.0) (2023-02-07)\n\n\n### Bug Fixes\n\n* hide custom consumer modal on submit without waiting for the consumer to start ([738024e](https://github.com/andrewinci/insulator2/commit/738024ec766ed5e5b6378cc732f388a7f2da954d))\n\n\n### Features\n\n* experimental search records by text ([8d44d61](https://github.com/andrewinci/insulator2/commit/8d44d61d16fdf9bbaa9b5b1c8e4f178ba317d311))\n* hide delete and edit cluster buttons ([e2ed032](https://github.com/andrewinci/insulator2/commit/e2ed032a45bf514a5ffaf5f4879abf5aea8d23f0))\n* show an icon when a tombstone is consumed ([e683abd](https://github.com/andrewinci/insulator2/commit/e683abddd2fb760ae5abbeaacef3cb7627d7be67))\n\n\n\n", + "pub_date": "2023-02-07T06:09:40Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.10.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.10.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index 6852449e..cdf2d28d 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v2.10.1", - "notes": "## [2.10.1](https://github.com/andrewinci/insulator2/compare/v2.10.0...v2.10.1) (2023-01-31)\n\n\n### Bug Fixes\n\n* check list of topics to update to prevent an internal error ([8a7ce90](https://github.com/andrewinci/insulator2/commit/8a7ce902eef15c677ea8d935ed07f4d15d2c6e07))\n* parse http error from POST schema registry ([5ef5858](https://github.com/andrewinci/insulator2/commit/5ef58583784b6408bf9b7d7126fd2bb5db2387ac))\n\n\n\n", - "pub_date": "2023-01-31T05:37:15Z", + "version": "v2.11.0", + "notes": "# [2.11.0](https://github.com/andrewinci/insulator2/compare/v2.10.1...v2.11.0) (2023-02-07)\n\n\n### Bug Fixes\n\n* hide custom consumer modal on submit without waiting for the consumer to start ([738024e](https://github.com/andrewinci/insulator2/commit/738024ec766ed5e5b6378cc732f388a7f2da954d))\n\n\n### Features\n\n* experimental search records by text ([8d44d61](https://github.com/andrewinci/insulator2/commit/8d44d61d16fdf9bbaa9b5b1c8e4f178ba317d311))\n* hide delete and edit cluster buttons ([e2ed032](https://github.com/andrewinci/insulator2/commit/e2ed032a45bf514a5ffaf5f4879abf5aea8d23f0))\n* show an icon when a tombstone is consumed ([e683abd](https://github.com/andrewinci/insulator2/commit/e683abddd2fb760ae5abbeaacef3cb7627d7be67))\n\n\n\n", + "pub_date": "2023-02-07T06:09:40Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.10.1/insulator-2_2.10.1_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.0/insulator-2_2.11.0_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index ce56deec..60885df8 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v2.10.1", - "notes": "## [2.10.1](https://github.com/andrewinci/insulator2/compare/v2.10.0...v2.10.1) (2023-01-31)\n\n\n### Bug Fixes\n\n* check list of topics to update to prevent an internal error ([8a7ce90](https://github.com/andrewinci/insulator2/commit/8a7ce902eef15c677ea8d935ed07f4d15d2c6e07))\n* parse http error from POST schema registry ([5ef5858](https://github.com/andrewinci/insulator2/commit/5ef58583784b6408bf9b7d7126fd2bb5db2387ac))\n\n\n\n", - "pub_date": "2023-01-31T05:37:15Z", + "version": "v2.11.0", + "notes": "# [2.11.0](https://github.com/andrewinci/insulator2/compare/v2.10.1...v2.11.0) (2023-02-07)\n\n\n### Bug Fixes\n\n* hide custom consumer modal on submit without waiting for the consumer to start ([738024e](https://github.com/andrewinci/insulator2/commit/738024ec766ed5e5b6378cc732f388a7f2da954d))\n\n\n### Features\n\n* experimental search records by text ([8d44d61](https://github.com/andrewinci/insulator2/commit/8d44d61d16fdf9bbaa9b5b1c8e4f178ba317d311))\n* hide delete and edit cluster buttons ([e2ed032](https://github.com/andrewinci/insulator2/commit/e2ed032a45bf514a5ffaf5f4879abf5aea8d23f0))\n* show an icon when a tombstone is consumed ([e683abd](https://github.com/andrewinci/insulator2/commit/e683abddd2fb760ae5abbeaacef3cb7627d7be67))\n\n\n\n", + "pub_date": "2023-02-07T06:09:40Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.10.1/Insulator.2_2.10.1_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.0/Insulator.2_2.11.0_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 10fc3ed9..55a12da1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "2.10.1", + "version": "2.11.0", "type": "module", "workspaces": [ "frontend",