Skip to content

Commit

Permalink
chore: release main (#679)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>0.32.1-alpha</summary>

##
[0.32.1-alpha](v0.32.0-alpha...v0.32.1-alpha)
(2023-11-15)


### Bug Fixes

* **general:** fix google search icon is missing issue
([#678](#678))
([bf6dde0](bf6dde0))
* **auto-gen-form:** Fix auto-gen-form not correctly handle Zod
validation for condition fields
([#681](#681))
([3f479c1](3f479c1))
* **pipeline-builder:** Fix end component not throw error when user
input the incorrect key
([#682](#682))
([628ab92](628ab92))
* **pipeline-builder:** Fix end component not picking the JSONSchema's
title as field's title in test mode
([#680](#680))
([0e8c292](0e8c292))
* **pipeline-builder:** Fix start component not throw error when user
input the incorrect key
([#684](#684))
([ac9f8c4](ac9f8c4))
* **smart-hint:** Fix smart hint wrongly hint user to use the same
component's output
([#683](#683))
([79ccf38](79ccf38))
* **pipeline-builder:** fix validate component ID's regex
([#685](#685))
([e31d364](e31d364))
</details>

<details><summary>@instill-ai/toolkit: 0.73.1</summary>

##
[0.73.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.73.0...@instill-ai/toolkit-v0.73.1)
(2023-11-15)


### Bug Fixes

* **auto-gen-form:** fix auto-gen-form not correctly handle zod
validation for condition fields
([#681](#681))
([3f479c1](3f479c1))
* **auto-gen-form:** fix end component didn't correctly handle the key
naming rule ([#682](#682))
([628ab92](628ab92))
* **auto-gen-form:** fix end component not picking the title as title in
test mode ([#680](#680))
([0e8c292](0e8c292))
* **pipeline-builder:** Fix start component not throw error when user
input the incorrect key
([#684](#684))
([ac9f8c4](ac9f8c4))
* **pipeline-builder:** fix validate component ID's regex
([#685](#685))
([e31d364](e31d364))
* **smart-hint:** Fix smart hint wrongly hint user to use the same
component's output
([#683](#683))
([79ccf38](79ccf38))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Nov 15, 2023
1 parent e31d364 commit 7dc87fc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.32.1-alpha](https://github.com/instill-ai/console/compare/v0.32.0-alpha...v0.32.1-alpha) (2023-11-15)


### Bug Fixes

* fix google search icon is missing issue ([#678](https://github.com/instill-ai/console/issues/678)) ([bf6dde0](https://github.com/instill-ai/console/commit/bf6dde00979e275466866cd7c921baee3d97bd9f))

## [0.32.0-alpha](https://github.com/instill-ai/console/compare/v0.31.0-alpha...v0.32.0-alpha) (2023-11-10)


Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instillai-console",
"version": "0.32.0-alpha",
"version": "0.32.1-alpha",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
12 changes: 12 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.73.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.73.0...@instill-ai/toolkit-v0.73.1) (2023-11-15)


### Bug Fixes

* **auto-gen-form:** fix auto-gen-form not correctly handle zod validation for condition fields ([#681](https://github.com/instill-ai/console/issues/681)) ([3f479c1](https://github.com/instill-ai/console/commit/3f479c1c502793d98d222c32bfa676c7d1ceecd9))
* **auto-gen-form:** fix end component didn't correctly handle the key naming rule ([#682](https://github.com/instill-ai/console/issues/682)) ([628ab92](https://github.com/instill-ai/console/commit/628ab92235622615e5dc103387555f7265f7e327))
* **auto-gen-form:** fix end component not picking the title as title in test mode ([#680](https://github.com/instill-ai/console/issues/680)) ([0e8c292](https://github.com/instill-ai/console/commit/0e8c2926ee5519e91f5148520b0d4ca43247ec6d))
* **pipeline-builder:** Fix start component not throw error when user input the incorrect key ([#684](https://github.com/instill-ai/console/issues/684)) ([ac9f8c4](https://github.com/instill-ai/console/commit/ac9f8c4596b951d383b7dafec4b4e974788f4a1e))
* **pipeline-builder:** fix validate component ID's regex ([#685](https://github.com/instill-ai/console/issues/685)) ([e31d364](https://github.com/instill-ai/console/commit/e31d36441046ade4845c2ae63f148d01366fcea6))
* **smart-hint:** Fix smart hint wrongly hint user to use the same component's output ([#683](https://github.com/instill-ai/console/issues/683)) ([79ccf38](https://github.com/instill-ai/console/commit/79ccf380bfac48ec4cbc8d73df2a83b95b7474e3))

## [0.73.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.72.0...@instill-ai/toolkit-v0.73.0) (2023-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/toolkit",
"version": "0.73.0",
"version": "0.73.1",
"description": "Instill AI's frontend toolkit",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"apps/console":"0.32.0-alpha","packages/design-system":"0.57.0","packages/design-tokens":"0.3.5","packages/eslint-config-cortex":"0.5.2","packages/prettier-config-cortex":"1.1.0","packages/toolkit":"0.73.0"}
{"apps/console":"0.32.1-alpha","packages/design-system":"0.57.0","packages/design-tokens":"0.3.5","packages/eslint-config-cortex":"0.5.2","packages/prettier-config-cortex":"1.1.0","packages/toolkit":"0.73.1"}

0 comments on commit 7dc87fc

Please sign in to comment.