Skip to content

Commit

Permalink
feat!: Change npm package name [DEV-4066] (#558)
Browse files Browse the repository at this point in the history
* chore: Update package lock

* chore(release): 2.21.0 [skip ci]

## [2.21.0](2.20.2...2.21.0) (2024-07-03)

### Features

* Add a basic form for pagination for Stripe Product list endpoint ([#549](#549)) ([e8439e5](e8439e5))
* cheqd Studio rebranding [DEV-4010] ([#550](#550)) ([bb58b44](bb58b44))

### Bug Fixes

* Fix test payloads ([#553](#553)) ([78b4b84](78b4b84))
* Incorrect customer/Stripe details stored in DB [DEV-4005] ([#543](#543)) ([e6dd226](e6dd226))
* Manage user plan intents [DEV-4024] ([#545](#545)) ([4563b83](4563b83))
* Product list (Stripe) OpenAPI schema ([#554](#554)) ([81ff8ce](81ff8ce))
* Stripe account submitter [DEV-4042] ([#548](#548)) ([198c9da](198c9da))
* subscription update request body schema ([#547](#547)) ([c0a8879](c0a8879))

* chore: Change npm registry package name

---------

Co-authored-by: semantic-release-bot <[email protected]>
  • Loading branch information
filipdjokic and semantic-release-bot committed Jul 5, 2024
1 parent 085eff2 commit 5c032f5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.21.0](https://github.com/cheqd/studio/compare/2.20.2...2.21.0) (2024-07-03)


### Features

* Add a basic form for pagination for Stripe Product list endpoint ([#549](https://github.com/cheqd/studio/issues/549)) ([e8439e5](https://github.com/cheqd/studio/commit/e8439e5748b48ba1db8f515dc7717345d6dc1073))
* cheqd Studio rebranding [DEV-4010] ([#550](https://github.com/cheqd/studio/issues/550)) ([bb58b44](https://github.com/cheqd/studio/commit/bb58b44a3967a35f79c175ff5c5dcc3980fcfbc8))


### Bug Fixes

* Fix test payloads ([#553](https://github.com/cheqd/studio/issues/553)) ([78b4b84](https://github.com/cheqd/studio/commit/78b4b84d212804d6287991c4ce57e245bea19192))
* Incorrect customer/Stripe details stored in DB [DEV-4005] ([#543](https://github.com/cheqd/studio/issues/543)) ([e6dd226](https://github.com/cheqd/studio/commit/e6dd22636d296a4b4917c7300c379f54bbb5c118))
* Manage user plan intents [DEV-4024] ([#545](https://github.com/cheqd/studio/issues/545)) ([4563b83](https://github.com/cheqd/studio/commit/4563b83b0515be273bb80944f37d8629286eb530))
* Product list (Stripe) OpenAPI schema ([#554](https://github.com/cheqd/studio/issues/554)) ([81ff8ce](https://github.com/cheqd/studio/commit/81ff8ce5b1a193e89cf6a436300726bdcefc8e05))
* Stripe account submitter [DEV-4042] ([#548](https://github.com/cheqd/studio/issues/548)) ([198c9da](https://github.com/cheqd/studio/commit/198c9da3c77a776bc135182cd2d9e581a8fc5064))
* subscription update request body schema ([#547](https://github.com/cheqd/studio/issues/547)) ([c0a8879](https://github.com/cheqd/studio/commit/c0a8879c917887925e7f1d04b88e48fabc3ebd87))

## [2.21.0-develop.3](https://github.com/cheqd/studio/compare/2.21.0-develop.2...2.21.0-develop.3) (2024-07-02)


Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/credential-service",
"version": "2.21.0-develop.3",
"name": "@cheqd/studio",
"version": "2.21.0",
"description": "cheqd Studio Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 5c032f5

Please sign in to comment.