Skip to content

Commit

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


<details><summary>0.59.2-beta</summary>

##
[0.59.2-beta](v0.59.1-beta...v0.59.2-beta)
(2024-10-09)


### Bug Fixes

* the getInstillClient on the sdk has wrongly cache issue on Vercel SSR
([#1528](#1528))
([c8e1fe3](c8e1fe3))
</details>

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

##
[0.106.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.106.2...@instill-ai/toolkit-v0.106.3)
(2024-10-09)


### Bug Fixes

* formatting fix
([#1526](#1526))
([a147b78](a147b78))
* the getInstillClient on the sdk has wrongly cache issue on Vercel SSR
([#1528](#1528))
([c8e1fe3](c8e1fe3))
</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 Oct 9, 2024
1 parent c8e1fe3 commit 75f30ab
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 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.59.2-beta](https://github.com/instill-ai/console/compare/v0.59.1-beta...v0.59.2-beta) (2024-10-09)


### Bug Fixes

* the getInstillClient on the sdk has wrongly cache issue on Vercel SSR ([#1528](https://github.com/instill-ai/console/issues/1528)) ([c8e1fe3](https://github.com/instill-ai/console/commit/c8e1fe317b9e460047338e9ad3e583332c2385b5))

## [0.59.1-beta](https://github.com/instill-ai/console/compare/v0.59.0-beta...v0.59.1-beta) (2024-10-08)


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

## [0.106.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.106.2...@instill-ai/toolkit-v0.106.3) (2024-10-09)


### Bug Fixes

* formatting fix ([#1526](https://github.com/instill-ai/console/issues/1526)) ([a147b78](https://github.com/instill-ai/console/commit/a147b7860801b08047114347b7113f143580dba4))
* the getInstillClient on the sdk has wrongly cache issue on Vercel SSR ([#1528](https://github.com/instill-ai/console/issues/1528)) ([c8e1fe3](https://github.com/instill-ai/console/commit/c8e1fe317b9e460047338e9ad3e583332c2385b5))

## [0.106.2](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.106.1...@instill-ai/toolkit-v0.106.2) (2024-10-08)


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.106.3-rc.3",
"version": "0.106.3",
"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.59.1-beta","packages/design-system":"0.81.0","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.106.2","packages/sdk":"0.7.0"}
{"apps/console":"0.59.2-beta","packages/design-system":"0.81.0","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.106.3","packages/sdk":"0.7.0"}

0 comments on commit 75f30ab

Please sign in to comment.