diff --git a/CHANGELOG.md b/CHANGELOG.md index b7df34c9..95f1d424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28) + +### Bug Fixes + +- navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243)) + ## [2.12.1](https://github.com/andrewinci/insulator2/compare/v2.12.0...v2.12.1) (2023-04-01) ### Bug Fixes diff --git a/backend/tauri.conf.json b/backend/tauri.conf.json index 3bc6e092..a2495602 100644 --- a/backend/tauri.conf.json +++ b/backend/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "2.12.1" + "version": "2.12.2" }, "tauri": { "allowlist": { diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index a3adddc6..54193825 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v2.12.1", - "notes": "## [2.12.1](https://github.com/andrewinci/insulator2/compare/v2.12.0...v2.12.1) (2023-04-01)\n\n\n### Bug Fixes\n\n* part of the topic menu hidden by the bottom allotment ([2444d27](https://github.com/andrewinci/insulator2/commit/2444d2739507c1a32e6a8745a6e801f35f312491))\n* producer button disappear during record consumption ([d9d9d7e](https://github.com/andrewinci/insulator2/commit/d9d9d7e20ade0bd5038ebfced288a1a3fb91c66f))\n* wrong namespace for nested avro refs ([c783765](https://github.com/andrewinci/insulator2/commit/c783765a1870abf0f0cff43dd77c940df2937c0d))\n\n\n\n", - "pub_date": "2023-04-01T16:01:03Z", + "version": "v2.12.2", + "notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n", + "pub_date": "2023-05-28T19:40:11Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index 9c4c8351..01515e5d 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v2.12.1", - "notes": "## [2.12.1](https://github.com/andrewinci/insulator2/compare/v2.12.0...v2.12.1) (2023-04-01)\n\n\n### Bug Fixes\n\n* part of the topic menu hidden by the bottom allotment ([2444d27](https://github.com/andrewinci/insulator2/commit/2444d2739507c1a32e6a8745a6e801f35f312491))\n* producer button disappear during record consumption ([d9d9d7e](https://github.com/andrewinci/insulator2/commit/d9d9d7e20ade0bd5038ebfced288a1a3fb91c66f))\n* wrong namespace for nested avro refs ([c783765](https://github.com/andrewinci/insulator2/commit/c783765a1870abf0f0cff43dd77c940df2937c0d))\n\n\n\n", - "pub_date": "2023-04-01T16:01:03Z", + "version": "v2.12.2", + "notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n", + "pub_date": "2023-05-28T19:40:11Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.1/insulator-2_2.12.1_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/insulator-2_2.12.2_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index df54825f..175e6f3c 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v2.12.1", - "notes": "## [2.12.1](https://github.com/andrewinci/insulator2/compare/v2.12.0...v2.12.1) (2023-04-01)\n\n\n### Bug Fixes\n\n* part of the topic menu hidden by the bottom allotment ([2444d27](https://github.com/andrewinci/insulator2/commit/2444d2739507c1a32e6a8745a6e801f35f312491))\n* producer button disappear during record consumption ([d9d9d7e](https://github.com/andrewinci/insulator2/commit/d9d9d7e20ade0bd5038ebfced288a1a3fb91c66f))\n* wrong namespace for nested avro refs ([c783765](https://github.com/andrewinci/insulator2/commit/c783765a1870abf0f0cff43dd77c940df2937c0d))\n\n\n\n", - "pub_date": "2023-04-01T16:01:03Z", + "version": "v2.12.2", + "notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n", + "pub_date": "2023-05-28T19:40:11Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.1/Insulator.2_2.12.1_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2_2.12.2_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 4ebc5fa1..eddf7366 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "2.12.1", + "version": "2.12.2", "type": "module", "workspaces": [ "frontend",