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 Dec 9, 2024
1 parent 1f07494 commit 3f6d7cb
Show file tree
Hide file tree
Showing 7 changed files with 31 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.64.1-beta](https://github.com/instill-ai/console/compare/v0.64.0-beta...v0.64.1-beta) (2024-12-09)


### Bug Fixes

* replace sql icon ([#1643](https://github.com/instill-ai/console/issues/1643)) ([3da4d79](https://github.com/instill-ai/console/commit/3da4d79a2edeba2e848ecb997935cb59cebf36d2))

## [0.64.0-beta](https://github.com/instill-ai/console/compare/v0.63.0-beta...v0.64.0-beta) (2024-12-03)


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.64.0-beta",
"version": "0.64.1-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.86.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.85.0...@instill-ai/design-system-v0.86.0) (2024-12-09)


### Features

* update toggle styles ([#1645](https://github.com/instill-ai/console/issues/1645)) ([b1e1722](https://github.com/instill-ai/console/commit/b1e172235d726d8862248561b1b36ffa50d2f086))

## [0.85.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.84.0...@instill-ai/design-system-v0.85.0) (2024-12-03)


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.85.0",
"version": "0.86.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.114.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.113.0...@instill-ai/toolkit-v0.114.0) (2024-12-09)


### Features

* update toggle styles ([#1645](https://github.com/instill-ai/console/issues/1645)) ([b1e1722](https://github.com/instill-ai/console/commit/b1e172235d726d8862248561b1b36ffa50d2f086))


### Bug Fixes

* fix nodes border radius ([#1641](https://github.com/instill-ai/console/issues/1641)) ([4c1048a](https://github.com/instill-ai/console/commit/4c1048a59ca8267824653779f46601856fb64930))
* readme editor active line highlight fix ([#1646](https://github.com/instill-ai/console/issues/1646)) ([1f07494](https://github.com/instill-ai/console/commit/1f07494551a975aef03efd79663d274b47d9cf21))

## [0.113.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.112.0...@instill-ai/toolkit-v0.113.0) (2024-12-03)


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.113.0",
"version": "0.114.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.64.0-beta","packages/design-system":"0.85.0","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.113.0","packages/sdk":"0.13.0"}
{"apps/console":"0.64.1-beta","packages/design-system":"0.86.0","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.114.0","packages/sdk":"0.13.0"}

0 comments on commit 3f6d7cb

Please sign in to comment.