Skip to content

Commit f032851

Browse files
authored
chore(main): release 0.2.0-alpha (#57)
1 parent 6e640f0 commit f032851

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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.2.0-alpha](https://github.com/instill-ai/console/compare/v0.1.0-alpha...v0.2.0-alpha) (2022-06-28)
4+
5+
6+
### Features
7+
8+
* let user add backend related env with docker-compose environment ([#62](https://github.com/instill-ai/console/issues/62)) ([507534a](https://github.com/instill-ai/console/commit/507534a7d68b4ccc02f9c930fe230610abe23ca9))
9+
10+
11+
### Bug Fixes
12+
13+
* fix create model form error ([#61](https://github.com/instill-ai/console/issues/61)) ([392ee23](https://github.com/instill-ai/console/commit/392ee2315c7037ac69bce12a122b811990c57954))
14+
* fix various UI issue related to form ([#56](https://github.com/instill-ai/console/issues/56)) ([482cabf](https://github.com/instill-ai/console/commit/482cabf4ccf5731c2d40aa7c9f8f879f71a0ad68))
15+
316
## [0.1.0-alpha](https://github.com/instill-ai/console/compare/v0.2.0-alpha...v0.1.0-alpha) (2022-06-26)
417

518

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.1.0-alpha",
3+
"version": "0.2.0-alpha",
44
"main": "index.js",
55
"repository": "https://github.com/instill-ai/console.git",
66
"author": "Instill AI",

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha"
2+
".": "0.2.0-alpha"
33
}

0 commit comments

Comments
 (0)