Skip to content

Commit

Permalink
feat(nestjs-solapi): solapi-sdk-update to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieey1140 committed Feb 24, 2024
1 parent c9cfe6e commit 2fec33b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-zebras-sing.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nestjs-solapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @redredgroup/nestjs-solapi

## 1.2.0

### Minor Changes

- upgrade solapi sdk to 5.3.0

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-solapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redredgroup/nestjs-solapi",
"description": "SOLAPI integration to a NestJS application",
"version": "1.1.1",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"handlebars": "4.7.8",
"randomstring": "1.3.0",
"solapi": "5.2.4"
"solapi": "5.3.0"
},
"devDependencies": {
"@types/randomstring": "1.1.11",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 2fec33b

Please sign in to comment.