Skip to content

Commit

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


<details><summary>0.54.0-beta</summary>

##
[0.54.0-beta](v0.53.0-beta...v0.54.0-beta)
(2024-08-13)


### Features

* update open graph
([#1366](#1366))
([418a2ee](418a2ee))


### Miscellaneous

* add new component icons
([#1359](#1359))
([dd37377](dd37377))
</details>

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

##
[0.76.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.75.0...@instill-ai/design-system-v0.76.0)
(2024-08-13)


### Features

* **catalog:** MVP 2
([#1351](#1351))
([8648319](8648319))
</details>

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

##
[0.99.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.98.3...@instill-ai/toolkit-v0.99.0)
(2024-08-13)


### Features

* add page_url into amplitude event properties
([#1355](#1355))
([8e95386](8e95386))
* **catalog:** MVP 2
([#1351](#1351))
([8648319](8648319))
* **catalog:** pagination
([#1369](#1369))
([03da2c5](03da2c5))
* show private/public labels for model cards and on model page
([#1367](#1367))
([3b8f571](3b8f571))


### Bug Fixes

* **catalog:** fix link on Team plan
([#1370](#1370))
([7efd02c](7efd02c))
* fix duplicated page indicator on explore/featured related pages
([#1365](#1365))
([a75b80a](a75b80a))
* **pipeline-editor:** fix console not correctly handle
array:semi-structured edge case
([#1362](#1362))
([1b5735c](1b5735c))
* **pipeline-editor:** fix video input have the wrong width due to
limited hight (Make it looks like having redundant padding)
([#1361](#1361))
([14f921c](14f921c))
* **pipeline-editor:** fix video input-output always show play icon
after playing once
([#1360](#1360))
([7d9f195](7d9f195))
* **pipeline-editor:** further fix image padding issue between input and
output ([#1363](#1363))
([0596544](0596544))
* remove add field for data related component
([#1364](#1364))
([50e52aa](50e52aa))
* replace log in to clone with log in to run button on the model page
([#1352](#1352))
([2be9801](2be9801))
</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 Aug 13, 2024
1 parent 7efd02c commit 54b140c
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 4 deletions.
12 changes: 12 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.54.0-beta](https://github.com/instill-ai/console/compare/v0.53.0-beta...v0.54.0-beta) (2024-08-13)


### Features

* update open graph ([#1366](https://github.com/instill-ai/console/issues/1366)) ([418a2ee](https://github.com/instill-ai/console/commit/418a2ee31ba1105acb96a702acfb039c8960faa8))


### Miscellaneous

* add new component icons ([#1359](https://github.com/instill-ai/console/issues/1359)) ([dd37377](https://github.com/instill-ai/console/commit/dd373770bbe002a12895037f90b235a090631e86))

## [0.53.0-beta](https://github.com/instill-ai/console/compare/v0.52.0-beta...v0.53.0-beta) (2024-08-02)


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.53.0-beta",
"version": "0.54.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.76.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.75.0...@instill-ai/design-system-v0.76.0) (2024-08-13)


### Features

* **catalog:** MVP 2 ([#1351](https://github.com/instill-ai/console/issues/1351)) ([8648319](https://github.com/instill-ai/console/commit/8648319aace47bcff864a2067a85143ef22bbd79))

## [0.75.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.74.0...@instill-ai/design-system-v0.75.0) (2024-08-02)


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

## [0.99.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.98.3...@instill-ai/toolkit-v0.99.0) (2024-08-13)


### Features

* add page_url into amplitude event properties ([#1355](https://github.com/instill-ai/console/issues/1355)) ([8e95386](https://github.com/instill-ai/console/commit/8e953866e1ae060bfd9132960c00fe311533bc53))
* **catalog:** MVP 2 ([#1351](https://github.com/instill-ai/console/issues/1351)) ([8648319](https://github.com/instill-ai/console/commit/8648319aace47bcff864a2067a85143ef22bbd79))
* **catalog:** pagination ([#1369](https://github.com/instill-ai/console/issues/1369)) ([03da2c5](https://github.com/instill-ai/console/commit/03da2c563a2d0e865bd9793d1a5c55f5eae4f43d))
* show private/public labels for model cards and on model page ([#1367](https://github.com/instill-ai/console/issues/1367)) ([3b8f571](https://github.com/instill-ai/console/commit/3b8f571b68b2543c86fcd894faff2b05eecd3dc4))


### Bug Fixes

* **catalog:** fix link on Team plan ([#1370](https://github.com/instill-ai/console/issues/1370)) ([7efd02c](https://github.com/instill-ai/console/commit/7efd02cbd6d264723226ee6a86a90378ef70e11a))
* fix duplicated page indicator on explore/featured related pages ([#1365](https://github.com/instill-ai/console/issues/1365)) ([a75b80a](https://github.com/instill-ai/console/commit/a75b80a100b53e7cb9e0891f2b17e558d7231487))
* **pipeline-editor:** fix console not correctly handle array:semi-structured edge case ([#1362](https://github.com/instill-ai/console/issues/1362)) ([1b5735c](https://github.com/instill-ai/console/commit/1b5735cc6006d3a90cc30da7ce5143ed69965a2e))
* **pipeline-editor:** fix video input have the wrong width due to limited hight (Make it looks like having redundant padding) ([#1361](https://github.com/instill-ai/console/issues/1361)) ([14f921c](https://github.com/instill-ai/console/commit/14f921c5784287ee10f5cc8595907822fb388c02))
* **pipeline-editor:** fix video input-output always show play icon after playing once ([#1360](https://github.com/instill-ai/console/issues/1360)) ([7d9f195](https://github.com/instill-ai/console/commit/7d9f1955c743d1f4cffb29322f86d6541f7190c4))
* **pipeline-editor:** further fix image padding issue between input and output ([#1363](https://github.com/instill-ai/console/issues/1363)) ([0596544](https://github.com/instill-ai/console/commit/0596544c5f7db0e10734e8c6c8d969e6abff09ae))
* remove add field for data related component ([#1364](https://github.com/instill-ai/console/issues/1364)) ([50e52aa](https://github.com/instill-ai/console/commit/50e52aaaf3d8d60dd526a8d4db201e41cd78a1df))
* replace log in to clone with log in to run button on the model page ([#1352](https://github.com/instill-ai/console/issues/1352)) ([2be9801](https://github.com/instill-ai/console/commit/2be9801ab50d5648a68f2fd008a8bd1f9cb90828))

## [0.98.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.98.2...@instill-ai/toolkit-v0.98.3) (2024-08-05)


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.99.0-rc.23",
"version": "0.99.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.53.0-beta","packages/design-system":"0.75.0","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.98.3","packages/sdk":"0.3.1"}
{"apps/console":"0.54.0-beta","packages/design-system":"0.76.0","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.99.0","packages/sdk":"0.3.1"}

0 comments on commit 54b140c

Please sign in to comment.