Skip to content

Commit

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


<details><summary>console: 0.30.1-alpha</summary>

##
[0.30.1-alpha](console-v0.30.0-alpha...console-v0.30.1-alpha)
(2023-10-19)


### Bug Fixes

* fix GA not correctly build images when publish version
([5088db0](5088db0))


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

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

##
[0.55.8](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.55.7...@instill-ai/design-system-v0.55.8)
(2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

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

##
[0.3.3](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.3.2...@instill-ai/design-tokens-v0.3.3)
(2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

<details><summary>@instill-ai/eslint-config-cortex: 0.5.1</summary>

##
[0.5.1](https://github.com/instill-ai/console/compare/@instill-ai/eslint-config-cortex-v0.5.0...@instill-ai/eslint-config-cortex-v0.5.1)
(2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

<details><summary>@instill-ai/prettier-config-cortex: 1.0.0</summary>

## 1.0.0 (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

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

##
[0.69.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.69.0...@instill-ai/toolkit-v0.69.1)
(2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify
repos) ([#599](#599))
([75d61bd](75d61bd))
</details>

We we unify our cortex into console repo, for previous release note
please check [here](https://github.com/instill-ai/cortex/releases)

---
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 19, 2023
1 parent 5088db0 commit b29a921
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 9 deletions.
12 changes: 12 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.30.1-alpha](https://github.com/instill-ai/console/compare/console-v0.30.0-alpha...console-v0.30.1-alpha) (2023-10-19)


### Bug Fixes

* fix GA not correctly build images when publish version ([5088db0](https://github.com/instill-ai/console/commit/5088db018512ea4883fb9fc2fb74b11ec2c98b51))


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.30.0-alpha](https://github.com/instill-ai/console/compare/v0.29.0-alpha...v0.30.0-alpha) (2023-10-13)


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.30.0-alpha",
"version": "0.30.1-alpha",
"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.55.8](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.55.7...@instill-ai/design-system-v0.55.8) (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.55.7](https://github.com/instill-ai/cortex/compare/@instill-ai/design-system-v0.55.6...@instill-ai/design-system-v0.55.7) (2023-10-13)


Expand Down
4 changes: 2 additions & 2 deletions 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.55.7",
"version": "0.55.8",
"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 Expand Up @@ -122,7 +122,7 @@
"engines": {
"node": ">=14.6.0"
},
"lint-staged":{
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix"
]
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.3.3](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.3.2...@instill-ai/design-tokens-v0.3.3) (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.3.2](https://github.com/instill-ai/design-system/compare/@instill-ai/design-tokens-v0.3.1...@instill-ai/design-tokens-v0.3.2) (2023-07-19)


Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "0.3.3",
"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 Expand Up @@ -47,7 +47,7 @@
"sd-tailwindcss-transformer": "^1.3.1",
"style-dictionary": "^3.8.0"
},
"lint-staged":{
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix"
]
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-cortex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-config-cortex

## [0.5.1](https://github.com/instill-ai/console/compare/@instill-ai/eslint-config-cortex-v0.5.0...@instill-ai/eslint-config-cortex-v0.5.1) (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.5.0](https://github.com/instill-ai/design-system/compare/@instill-ai/eslint-config-cortex-v0.4.1...@instill-ai/eslint-config-cortex-v0.5.0) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-cortex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/eslint-config-cortex",
"version": "0.5.0",
"version": "0.5.1",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config-cortex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-config-cortex

## 1.0.0 (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.5.0](https://github.com/instill-ai/design-system/compare/@instill-ai/eslint-config-cortex-v0.4.1...@instill-ai/eslint-config-cortex-v0.5.0) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-cortex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/prettier-config-cortex",
"version": "0.0.0",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.69.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.69.0...@instill-ai/toolkit-v0.69.1) (2023-10-19)


### Miscellaneous

* contributors can better contribute to our frontend project (Simplify repos) ([#599](https://github.com/instill-ai/console/issues/599)) ([75d61bd](https://github.com/instill-ai/console/commit/75d61bdb857d19974d0814f876f886f39bf8bdee))

## [0.69.0](https://github.com/instill-ai/cortex/compare/@instill-ai/toolkit-v0.68.2...@instill-ai/toolkit-v0.69.0) (2023-10-13)


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.69.1-rc.10",
"version": "0.69.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.30.0-alpha","packages/design-system":"0.55.7","packages/design-tokens":"0.3.2","packages/eslint-config-cortex":"0.5.0","packages/prettier-config-cortex":"0.0.0","packages/toolkit":"0.69.0"}
{"apps/console":"0.30.1-alpha","packages/design-system":"0.55.8","packages/design-tokens":"0.3.3","packages/eslint-config-cortex":"0.5.1","packages/prettier-config-cortex":"1.0.0","packages/toolkit":"0.69.1"}

0 comments on commit b29a921

Please sign in to comment.