Skip to content

Commit

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


<details><summary>0.48.0-beta</summary>

##
[0.48.0-beta](v0.47.2-beta...v0.48.0-beta)
(2024-06-06)


### Features

* **pipeline-builder:** replace trigger node with variable node
([#1197](#1197))
([8a6f06d](8a6f06d))
* update models list ui/ux
([#1136](#1136))
([88944b4](88944b4))


### Miscellaneous

* update demanded pnpm version to 9.1.4
([#1188](#1188))
([bfa6544](bfa6544))
</details>

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

##
[0.70.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.2...@instill-ai/design-system-v0.70.0)
(2024-06-06)


### Features

* **pipeline-builder:** replace trigger node with variable node
([#1197](#1197))
([8a6f06d](8a6f06d))
* update models list ui/ux
([#1136](#1136))
([88944b4](88944b4))


### Miscellaneous

* update demanded pnpm version to 9.1.4
([#1188](#1188))
([bfa6544](bfa6544))
</details>

<details><summary>@instill-ai/design-tokens: 0.6.0</summary>

##
[0.6.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.4...@instill-ai/design-tokens-v0.6.0)
(2024-06-06)


### Features

* update models list ui/ux
([#1136](#1136))
([88944b4](88944b4))
</details>

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

##
[0.93.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.92.0...@instill-ai/toolkit-v0.93.0)
(2024-06-06)


### Features

* adapt the new run on version pipeline recipe in console
([#1191](#1191))
([935bd7c](935bd7c))
* **auto-gen-form:** adapt special model trigger data format
([#1206](#1206))
([5183d22](5183d22))
* change style of Latest Changes card
([#1196](#1196))
([45bca1b](45bca1b))
* **hub:** let the total number follow the user filter on hub page
([#1208](#1208))
([4bdb6b5](4bdb6b5))
* **pipeline-builder:** replace connection with setup in the pipeline
recipe ([#1200](#1200))
([d647392](d647392))
* **pipeline-builder:** replace trigger node with variable node
([#1197](#1197))
([8a6f06d](8a6f06d))
* **pipeline-builder:** revamp the style of select component dialog
([#1199](#1199))
([d49de44](d49de44))
* update models list ui/ux
([#1136](#1136))
([88944b4](88944b4))


### Bug Fixes

* **auto-gen-form:** fix auto gen form didn't support Images field issue
([#1205](#1205))
([50af828](50af828))
* **auto-gen-form:** fix bug that output markdown not correctly wrapped,
cause text hard to read
([#1195](#1195))
([06540b9](06540b9))
* fix auto-gen-form required field didn't show * sign
([#1193](#1193))
([cbd2c6a](cbd2c6a))
* fix missing notification title when delete api token
([#1194](#1194))
([5f40aa8](5f40aa8))
* fix wording of upgrade to starter plan button
([#1198](#1198))
([6999f38](6999f38))
* **pipeline-builder:** fix the outdated trigger api path in the
builder's toolkit
([#1201](#1201))
([a4e6a18](a4e6a18))
* **subscription:** fix wrongly display upgrade button on the user
profile dropdown
([#1202](#1202))
([5f64c2a](5f64c2a))


### Documentation

* **license:** update repo license
([#1203](#1203))
([11c21d7](11c21d7))
</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 Jun 6, 2024
1 parent 4bdb6b5 commit 8f2f600
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 5 deletions.
13 changes: 13 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.48.0-beta](https://github.com/instill-ai/console/compare/v0.47.2-beta...v0.48.0-beta) (2024-06-06)


### Features

* **pipeline-builder:** replace trigger node with variable node ([#1197](https://github.com/instill-ai/console/issues/1197)) ([8a6f06d](https://github.com/instill-ai/console/commit/8a6f06de42a5d5874d759f2c4915744d0a387e67))
* update models list ui/ux ([#1136](https://github.com/instill-ai/console/issues/1136)) ([88944b4](https://github.com/instill-ai/console/commit/88944b4245c8270ebeb0ad4439c641257e8082a7))


### Miscellaneous

* update demanded pnpm version to 9.1.4 ([#1188](https://github.com/instill-ai/console/issues/1188)) ([bfa6544](https://github.com/instill-ai/console/commit/bfa6544f47879d422ae37df20d0af512a3994335))

## [0.47.2-beta](https://github.com/instill-ai/console/compare/v0.47.1-beta...v0.47.2-beta) (2024-05-28)


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.47.2-beta",
"version": "0.48.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
13 changes: 13 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @instill-ai/design-system

## [0.70.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.2...@instill-ai/design-system-v0.70.0) (2024-06-06)


### Features

* **pipeline-builder:** replace trigger node with variable node ([#1197](https://github.com/instill-ai/console/issues/1197)) ([8a6f06d](https://github.com/instill-ai/console/commit/8a6f06de42a5d5874d759f2c4915744d0a387e67))
* update models list ui/ux ([#1136](https://github.com/instill-ai/console/issues/1136)) ([88944b4](https://github.com/instill-ai/console/commit/88944b4245c8270ebeb0ad4439c641257e8082a7))


### Miscellaneous

* update demanded pnpm version to 9.1.4 ([#1188](https://github.com/instill-ai/console/issues/1188)) ([bfa6544](https://github.com/instill-ai/console/commit/bfa6544f47879d422ae37df20d0af512a3994335))

## [0.69.2](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.1...@instill-ai/design-system-v0.69.2) (2024-05-28)


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.69.2-rc.4",
"version": "0.70.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
7 changes: 7 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.4...@instill-ai/design-tokens-v0.6.0) (2024-06-06)


### Features

* update models list ui/ux ([#1136](https://github.com/instill-ai/console/issues/1136)) ([88944b4](https://github.com/instill-ai/console/commit/88944b4245c8270ebeb0ad4439c641257e8082a7))

## [0.5.4](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.3...@instill-ai/design-tokens-v0.5.4) (2024-05-28)


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

## [0.93.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.92.0...@instill-ai/toolkit-v0.93.0) (2024-06-06)


### Features

* adapt the new run on version pipeline recipe in console ([#1191](https://github.com/instill-ai/console/issues/1191)) ([935bd7c](https://github.com/instill-ai/console/commit/935bd7cebd0427b4bcb0c095e0bc852f5b8fe8ad))
* **auto-gen-form:** adapt special model trigger data format ([#1206](https://github.com/instill-ai/console/issues/1206)) ([5183d22](https://github.com/instill-ai/console/commit/5183d22c0a79133185c991e859f37c0b52d8977b))
* change style of Latest Changes card ([#1196](https://github.com/instill-ai/console/issues/1196)) ([45bca1b](https://github.com/instill-ai/console/commit/45bca1b4d489bd8b01fd727327aeebac15532a2e))
* **hub:** let the total number follow the user filter on hub page ([#1208](https://github.com/instill-ai/console/issues/1208)) ([4bdb6b5](https://github.com/instill-ai/console/commit/4bdb6b5f492bbd0065e85b5379d7f4632fe47466))
* **pipeline-builder:** replace connection with setup in the pipeline recipe ([#1200](https://github.com/instill-ai/console/issues/1200)) ([d647392](https://github.com/instill-ai/console/commit/d647392192089d3c1d320b958253376417bbc5d0))
* **pipeline-builder:** replace trigger node with variable node ([#1197](https://github.com/instill-ai/console/issues/1197)) ([8a6f06d](https://github.com/instill-ai/console/commit/8a6f06de42a5d5874d759f2c4915744d0a387e67))
* **pipeline-builder:** revamp the style of select component dialog ([#1199](https://github.com/instill-ai/console/issues/1199)) ([d49de44](https://github.com/instill-ai/console/commit/d49de44e492f9954dcfb53ef5275ac93a80d573f))
* update models list ui/ux ([#1136](https://github.com/instill-ai/console/issues/1136)) ([88944b4](https://github.com/instill-ai/console/commit/88944b4245c8270ebeb0ad4439c641257e8082a7))


### Bug Fixes

* **auto-gen-form:** fix auto gen form didn't support Images field issue ([#1205](https://github.com/instill-ai/console/issues/1205)) ([50af828](https://github.com/instill-ai/console/commit/50af8283ca0f629475b47b9dd201c16fe80e6cc1))
* **auto-gen-form:** fix bug that output markdown not correctly wrapped, cause text hard to read ([#1195](https://github.com/instill-ai/console/issues/1195)) ([06540b9](https://github.com/instill-ai/console/commit/06540b97fd22f61b29813c5672def7ae5b8fda77))
* fix auto-gen-form required field didn't show * sign ([#1193](https://github.com/instill-ai/console/issues/1193)) ([cbd2c6a](https://github.com/instill-ai/console/commit/cbd2c6a26269c89d0893b2afc5b21feeabf34e8c))
* fix missing notification title when delete api token ([#1194](https://github.com/instill-ai/console/issues/1194)) ([5f40aa8](https://github.com/instill-ai/console/commit/5f40aa827bfd6e3953f86d072b04c96e7ab65ce9))
* fix wording of upgrade to starter plan button ([#1198](https://github.com/instill-ai/console/issues/1198)) ([6999f38](https://github.com/instill-ai/console/commit/6999f38293a522e05f1b27ca0e13a3b411a9093a))
* **pipeline-builder:** fix the outdated trigger api path in the builder's toolkit ([#1201](https://github.com/instill-ai/console/issues/1201)) ([a4e6a18](https://github.com/instill-ai/console/commit/a4e6a185a31d4e3e258facf1aee85f0d0cf40326))
* **subscription:** fix wrongly display upgrade button on the user profile dropdown ([#1202](https://github.com/instill-ai/console/issues/1202)) ([5f64c2a](https://github.com/instill-ai/console/commit/5f64c2a58663c11f1ca90752b6e8aac02c7d4a57))


### Documentation

* **license:** update repo license ([#1203](https://github.com/instill-ai/console/issues/1203)) ([11c21d7](https://github.com/instill-ai/console/commit/11c21d7858bbdba56c4a98a65c75124f6d846e2d))

## [0.92.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.4...@instill-ai/toolkit-v0.92.0) (2024-05-28)


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.92.0-rc.22",
"version": "0.93.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.47.2-beta","packages/design-system":"0.69.2","packages/design-tokens":"0.5.4","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.92.0"}
{"apps/console":"0.48.0-beta","packages/design-system":"0.70.0","packages/design-tokens":"0.6.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.93.0"}

0 comments on commit 8f2f600

Please sign in to comment.