Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

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


<details><summary>@instill-ai/design-system: 0.55.7</summary>

##
[0.55.7](https://github.com/instill-ai/cortex/compare/@instill-ai/design-system-v0.55.6...@instill-ai/design-system-v0.55.7)
(2023-10-13)


### Miscellaneous

* **design-system:** add story about how to build the autoresize input
([#947](#947))
([c0c3e2d](c0c3e2d))
</details>

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

##
[0.69.0](https://github.com/instill-ai/cortex/compare/@instill-ai/toolkit-v0.68.2...@instill-ai/toolkit-v0.69.0)
(2023-10-13)


### Features

* **pipeline-builder:** user can duplicate the pipeline they owned
([#945](#945))
([e8719d3](e8719d3))
* **pipeline-builder:** Make the array fields on start node start with
only one field ([#959](#959))
([e203cde](e203cde))
* **pipeline-builder:** User can better differentiate the resource_name
on right panel and the node_name on the node
([#953](#953))
([4e21a13](4e21a13))
* **pipeline-builder:** User can have cleaner canvas by introducing
smooth-edge edges
([#958](#958))
([780ee01](780ee01))
* **pipeline-builder:** user can have consistent node width between
TEST_VIEW and BUILD_VIEW
([#957](#957))
([82f2a04](82f2a04))
* **toolkit:** adapt the new component input structure
([#951](#951))
([9dc5835](9dc5835))
* **toolkit:** user can better identify some nested output on connector
nodes ([#954](#954))
([f1c6b38](f1c6b38))
* **toolkit:** User can better identify the process is still running
when doing actions
([#952](#952))
([4a1f433](4a1f433))
* **toolkit:** User can have autoresize input when edit node and
pipeline name ([#948](#948))
([4d2bbc5](4d2bbc5))


### Bug Fixes

* **pipeline-builder:** fix a bug when create fields on the end operator
will wrongly use the key from the previous edited field
([#956](#956))
([a679fd6](a679fd6))
* **pipeline-builder:** fix data connector can't correctly display the
free-form's value
([#962](#962))
([5625723](5625723))
* **pipeline-builder:** fix data connector can't have multiple free-form
fields ([#960](#960))
([64d48df](64d48df))
* **pipeline-builder:** fix a bug when trigger pipeline, we wrongly
parsed string value to number
([#955](#955))
([be87383](be87383))
* **pipeline-builder:** fix console doesn't correctly handle boolean
value on pipeline builder
([#961](#961))
([2e4159a](2e4159a))
* **pipeline-builder:** fix rename pipeline issue when there has unsaved
changes ([#950](#950))
([0fafdb3](0fafdb3))
* **pipeline-builder:** fix start operator wrongly delete input when you
edit without saving then creating a new field
([#949](#949))
([b75cddc](b75cddc))
</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 committed Oct 13, 2023
1 parent 5625723 commit db5edfe
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @instill-ai/design-system

## [0.55.7](https://github.com/instill-ai/cortex/compare/@instill-ai/design-system-v0.55.6...@instill-ai/design-system-v0.55.7) (2023-10-13)


### Miscellaneous

* **design-system:** add story about how to build the autoresize input ([#947](https://github.com/instill-ai/cortex/issues/947)) ([c0c3e2d](https://github.com/instill-ai/cortex/commit/c0c3e2d788a9c9b424d35b015d1e418e1b4577ce))

## [0.55.6](https://github.com/instill-ai/cortex/compare/@instill-ai/design-system-v0.55.5...@instill-ai/design-system-v0.55.6) (2023-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/design-system",
"version": "0.55.6",
"version": "0.55.7",
"description": "Instill AI's design system",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
26 changes: 26 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.69.0](https://github.com/instill-ai/cortex/compare/@instill-ai/toolkit-v0.68.2...@instill-ai/toolkit-v0.69.0) (2023-10-13)


### Features

* **cortex:** user can duplicate the pipeline they owned ([#945](https://github.com/instill-ai/cortex/issues/945)) ([e8719d3](https://github.com/instill-ai/cortex/commit/e8719d33d7fb17b38fb46e9dd2c11da6b88a9bf7))
* **pipeline-builder:** Make the array fields on start node start with only one field ([#959](https://github.com/instill-ai/cortex/issues/959)) ([e203cde](https://github.com/instill-ai/cortex/commit/e203cde35a9507d38428635f5e0babec8e064d45))
* **pipeline-builder:** User can better differentiate the resource_name on right panel and the node_name on the node ([#953](https://github.com/instill-ai/cortex/issues/953)) ([4e21a13](https://github.com/instill-ai/cortex/commit/4e21a13973a2b622e4160a8e4bc41d106af65197))
* **pipeline-builder:** User can have cleaner canvas by introducing smooth-edge edges ([#958](https://github.com/instill-ai/cortex/issues/958)) ([780ee01](https://github.com/instill-ai/cortex/commit/780ee01a0b3dab8a05a5dba3ce8a002a57b2962c))
* **pipeline-builder:** user can have consistent node width between TEST_VIEW and BUILD_VIEW ([#957](https://github.com/instill-ai/cortex/issues/957)) ([82f2a04](https://github.com/instill-ai/cortex/commit/82f2a04eac5829b0c18ccc37ce60adf5e105f3dd))
* **toolkit:** adapt the new component input structure ([#951](https://github.com/instill-ai/cortex/issues/951)) ([9dc5835](https://github.com/instill-ai/cortex/commit/9dc58355c7fd8587fcf1a79737a24ac1ff7e9c8c))
* **toolkit:** user can better identify some nested output on connector nodes ([#954](https://github.com/instill-ai/cortex/issues/954)) ([f1c6b38](https://github.com/instill-ai/cortex/commit/f1c6b3832763f38e546c5b3490dba1c01c5664b9))
* **toolkit:** User can better identify the process is still running when doing actions ([#952](https://github.com/instill-ai/cortex/issues/952)) ([4a1f433](https://github.com/instill-ai/cortex/commit/4a1f433fbd95e52271629f6ab7f1a429d75ee72d))
* **toolkit:** User can have autoresize input when edit node and pipeline name ([#948](https://github.com/instill-ai/cortex/issues/948)) ([4d2bbc5](https://github.com/instill-ai/cortex/commit/4d2bbc5a70b73d620393ac667e3792f1b1ff5064))


### Bug Fixes

* **pipeline-builder:** fix a bug when create fields on the end operator will wrongly use the key from the previous edited field ([#956](https://github.com/instill-ai/cortex/issues/956)) ([a679fd6](https://github.com/instill-ai/cortex/commit/a679fd69bde36da82cb6085c6ba2bbc15765ed51))
* **pipeline-builder:** fix data connector can't correctly display the free-form's value ([#962](https://github.com/instill-ai/cortex/issues/962)) ([5625723](https://github.com/instill-ai/cortex/commit/5625723e666edc9f9625b5d9688de539b0ac5cf0))
* **pipeline-builder:** fix data connector can't have multiple free-form fields ([#960](https://github.com/instill-ai/cortex/issues/960)) ([64d48df](https://github.com/instill-ai/cortex/commit/64d48df9a132673b2c95b3974e03f9e4949a3449))
* **toolkit:** fix a bug when trigger pipeline, we wrongly parsed string value to number ([#955](https://github.com/instill-ai/cortex/issues/955)) ([be87383](https://github.com/instill-ai/cortex/commit/be8738325d7cda4bdde2c85eb0d7ddeac87977b4))
* **toolkit:** fix console doesn't correctly handle boolean value on pipeline builder ([#961](https://github.com/instill-ai/cortex/issues/961)) ([2e4159a](https://github.com/instill-ai/cortex/commit/2e4159a6057269ff8e170e27043598c60571d9a9))
* **toolkit:** fix rename pipeline issue when there has unsaved changes ([#950](https://github.com/instill-ai/cortex/issues/950)) ([0fafdb3](https://github.com/instill-ai/cortex/commit/0fafdb3694a8dd1bc03ca3b479068522a535722c))
* **toolkit:** fix start operator wrongly delete input when you edit without saving then creating a new field ([#949](https://github.com/instill-ai/cortex/issues/949)) ([b75cddc](https://github.com/instill-ai/cortex/commit/b75cddc191797a0e92900d904667a5b45833c0f8))

## [0.68.2](https://github.com/instill-ai/cortex/compare/@instill-ai/toolkit-v0.68.1...@instill-ai/toolkit-v0.68.2) (2023-10-04)


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.68.3-rc.83",
"version": "0.69.0",
"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 @@
{"packages/design-system":"0.55.6","packages/design-tokens":"0.3.2","packages/eslint-config-cortex":"0.5.0","packages/toolkit":"0.68.2"}
{"packages/design-system":"0.55.7","packages/design-tokens":"0.3.2","packages/eslint-config-cortex":"0.5.0","packages/toolkit":"0.69.0"}

1 comment on commit db5edfe

@vercel
Copy link

@vercel vercel bot commented on db5edfe Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.