Skip to content

Commit

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


<details><summary>0.53.0-beta</summary>

##
[0.53.0-beta](v0.52.0-beta...v0.53.0-beta)
(2024-08-02)


### Features

* Catalog MVP
([#1340](#1340))
([746793a](746793a))
</details>

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

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


### Features

* add icons ([#1336](#1336))
([a7fc200](a7fc200))
* Catalog MVP
([#1340](#1340))
([746793a](746793a))
</details>

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

##
[0.98.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.97.0...@instill-ai/toolkit-v0.98.0)
(2024-08-02)


### Features

* Catalog MVP
([#1340](#1340))
([746793a](746793a))
* show private label in pipeline header
([#1338](#1338))
([b9a554d](b9a554d))


### Bug Fixes

* make multiple graphics inputs use cover object fit instead of contain
([#1337](#1337))
([2d603e5](2d603e5))
</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 Aug 2, 2024
1 parent 746793a commit 5135c8b
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
7 changes: 7 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* Catalog MVP ([#1340](https://github.com/instill-ai/console/issues/1340)) ([746793a](https://github.com/instill-ai/console/commit/746793a075a4e2aae3a642d8e3a4ae8701ea9fb5))

## [0.52.0-beta](https://github.com/instill-ai/console/compare/v0.51.0-beta...v0.52.0-beta) (2024-07-31)


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

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


### Features

* add icons ([#1336](https://github.com/instill-ai/console/issues/1336)) ([a7fc200](https://github.com/instill-ai/console/commit/a7fc200e269503e10a982db0e5a82c519741fdf6))
* Catalog MVP ([#1340](https://github.com/instill-ai/console/issues/1340)) ([746793a](https://github.com/instill-ai/console/commit/746793a075a4e2aae3a642d8e3a4ae8701ea9fb5))

## [0.74.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.1...@instill-ai/design-system-v0.74.0) (2024-07-31)


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.73.1-rc.4",
"version": "0.75.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
13 changes: 13 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.98.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.97.0...@instill-ai/toolkit-v0.98.0) (2024-08-02)


### Features

* Catalog MVP ([#1340](https://github.com/instill-ai/console/issues/1340)) ([746793a](https://github.com/instill-ai/console/commit/746793a075a4e2aae3a642d8e3a4ae8701ea9fb5))
* show private label in pipeline header ([#1338](https://github.com/instill-ai/console/issues/1338)) ([b9a554d](https://github.com/instill-ai/console/commit/b9a554dccc5819bc125af80553d3195b33b25823))


### Bug Fixes

* make multiple graphics inputs use cover object fit instead of contain ([#1337](https://github.com/instill-ai/console/issues/1337)) ([2d603e5](https://github.com/instill-ai/console/commit/2d603e5322d651ead9e3e5245d6ff3c1fe83776f))

## [0.97.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.2...@instill-ai/toolkit-v0.97.0) (2024-07-31)


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.97.0-rc.46",
"version": "0.98.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.52.0-beta","packages/design-system":"0.74.0","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.97.0","packages/sdk":"0.3.0"}
{"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.0","packages/sdk":"0.3.0"}

0 comments on commit 5135c8b

Please sign in to comment.