Skip to content

Commit

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


##
[0.0.2](instill-sdk-v0.0.1...instill-sdk-v0.0.2)
(2024-01-17)


### Miscellaneous

* adapt new core structure among instill-ai project
([#40](#40))
([6fc14eb](6fc14eb))
* add .npmignore
([#8](#8))
([f015420](f015420))
* add auto gen proto
([#4](#4))
([b0a016a](b0a016a))
* add custom header for createClient
([#16](#16))
([3db690c](3db690c))
* docs update
([#14](#14))
([dd13735](dd13735))
* folder rename example app
([#25](#25))
([d80a1b7](d80a1b7))
* init typescript sdk
([3dde8db](3dde8db))
* **main:** release @instill-ai/typescript-sdk 0.0.10
([#36](#36))
([3422f66](3422f66))
* **main:** release @instill-ai/typescript-sdk 0.0.11
([#39](#39))
([a727529](a727529))
* **main:** release @instill-ai/typescript-sdk 0.0.12
([#43](#43))
([c6a2afb](c6a2afb))
* **main:** release @instill-ai/typescript-sdk 0.0.2
([#2](#2))
([01a0b5f](01a0b5f))
* **main:** release @instill-ai/typescript-sdk 0.0.3
([#7](#7))
([47e51e7](47e51e7))
* **main:** release @instill-ai/typescript-sdk 0.0.4
([#9](#9))
([0fca8fb](0fca8fb))
* **main:** release @instill-ai/typescript-sdk 0.0.5
([#11](#11))
([a423bd1](a423bd1))
* **main:** release @instill-ai/typescript-sdk 0.0.6
([#13](#13))
([30728a5](30728a5))
* **main:** release @instill-ai/typescript-sdk 0.0.7
([#15](#15))
([1b62d32](1b62d32))
* **main:** release @instill-ai/typescript-sdk 0.0.8
([#21](#21))
([79bdee8](79bdee8))
* **main:** release @instill-ai/typescript-sdk 0.0.9
([#26](#26))
([3f70af1](3f70af1))
* manifest update
([38e0a39](38e0a39))
* Namananand/ins 1898 make changes to use sdk independently
([#6](#6))
([fbcda4f](fbcda4f))
* Namananand/ins 1899 auto gen protobuf related lib
([#5](#5))
([8e11663](8e11663))
* namananand/ins 1901 example documentation for sdk
([#3](#3))
([b7e6255](b7e6255))
* Namananand/ins 2172 update typescript sdk docs
([#18](#18))
([d72a505](d72a505))
* Namananand/ins 2172 update typescript sdk docs
([#19](#19))
([d0478ef](d0478ef))
* Namananand/ins 2172 update typescript sdk docs
([#20](#20))
([4961eaa](4961eaa))
* Namananand/ins 2172 update typescript sdk docs similar to the format
python sdk
([#17](#17))
([bcef664](bcef664))
* Namananand/ins 2235 update sdk docs for new refactor
([#24](#24))
([5143759](5143759))
* Namananand/ins 2251 separate queries mutation and actions for SDK and
example ([#38](#38))
([5ed98b1](5ed98b1))
* Namananand/ins 2271 update sdk params
([#28](#28))
([2079be3](2079be3))
* Namananand/ins 2271 update sdk params
([#29](#29))
([c21a9ef](c21a9ef))
* namananand/ins 3306 use new namespace from @instill-ai/typescript-sdk
--> instill-sdk
([#54](#54))
([d7c29fd](d7c29fd))
* publish config changes
([#10](#10))
([e112705](e112705))
* refactor docs and remove unused files
([#23](#23))
([5a080e1](5a080e1))
* release version update
([#56](#56))
([c51c978](c51c978))
* update apiToken data type
([#35](#35))
([729d9a4](729d9a4))
* update client instance refactor
([#22](#22))
([d8aa4b7](d8aa4b7))
* update config of start operator
([#42](#42))
([c74ed31](c74ed31))
* update params name accessToken --> apiToken
([#27](#27))
([046c5c0](046c5c0))
* update release command
([#12](#12))
([da1a73d](da1a73d))
* upgrade from v1alpha --> v1beta
([#52](#52))
([5f5462c](5f5462c))

---
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 Jan 17, 2024
1 parent c51c978 commit 220cd28
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## [0.0.2](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.1...instill-sdk-v0.0.2) (2024-01-17)


### Miscellaneous

* adapt new core structure among instill-ai project ([#40](https://github.com/instill-ai/typescript-sdk/issues/40)) ([6fc14eb](https://github.com/instill-ai/typescript-sdk/commit/6fc14eba5a087f4008d41eca25899045d098d6a9))
* add .npmignore ([#8](https://github.com/instill-ai/typescript-sdk/issues/8)) ([f015420](https://github.com/instill-ai/typescript-sdk/commit/f015420ad4b824e039107224d42db7a7baa82fa8))
* add auto gen proto ([#4](https://github.com/instill-ai/typescript-sdk/issues/4)) ([b0a016a](https://github.com/instill-ai/typescript-sdk/commit/b0a016a43a7b9a4c89d1f2118ac8f7f603f844d6))
* add custom header for createClient ([#16](https://github.com/instill-ai/typescript-sdk/issues/16)) ([3db690c](https://github.com/instill-ai/typescript-sdk/commit/3db690c39a21e985e90ff5feaf4c17351c461ae4))
* docs update ([#14](https://github.com/instill-ai/typescript-sdk/issues/14)) ([dd13735](https://github.com/instill-ai/typescript-sdk/commit/dd13735e4ca101f708c06a8a54d26552f67061fa))
* folder rename example app ([#25](https://github.com/instill-ai/typescript-sdk/issues/25)) ([d80a1b7](https://github.com/instill-ai/typescript-sdk/commit/d80a1b75fe4b69f58047169884732956d6874c22))
* init typescript sdk ([3dde8db](https://github.com/instill-ai/typescript-sdk/commit/3dde8db9da46d13563824c3d1c2e6e666f9f4438))
* **main:** release @instill-ai/typescript-sdk 0.0.10 ([#36](https://github.com/instill-ai/typescript-sdk/issues/36)) ([3422f66](https://github.com/instill-ai/typescript-sdk/commit/3422f6695cfad050faf0eb11d29fe4afcad011e9))
* **main:** release @instill-ai/typescript-sdk 0.0.11 ([#39](https://github.com/instill-ai/typescript-sdk/issues/39)) ([a727529](https://github.com/instill-ai/typescript-sdk/commit/a7275296b082c7fbe64986bb30df4fdcdf053af2))
* **main:** release @instill-ai/typescript-sdk 0.0.12 ([#43](https://github.com/instill-ai/typescript-sdk/issues/43)) ([c6a2afb](https://github.com/instill-ai/typescript-sdk/commit/c6a2afb2db2acc7d2ba6b9e4b5dd09ffc42be505))
* **main:** release @instill-ai/typescript-sdk 0.0.2 ([#2](https://github.com/instill-ai/typescript-sdk/issues/2)) ([01a0b5f](https://github.com/instill-ai/typescript-sdk/commit/01a0b5f0c30379844b8500cd3dc89d17300af23c))
* **main:** release @instill-ai/typescript-sdk 0.0.3 ([#7](https://github.com/instill-ai/typescript-sdk/issues/7)) ([47e51e7](https://github.com/instill-ai/typescript-sdk/commit/47e51e75d149eb285533f088dffe5ea6d03d5c29))
* **main:** release @instill-ai/typescript-sdk 0.0.4 ([#9](https://github.com/instill-ai/typescript-sdk/issues/9)) ([0fca8fb](https://github.com/instill-ai/typescript-sdk/commit/0fca8fb13f015f51263c24b6b428b11643e90539))
* **main:** release @instill-ai/typescript-sdk 0.0.5 ([#11](https://github.com/instill-ai/typescript-sdk/issues/11)) ([a423bd1](https://github.com/instill-ai/typescript-sdk/commit/a423bd127a4b41cc44dd9af29268522a8bd87daf))
* **main:** release @instill-ai/typescript-sdk 0.0.6 ([#13](https://github.com/instill-ai/typescript-sdk/issues/13)) ([30728a5](https://github.com/instill-ai/typescript-sdk/commit/30728a5893629a099e1fa55b66fcd82d5b17aaad))
* **main:** release @instill-ai/typescript-sdk 0.0.7 ([#15](https://github.com/instill-ai/typescript-sdk/issues/15)) ([1b62d32](https://github.com/instill-ai/typescript-sdk/commit/1b62d32796ff9ffedf98ca399b113f12594b04d4))
* **main:** release @instill-ai/typescript-sdk 0.0.8 ([#21](https://github.com/instill-ai/typescript-sdk/issues/21)) ([79bdee8](https://github.com/instill-ai/typescript-sdk/commit/79bdee84e017208343e34174f4e27cf0d84b3c51))
* **main:** release @instill-ai/typescript-sdk 0.0.9 ([#26](https://github.com/instill-ai/typescript-sdk/issues/26)) ([3f70af1](https://github.com/instill-ai/typescript-sdk/commit/3f70af1911b4600fdc5af9daf1c6e537e10ad215))
* manifest update ([38e0a39](https://github.com/instill-ai/typescript-sdk/commit/38e0a392bebea0283b8854481532761e1ecee581))
* Namananand/ins 1898 make changes to use sdk independently ([#6](https://github.com/instill-ai/typescript-sdk/issues/6)) ([fbcda4f](https://github.com/instill-ai/typescript-sdk/commit/fbcda4fc9205f189999342194334e86c7747d2ab))
* Namananand/ins 1899 auto gen protobuf related lib ([#5](https://github.com/instill-ai/typescript-sdk/issues/5)) ([8e11663](https://github.com/instill-ai/typescript-sdk/commit/8e11663dccfd4fc6a3d5ef5a8d1d3a6538bf67b8))
* namananand/ins 1901 example documentation for sdk ([#3](https://github.com/instill-ai/typescript-sdk/issues/3)) ([b7e6255](https://github.com/instill-ai/typescript-sdk/commit/b7e6255a379b2dbf189ac9fb94c8cbdaab6c8d3b))
* Namananand/ins 2172 update typescript sdk docs ([#18](https://github.com/instill-ai/typescript-sdk/issues/18)) ([d72a505](https://github.com/instill-ai/typescript-sdk/commit/d72a5055c2d187cf8bc6313377a129c9f509ddc2))
* Namananand/ins 2172 update typescript sdk docs ([#19](https://github.com/instill-ai/typescript-sdk/issues/19)) ([d0478ef](https://github.com/instill-ai/typescript-sdk/commit/d0478ef430b370c3a59afd368a647a7e3c4db5a6))
* Namananand/ins 2172 update typescript sdk docs ([#20](https://github.com/instill-ai/typescript-sdk/issues/20)) ([4961eaa](https://github.com/instill-ai/typescript-sdk/commit/4961eaa4303c39c4f915713582a460952788adec))
* Namananand/ins 2172 update typescript sdk docs similar to the format python sdk ([#17](https://github.com/instill-ai/typescript-sdk/issues/17)) ([bcef664](https://github.com/instill-ai/typescript-sdk/commit/bcef664c074b14a14ef62fd8644544033a6a1089))
* Namananand/ins 2235 update sdk docs for new refactor ([#24](https://github.com/instill-ai/typescript-sdk/issues/24)) ([5143759](https://github.com/instill-ai/typescript-sdk/commit/51437597201ec6de3cebd2cb6670c26802d8fbfd))
* Namananand/ins 2251 separate queries mutation and actions for SDK and example ([#38](https://github.com/instill-ai/typescript-sdk/issues/38)) ([5ed98b1](https://github.com/instill-ai/typescript-sdk/commit/5ed98b1be71566d70ba90ac6d693b3a40253ac58))
* Namananand/ins 2271 update sdk params ([#28](https://github.com/instill-ai/typescript-sdk/issues/28)) ([2079be3](https://github.com/instill-ai/typescript-sdk/commit/2079be38c2df29da8b4130f6039d311826dd4027))
* Namananand/ins 2271 update sdk params ([#29](https://github.com/instill-ai/typescript-sdk/issues/29)) ([c21a9ef](https://github.com/instill-ai/typescript-sdk/commit/c21a9ef52c7608d31ff3b2bdc58be8a8655e648e))
* namananand/ins 3306 use new namespace from @instill-ai/typescript-sdk --> instill-sdk ([#54](https://github.com/instill-ai/typescript-sdk/issues/54)) ([d7c29fd](https://github.com/instill-ai/typescript-sdk/commit/d7c29fdeb8d2d5af023689d5ac53b60cee8e2b17))
* publish config changes ([#10](https://github.com/instill-ai/typescript-sdk/issues/10)) ([e112705](https://github.com/instill-ai/typescript-sdk/commit/e112705aef6a768460e3b4dfe710ccbb7ef7db1d))
* refactor docs and remove unused files ([#23](https://github.com/instill-ai/typescript-sdk/issues/23)) ([5a080e1](https://github.com/instill-ai/typescript-sdk/commit/5a080e140e7c280d3bb5989425a2e421ce0b0682))
* release version update ([#56](https://github.com/instill-ai/typescript-sdk/issues/56)) ([c51c978](https://github.com/instill-ai/typescript-sdk/commit/c51c978bb771cba49775e0a350819bcbb5fe2dce))
* update apiToken data type ([#35](https://github.com/instill-ai/typescript-sdk/issues/35)) ([729d9a4](https://github.com/instill-ai/typescript-sdk/commit/729d9a48f9b3d97a531fb7113761eb56e87740b5))
* update client instance refactor ([#22](https://github.com/instill-ai/typescript-sdk/issues/22)) ([d8aa4b7](https://github.com/instill-ai/typescript-sdk/commit/d8aa4b71c144425be88bcf1ee6b552a249b52050))
* update config of start operator ([#42](https://github.com/instill-ai/typescript-sdk/issues/42)) ([c74ed31](https://github.com/instill-ai/typescript-sdk/commit/c74ed319e8a696e601223d622d744fdf59699614))
* update params name accessToken --> apiToken ([#27](https://github.com/instill-ai/typescript-sdk/issues/27)) ([046c5c0](https://github.com/instill-ai/typescript-sdk/commit/046c5c06b28c1c01d395fc1b792349c43ff93043))
* update release command ([#12](https://github.com/instill-ai/typescript-sdk/issues/12)) ([da1a73d](https://github.com/instill-ai/typescript-sdk/commit/da1a73da6c8c7aa116ff26e293b8c940da0efb6c))
* upgrade from v1alpha --> v1beta ([#52](https://github.com/instill-ai/typescript-sdk/issues/52)) ([5f5462c](https://github.com/instill-ai/typescript-sdk/commit/5f5462cdd82b22cbc367ffdc07909b989c5ee0bf))

## [0.0.12](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.11...@instill-ai/typescript-sdk-v0.0.12) (2023-11-10)


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": "instill-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Instill AI's Typescript SDK",
"repository": "https://github.com/instill-ai/typescript-sdk.git",
"bugs": "https://github.com/instill-ai/community/issues",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"instill-sdk": "0.0.1",
".": "0.0.1"
".": "0.0.2"
}

0 comments on commit 220cd28

Please sign in to comment.