Skip to content

DX | 26-05-2025 | Release #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
89a7820
Update addSettings Method to Support Generic Stack Settings Update
harshithad0703 May 16, 2025
0595d04
update changeLog
harshithad0703 May 16, 2025
ffd2c7f
chore: update version to 1.21.3 and enhance changelog with addSetting…
harshithad0703 May 19, 2025
d88c29c
fix: enhance addSettings method to handle stack variables and live pr…
harshithad0703 May 19, 2025
f0bcbb8
fix: fix lint issues
harshithad0703 May 19, 2025
4c27505
fix: add stack-test.js to fileignoreconfig with checksum
harshithad0703 May 19, 2025
1d01896
Merge pull request #354 from contentstack/fix/dx-2972-addSettings
harshithad0703 May 19, 2025
81936ea
Merge pull request #355 from contentstack/master
harshithad0703 May 19, 2025
bc29a41
Merge pull request #356 from contentstack/staging
harshithad0703 May 19, 2025
40ce51a
Added branch support for global fields.
sunil-lakshman May 20, 2025
8a77ffd
Fixed test cases
sunil-lakshman May 20, 2025
4d828e8
chore: Updated talismanrc
sunil-lakshman May 20, 2025
9e1745a
chore: tree-shaking marketplace apps
nadeem-cs May 20, 2025
77edc46
fix: linting errors
nadeem-cs May 20, 2025
4d6e017
Merge pull request #357 from contentstack/fix/dx-3036
harshithad0703 May 21, 2025
acc02b4
Merge pull request #358 from contentstack/chore/DX-2409
nadeem-cs May 21, 2025
1961ddc
Merge pull request #359 from contentstack/development
harshithad0703 May 23, 2025
6f0ee4c
fix: update pre commit script to include husky installation and execu…
harshithad0703 May 23, 2025
f253593
fix: talismanrc
harshithad0703 May 23, 2025
f24e4dd
Merge pull request #361 from contentstack/fix/talismanrc-update3
harshithad0703 May 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ fileignoreconfig:
checksum: 9d0340f9359927d477fe8ab4650642c068c592be63fb817651d866849e0dbbc2
- filename: .husky/pre-commit
checksum: 5baabd7d2c391648163f9371f0e5e9484f8fb90fa2284cfc378732ec3192c193
version: ""
version: ""
fileignoreconfig:
- filename: test/unit/globalField-test.js
checksum: 25185e3400a12e10a043dc47502d8f30b7e1c4f2b6b4d3b8b55cdc19850c48bf
version: "1.0"
fileignoreconfig:
- filename: lib/stack/index.js
checksum: 6aab5edf85efb17951418b4dc4402889cd24c8d786c671185074aeb4d50f0242
- filename: test/sanity-check/api/stack-test.js
checksum: 198d5cf7ead33b079249dc3ecdee61a9c57453e93f1073ed0341400983e5aa53
version: "1.0"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [v1.21.3](https://github.com/contentstack/contentstack-management-javascript/tree/v1.21.3) (2025-05-26)
- Enhancement
- Update addSettings Method to Support Generic Stack Settings Update

## [v1.21.2](https://github.com/contentstack/contentstack-management-javascript/tree/v1.21.2) (2025-05-19)
- Enhancement
- Added preview token generation.
Expand Down
107 changes: 0 additions & 107 deletions lib/app/authorization/index.js

This file was deleted.

189 changes: 0 additions & 189 deletions lib/app/hosting/deployment.js

This file was deleted.

Loading
Loading