Skip to content

Commit

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


##
[0.18.0-alpha](v0.17.0-alpha...v0.18.0-alpha)
(2023-02-27)

### Features

* migrate react-query to version 4
([#352](#352))
([d72196a](d72196a))
@iamnamananand996 contributed



### Bug Fixes

* refactor the trigger codes
([#361](#361))
([400e54b](400e54b))
* reset error object create model form
([#357](#357))
([e664c05](e664c05))
@iamnamananand996 contributed

---
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 Feb 27, 2023
1 parent 400e54b commit 3dee870
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.18.0-alpha](https://github.com/instill-ai/console/compare/v0.17.0-alpha...v0.18.0-alpha) (2023-02-27)


### Features

* migrate react-query to version 4 ([#352](https://github.com/instill-ai/console/issues/352)) ([d72196a](https://github.com/instill-ai/console/commit/d72196acfbc299880ebf460ed823d6fb22fb32ab))


### Bug Fixes

* refactor the trigger codes ([#361](https://github.com/instill-ai/console/issues/361)) ([400e54b](https://github.com/instill-ai/console/commit/400e54b62cc3e569a8c8ae0801a7ab67822a4462))
* reset error object create model form ([#357](https://github.com/instill-ai/console/issues/357)) ([e664c05](https://github.com/instill-ai/console/commit/e664c057f2e397f9caa812832d82408f637b7760))

## [0.17.0-alpha](https://github.com/instill-ai/console/compare/v0.16.0-alpha...v0.17.0-alpha) (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instillai-console",
"version": "0.17.0-alpha",
"version": "0.18.0-alpha",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.0-alpha"
".": "0.18.0-alpha"
}

0 comments on commit 3dee870

Please sign in to comment.