From 22cd9b1b9ab55d63049e9b2264a57f2395b78fb7 Mon Sep 17 00:00:00 2001 From: Tony Jin Date: Tue, 23 May 2017 21:53:57 -0700 Subject: [PATCH] Release: 0.126.0 --- CHANGELOG.md | 5 +++-- README.md | 12 ++++++------ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9abdfe62..f36a6d818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change Log -## [v0.125.0](https://github.com/box/box-content-preview/tree/v0.125.0) (2017-05-23) -[Full Changelog](https://github.com/box/box-content-preview/compare/v0.125.0...v0.125.0) +## [v0.126.0](https://github.com/box/box-content-preview/tree/v0.126.0) (2017-05-23) +[Full Changelog](https://github.com/box/box-content-preview/compare/v0.125.0...v0.126.0) **Merged pull requests:** +- Update Translations [\#142](https://github.com/box/box-content-preview/pull/142) ([boxmoji](https://github.com/boxmoji)) - Build: Update build script to tag release commits [\#141](https://github.com/box/box-content-preview/pull/141) ([tonyjin](https://github.com/tonyjin)) ## [v0.125.0](https://github.com/box/box-content-preview/tree/v0.125.0) (2017-05-24) diff --git a/README.md b/README.md index 4124d3f48..46f66dbf7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg) -![NPM version](https://img.shields.io/badge/npm-v0.125.0-blue.svg) +![NPM version](https://img.shields.io/badge/npm-v0.126.0-blue.svg) [Box Content Preview](https://docs.box.com/docs/box-content-preview) ==================================================================== @@ -16,11 +16,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises, Current Version --------------- -* Version: v0.125.0 +* Version: v0.126.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/0.125.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/0.125.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/0.126.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/0.126.0/en-US/preview.css Supported Locales ----------------- @@ -47,8 +47,8 @@ You can self-host the Box Content Preview UI Kit or reference the versions avail - - + +
diff --git a/package.json b/package.json index 7f40fc369..ee85f4dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "0.125.0", + "version": "0.126.0", "description": "Box Content Preview UI Kit", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",