Skip to content

Commit 38fb497

Browse files
authored
Merge pull request #34 from contentstack/next
Next
2 parents 1164ff7 + b4be9bb commit 38fb497

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '12.x'
16+
node-version: '18.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish --access public
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '12.x'
28+
node-version: '18.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-07-08)
3+
## [v1.2.3](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.3) (2024-08-28)
4+
- Axios version bump
5+
6+
## [v1.2.2](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.2) (2024-07-08)
7+
- Fixed the SRE issues
8+
9+
## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.1) (2024-07-08)
10+
411
- added params in disconnect method in types support
512

6-
## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-06-21)
13+
## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.0) (2024-06-21)
714
- Added disconnect hosting function
815

916
## [v1.1.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-06-11)

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/marketplace-sdk",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "The Contentstack Marketplace SDK is used to manage the content of your Contentstack marketplace apps",
55
"main": "./dist/node/contentstack-marketplace.js",
66
"browser": "./dist/web/contentstack-marketplace.js",
@@ -89,6 +89,6 @@
8989
"webpack-merge": "4.1.0"
9090
},
9191
"dependencies": {
92-
"axios": "^1.7.2"
92+
"axios": "^1.7.4"
9393
}
9494
}

0 commit comments

Comments
 (0)