Skip to content

Commit

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


<details><summary>0.33.1-alpha</summary>

##
[0.33.1-alpha](v0.33.0-alpha...v0.33.1-alpha)
(2023-11-30)


### Bug Fixes

* fix codemirror intervene with each other can cause performance issue
([#755](#755))
([3f3e5d7](3f3e5d7))
* fix the start operator's title of our templates too long and break the
pipeline ([#757](#757))
([96552d4](96552d4))
</details>

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

##
[0.74.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.74.0...@instill-ai/toolkit-v0.74.1)
(2023-11-30)


### Bug Fixes

* fix codemirror intervene with each other can cause performance issue
([#755](#755))
([3f3e5d7](3f3e5d7))
</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 Nov 30, 2023
1 parent 96552d4 commit 99c68be
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.33.1-alpha](https://github.com/instill-ai/console/compare/v0.33.0-alpha...v0.33.1-alpha) (2023-11-30)


### Bug Fixes

* fix codemirror intervene with each other can cause performance issue ([#755](https://github.com/instill-ai/console/issues/755)) ([3f3e5d7](https://github.com/instill-ai/console/commit/3f3e5d719dfe600b924f273745708c14fd174bb8))

## [0.33.0-alpha](https://github.com/instill-ai/console/compare/v0.32.1-alpha...v0.33.0-alpha) (2023-11-28)


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.33.0-alpha",
"version": "0.33.1-alpha",
"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.74.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.74.0...@instill-ai/toolkit-v0.74.1) (2023-11-30)


### Bug Fixes

* fix codemirror intervene with each other can cause performance issue ([#755](https://github.com/instill-ai/console/issues/755)) ([3f3e5d7](https://github.com/instill-ai/console/commit/3f3e5d719dfe600b924f273745708c14fd174bb8))
* fix the start operator's title of our templates too long and break the pipeline ([#757](https://github.com/instill-ai/console/issues/757)) ([96552d4](https://github.com/instill-ai/console/commit/96552d4d9aaf3ad598ce1630a5b7dc9d1f7f7437))

## [0.74.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.73.1...@instill-ai/toolkit-v0.74.0) (2023-11-28)


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.74.0",
"version": "0.74.1",
"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.33.0-alpha","packages/design-system":"0.58.0","packages/design-tokens":"0.3.5","packages/eslint-config-cortex":"0.6.0","packages/prettier-config-cortex":"1.1.0","packages/toolkit":"0.74.0"}
{"apps/console":"0.33.1-alpha","packages/design-system":"0.58.0","packages/design-tokens":"0.3.5","packages/eslint-config-cortex":"0.6.0","packages/prettier-config-cortex":"1.1.0","packages/toolkit":"0.74.1"}

0 comments on commit 99c68be

Please sign in to comment.