box-ui-elements 25.3.0-beta.2 → 25.3.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
@@ -238,7 +238,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
238
238
  export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
239
239
  export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
240
240
  export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
241
- export const CLIENT_VERSION = '25.3.0-beta.2';
241
+ export const CLIENT_VERSION = '25.3.0';
242
242
 
243
243
  /* ---------------------- Statuses -------------------------- */
244
244
  export const STATUS_PENDING = 'pending';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "25.3.0-beta.2",
3
+ "version": "25.3.0",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",