Skip to content

Commit

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


<details><summary>0.47.2-beta</summary>

##
[0.47.2-beta](v0.47.1-beta...v0.47.2-beta)
(2024-05-28)


### Bug Fixes

* fix deps alerts and zod denial issue
([#1184](#1184))
([3db9a78](3db9a78))
</details>

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

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


### Bug Fixes

* fix deps alerts and zod denial issue
([#1184](#1184))
([3db9a78](3db9a78))
</details>

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

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


### Bug Fixes

* fix deps alerts and zod denial issue
([#1184](#1184))
([3db9a78](3db9a78))
</details>

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

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


### Features

* **auto-gen-form:** accept image field in the auto-gen-form
([#1182](#1182))
([121c570](121c570))
* remove name sorting option and fix asc/desc in sorting
([#1179](#1179))
([1cf38ae](1cf38ae))


### Bug Fixes

* fix deps alerts and zod denial issue
([#1184](#1184))
([3db9a78](3db9a78))
* **organization:** update UploadAvatarFieldWithCrop component to accept
title props ([#1176](#1176))
([940ec3a](940ec3a))
</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 May 28, 2024
1 parent 3db9a78 commit 09c9ac3
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 5 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.47.2-beta](https://github.com/instill-ai/console/compare/v0.47.1-beta...v0.47.2-beta) (2024-05-28)


### Bug Fixes

* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d))

## [0.47.1-beta](https://github.com/instill-ai/console/compare/v0.47.0-beta...v0.47.1-beta) (2024-05-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.47.1-beta",
"version": "0.47.2-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.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)


### Bug Fixes

* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d))

## [0.69.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.0...@instill-ai/design-system-v0.69.1) (2024-05-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.69.1",
"version": "0.69.2",
"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.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)


### Bug Fixes

* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d))

## [0.5.3](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.2...@instill-ai/design-tokens-v0.5.3) (2024-05-24)


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

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


### Features

* **auto-gen-form:** accept image field in the auto-gen-form ([#1182](https://github.com/instill-ai/console/issues/1182)) ([121c570](https://github.com/instill-ai/console/commit/121c5704f036db205808e6bd1a6e1de8b93f1530))
* remove name sorting option and fix asc/desc in sorting ([#1179](https://github.com/instill-ai/console/issues/1179)) ([1cf38ae](https://github.com/instill-ai/console/commit/1cf38ae01acee5eb0d3f1e13f7ef5824db8923f1))


### Bug Fixes

* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d))
* **organization:** update UploadAvatarFieldWithCrop component to accept title props ([#1176](https://github.com/instill-ai/console/issues/1176)) ([940ec3a](https://github.com/instill-ai/console/commit/940ec3ace404c52289ba11e66ff4f70e51a0b44f))

## [0.91.4](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.3...@instill-ai/toolkit-v0.91.4) (2024-05-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.91.4",
"version": "0.92.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.1-beta","packages/design-system":"0.69.1","packages/design-tokens":"0.5.3","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.91.4"}
{"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"}

0 comments on commit 09c9ac3

Please sign in to comment.