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 Aug 12, 2024
1 parent 418a2ee commit 86b7943
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 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-12)


### 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
18 changes: 18 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# 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-12)


### 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))


### Bug Fixes

* 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.2",
"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.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.99.0","packages/sdk":"0.3.1"}

0 comments on commit 86b7943

Please sign in to comment.