box-ui-elements 25.1.0-beta.5 → 25.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/constants.js CHANGED
@@ -237,7 +237,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
237
237
  export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
238
238
  export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
239
239
  export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
240
- export const CLIENT_VERSION = '25.1.0-beta.5';
240
+ export const CLIENT_VERSION = '25.1.0';
241
241
 
242
242
  /* ---------------------- Statuses -------------------------- */
243
243
  export const STATUS_PENDING = 'pending';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "25.1.0-beta.5",
3
+ "version": "25.1.0",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",