Skip to content

Commit 74d9fef

Browse files
authored
chore: release main (#609)
🤖 I have created a release *beep* *boop* --- <details><summary>0.30.1-alpha</summary> ## [0.30.1-alpha](v0.30.0-alpha...v0.30.1-alpha) (2023-10-20) ### Bug Fixes * fix GA issues ([ad52286](ad52286)) ### Miscellaneous * contributors can better contribute to our frontend project (Simplify repos) ([#599](#599)) ([75d61bd](75d61bd)) * **docs:** update docs about scripts and cicd ([#612](#612)) ([bc5bb94](bc5bb94)) </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-20) ### 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-20) ### 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-20) ### 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-20) ### 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-20) ### Miscellaneous * adapt new core structure among instill-ai project ([#610](#610)) ([9b51e90](9b51e90)) * contributors can better contribute to our frontend project (Simplify repos) ([#599](#599)) ([75d61bd](75d61bd)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bc5bb94 commit 74d9fef

File tree

13 files changed

+58
-9
lines changed

13 files changed

+58
-9
lines changed

apps/console/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.30.1-alpha](https://github.com/instill-ai/console/compare/v0.30.0-alpha...v0.30.1-alpha) (2023-10-20)
4+
5+
6+
### Bug Fixes
7+
8+
* fix GA issues ([ad52286](https://github.com/instill-ai/console/commit/ad52286e3243e5a202d181c34fa6ee53934d2fb9))
9+
10+
11+
### Miscellaneous
12+
13+
* 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))
14+
* **docs:** update docs about scripts and cicd ([#612](https://github.com/instill-ai/console/issues/612)) ([bc5bb94](https://github.com/instill-ai/console/commit/bc5bb9438c16ca4bbfb19c11263677c0daa1f33a))
15+
316
## [0.30.0-alpha](https://github.com/instill-ai/console/compare/v0.29.0-alpha...v0.30.0-alpha) (2023-10-13)
417

518

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instillai-console",
3-
"version": "0.30.0-alpha",
3+
"version": "0.30.1-alpha",
44
"main": "index.js",
55
"repository": "https://github.com/instill-ai/console.git",
66
"author": "Instill AI",

packages/design-system/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @instill-ai/design-system
22

3+
## [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-20)
4+
5+
6+
### Miscellaneous
7+
8+
* 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))
9+
310
## [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)
411

512

packages/design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/design-system",
3-
"version": "0.55.7",
3+
"version": "0.55.8",
44
"description": "Instill AI's design system",
55
"repository": "https://github.com/instill-ai/design-system.git",
66
"bugs": "https://github.com/instill-ai/design-system/issues",
@@ -122,7 +122,7 @@
122122
"engines": {
123123
"node": ">=14.6.0"
124124
},
125-
"lint-staged":{
125+
"lint-staged": {
126126
"*.{js,jsx,ts,tsx}": [
127127
"eslint --cache --fix"
128128
]

packages/design-tokens/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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-20)
4+
5+
6+
### Miscellaneous
7+
8+
* 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))
9+
310
## [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)
411

512

packages/design-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/design-tokens",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Instill AI's design tokens",
55
"repository": "https://github.com/instill-ai/design-system.git",
66
"bugs": "https://github.com/instill-ai/design-system/issues",
@@ -47,7 +47,7 @@
4747
"sd-tailwindcss-transformer": "^1.3.1",
4848
"style-dictionary": "^3.8.0"
4949
},
50-
"lint-staged":{
50+
"lint-staged": {
5151
"*.{js,jsx,ts,tsx}": [
5252
"eslint --cache --fix"
5353
]

packages/eslint-config-cortex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# eslint-config-cortex
22

3+
## [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-20)
4+
5+
6+
### Miscellaneous
7+
8+
* 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))
9+
310
## [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)
411

512

packages/eslint-config-cortex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/eslint-config-cortex",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"dependencies": {

packages/prettier-config-cortex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# eslint-config-cortex
22

3+
## 1.0.0 (2023-10-20)
4+
5+
6+
### Miscellaneous
7+
8+
* 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))
9+
310
## [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)
411

512

packages/prettier-config-cortex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/prettier-config-cortex",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"dependencies": {

packages/toolkit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.69.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.69.0...@instill-ai/toolkit-v0.69.1) (2023-10-20)
4+
5+
6+
### Miscellaneous
7+
8+
* adapt new core structure among instill-ai project ([#610](https://github.com/instill-ai/console/issues/610)) ([9b51e90](https://github.com/instill-ai/console/commit/9b51e90e0e165704efc386931663c5c90d6bd923))
9+
* 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))
10+
311
## [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)
412

513

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/toolkit",
3-
"version": "0.69.1-rc.10",
3+
"version": "0.69.1",
44
"description": "Instill AI's frontend toolkit",
55
"repository": "https://github.com/instill-ai/design-system.git",
66
"bugs": "https://github.com/instill-ai/design-system/issues",

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
1+
{"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 commit comments

Comments
 (0)