Skip to content
Merged
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendesk_app_framework_sdk",
"version": "2.0.37",
"version": "2.0.36",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was 37 should be bumped top 38?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest is v2.0.36 which already has #172 and #174. It was v2.0.33 and changed to v2.0.37 by accident.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably have a process to properly bump the version when we tag zaf_sdk as part of the deployment process.

Maybe we might be able to emulate the way deployments are currently done for gems? This might be worth asking the appropriate internal team about to see if they have plans for a github action along these lines.

"main": "build/zaf_sdk.min.js",
"description": "The Zendesk App Framework (ZAF) SDK is a JavaScript library that simplifies cross-frame communication between iframed apps and ZAF.",
"homepage": "http://developer.zendesk.com",
Expand Down