-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from lumalabs/release-please--branches--main--…
…changes--next--components--lumaai release: 1.0.0
- Loading branch information
Showing
5 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1-alpha.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-09-16) | ||
|
||
Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/lumalabs/lumaai-node/compare/v0.0.1-alpha.0...v1.0.0) | ||
|
||
### Features | ||
|
||
* **api:** OpenAPI spec update via Stainless API ([#11](https://github.com/lumalabs/lumaai-node/issues/11)) ([a342368](https://github.com/lumalabs/lumaai-node/commit/a3423681294f753fbe648f5384f9b17a4f87366d)) | ||
* **api:** OpenAPI spec update via Stainless API ([#13](https://github.com/lumalabs/lumaai-node/issues/13)) ([b4cfb42](https://github.com/lumalabs/lumaai-node/commit/b4cfb42beb0d18067d672561476eb0b55703791b)) | ||
* **api:** OpenAPI spec update via Stainless API ([#15](https://github.com/lumalabs/lumaai-node/issues/15)) ([4283a44](https://github.com/lumalabs/lumaai-node/commit/4283a44e8e416f8f1345db81f9be6dbab02e3437)) | ||
* **api:** OpenAPI spec update via Stainless API ([#16](https://github.com/lumalabs/lumaai-node/issues/16)) ([6435f3b](https://github.com/lumalabs/lumaai-node/commit/6435f3bbe196fa255415a2a26f82092606b7fe81)) | ||
* **api:** OpenAPI spec update via Stainless API ([#17](https://github.com/lumalabs/lumaai-node/issues/17)) ([5be7d2b](https://github.com/lumalabs/lumaai-node/commit/5be7d2b40ae9b48df550c06f6938e572e081fd79)) | ||
* **api:** OpenAPI spec update via Stainless API ([#18](https://github.com/lumalabs/lumaai-node/issues/18)) ([e196094](https://github.com/lumalabs/lumaai-node/commit/e196094a3a5f12124221684ffa959733541747d2)) | ||
* **api:** OpenAPI spec update via Stainless API ([#21](https://github.com/lumalabs/lumaai-node/issues/21)) ([bc7eec2](https://github.com/lumalabs/lumaai-node/commit/bc7eec2fffb0adbc3ff58c2b7d7aa40aa686c3ed)) | ||
* **api:** update via SDK Studio ([#9](https://github.com/lumalabs/lumaai-node/issues/9)) ([deddc2b](https://github.com/lumalabs/lumaai-node/commit/deddc2b9671a48580b8c8527b1f4658779cb5358)) | ||
|
||
|
||
### Chores | ||
|
||
* **internal:** codegen related update ([#12](https://github.com/lumalabs/lumaai-node/issues/12)) ([f9cc64b](https://github.com/lumalabs/lumaai-node/commit/f9cc64b795d5bb0d9b32fdc8e68050344d5a4c2f)) | ||
* update SDK settings ([#20](https://github.com/lumalabs/lumaai-node/issues/20)) ([d58d77a](https://github.com/lumalabs/lumaai-node/commit/d58d77afdedaf89a4fe280a25c6035a1b27a385f)) | ||
* update SDK settings ([#22](https://github.com/lumalabs/lumaai-node/issues/22)) ([f0ff49a](https://github.com/lumalabs/lumaai-node/commit/f0ff49aa30552ec90f793e44a79f4a18a5f856f0)) | ||
|
||
|
||
### Documentation | ||
|
||
* update CONTRIBUTING.md ([#19](https://github.com/lumalabs/lumaai-node/issues/19)) ([8d86fc9](https://github.com/lumalabs/lumaai-node/commit/8d86fc980add83d9a5e0109374b0d3cd512e5ac8)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,9 @@ The REST API documentation can be found on [lumalabs.ai](https://lumalabs.ai). T | |
## Installation | ||
|
||
```sh | ||
npm install git+ssh://[email protected]:lumalabs/lumaai-node.git | ||
npm install lumaai | ||
``` | ||
|
||
> [!NOTE] | ||
> Once this package is [published to npm](https://app.stainlessapi.com/docs/guides/publish), this will become: `npm install lumaai` | ||
## Usage | ||
|
||
The full API of this library can be found in [api.md](api.md). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lumaai", | ||
"version": "0.0.1-alpha.0", | ||
"version": "1.0.0", | ||
"description": "The official TypeScript library for the Lumaai API", | ||
"author": "Lumaai <[email protected]>", | ||
"types": "dist/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version | ||
export const VERSION = '1.0.0'; // x-release-please-version |