Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jan 28, 2024
1 parent 4a7bb67 commit bf55519
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 4 deletions.
16 changes: 16 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.38.0-beta](https://github.com/instill-ai/console/compare/v0.37.0-beta...v0.38.0-beta) (2024-01-28)


### Features

* add Archetype AI logo ([#900](https://github.com/instill-ai/console/issues/900)) ([f06b9e2](https://github.com/instill-ai/console/commit/f06b9e205a43ac31613dc1c1011fe87940897672))
* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))
* support filtering the visibility of pipelines ([#903](https://github.com/instill-ai/console/issues/903)) ([57fd548](https://github.com/instill-ai/console/commit/57fd5488105108c549b9fa386596925586a81c2c))
* **test:** adapt new page object model and new playwright ([#901](https://github.com/instill-ai/console/issues/901)) ([f716870](https://github.com/instill-ai/console/commit/f7168705b219ee52bb9953291bcc95126107f57e))
* update the amplitude action type ([#897](https://github.com/instill-ai/console/issues/897)) ([40cb1c2](https://github.com/instill-ai/console/commit/40cb1c2962fbb649dd8320ee8dc93e07dc26d1d1))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options for react-query ([#821](https://github.com/instill-ai/console/issues/821)) ([0e5decd](https://github.com/instill-ai/console/commit/0e5decdb6bd920aad14d4c655e54bd636f63a6f8))

## [0.37.0-beta](https://github.com/instill-ai/console/compare/v0.36.0-beta...v0.37.0-beta) (2024-01-24)


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.37.0-beta",
"version": "0.38.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
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.63.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.62.0...@instill-ai/design-system-v0.63.0) (2024-01-28)


### Features

* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))

## [0.62.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.61.1...@instill-ai/design-system-v0.62.0) (2024-01-24)


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.62.0",
"version": "0.63.0",
"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
17 changes: 17 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.80.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.79.0...@instill-ai/toolkit-v0.80.0) (2024-01-28)


### Features

* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))
* **pipeline-builder:** add the what is a reference section when create start input field ([#904](https://github.com/instill-ai/console/issues/904)) ([7b395d8](https://github.com/instill-ai/console/commit/7b395d8632b20fa0ca6a45072dbce7a7d1faa3da))
* **pipeline-builder:** implement the new component output reference hint design ([#905](https://github.com/instill-ai/console/issues/905)) ([4a7bb67](https://github.com/instill-ai/console/commit/4a7bb6791fb98694dc29e28dce0f0e5cd71d63a8))
* support filtering the visibility of pipelines ([#903](https://github.com/instill-ai/console/issues/903)) ([57fd548](https://github.com/instill-ai/console/commit/57fd5488105108c549b9fa386596925586a81c2c))
* **testing:** add real-world unit test case for useInstillForm ([#899](https://github.com/instill-ai/console/issues/899)) ([2eef748](https://github.com/instill-ai/console/commit/2eef74859bf19beadf126b1fbbaf4dc4c3767fc3))
* update the amplitude action type ([#897](https://github.com/instill-ai/console/issues/897)) ([40cb1c2](https://github.com/instill-ai/console/commit/40cb1c2962fbb649dd8320ee8dc93e07dc26d1d1))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options for react-query ([#821](https://github.com/instill-ai/console/issues/821)) ([0e5decd](https://github.com/instill-ai/console/commit/0e5decdb6bd920aad14d4c655e54bd636f63a6f8))

## [0.79.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.78.1...@instill-ai/toolkit-v0.79.0) (2024-01-24)


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.79.0",
"version": "0.80.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 @@
{"apps/console":"0.37.0-beta","packages/design-system":"0.62.0","packages/design-tokens":"0.5.0","packages/eslint-config-cortex":"0.8.0","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.79.0"}
{"apps/console":"0.38.0-beta","packages/design-system":"0.63.0","packages/design-tokens":"0.5.0","packages/eslint-config-cortex":"0.8.0","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.80.0"}

0 comments on commit bf55519

Please sign in to comment.