Skip to content

Commit efba411

Browse files
Merge branch 'next' into next-feature-update
2 parents 71f9214 + f3d3719 commit efba411

File tree

109 files changed

+3981
-20405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+3981
-20405
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: '18.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '18.x'
28+
node-version: '20.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

.github/workflows/sast-scan.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: SAST Scan
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
jobs:
6+
security-sast:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Semgrep Scan
11+
run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:/src" returntocorp/semgrep semgrep scan --config auto

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2 # checkout the repo
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci # install packages
1919
- run: npm run test:unit:report:json # run tests (configured to use jest-junit reporter)

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-14)
4+
- Fix
5+
- Fix file upload function in sanity report file
6+
- Vulnerability fix - Axios
7+
8+
## [v1.17.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.0) (2024-07-02)
9+
- Enhancement
10+
- Fixed package publish issue in github workflow
11+
- Added Taxonomy permission roles test cases
12+
- SNYK issues - Upgraded axios and slack/bolt packages version
13+
## [v1.16.2](https://github.com/contentstack/contentstack-management-javascript/tree/v1.16.2) (2024-06-24)
14+
- Enhancement
15+
- Added update content type without fetch method
16+
## [v1.16.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.16.1) (2024-05-08)
17+
- Fix
18+
- Fix for `fs` not found issue in web build
19+
## [v1.16.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.16.0) (2024-04-09)
20+
- Feature
21+
- Get languages of an entry
22+
## [v1.15.4](https://github.com/contentstack/contentstack-management-javascript/tree/v1.15.4) (2024-03-28)
23+
- Fixes and Enhancement
24+
- delete stack implemetation and test cases
25+
- sanity test and dependency upgrades
326
## [v1.15.3](https://github.com/contentstack/contentstack-management-javascript/tree/v1.15.3) (2024-02-16)
427
- Fix
528
- Fix for updating entry

docdash-template/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

docdash-template/.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

docdash-template/CHANGELOG.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

docdash-template/LICENSE.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

docdash-template/README.md

Lines changed: 0 additions & 150 deletions
This file was deleted.

docdash-template/favicon.ico

-31.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)