diff --git a/changelog.md b/changelog.md index 7a31d467a..a3ff16caf 100644 --- a/changelog.md +++ b/changelog.md @@ -4,19 +4,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). Currently, this project is using an `0.x` versioning system to indicate its preview status. As such, it does _not_ currently adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Once we reach production readiness, we will follow semver beginning with our `1.0` release. In the meantime, please read this changelog for information on breaking changes! +## 0.15.1 [January 31, 2019] + +### Fixed + +- Layouts: Fix rendering undefined/null children nodes. [#1470] + ## 0.15.0 [January 30, 2019] ### Added + - PageHeader: Support buttons as actions in Page Header [#1429] ### Fixed -- Checkbox: Fix case when label is too long [#1462] [#1466] + +- Checkbox: Fix case when label is too long [#1462][#1466] - Tooltip: Make it accessible [#1372] -- Tooltip: Fix popper.js warning in console [#1448] [#1450] +- Tooltip: Fix popper.js warning in console [#1448][#1450] - Switch: Make it have a consistent width [#1449] - Docs: Add prop replacement right next to deprecated prop [#1435] ### Internal + - Base for Tokens v2 [#1431] - Add event handler tests for molecules [#1459] - Add replacement to deprecation warning (in dev console) [#1434] @@ -28,7 +37,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Tabs, List: Fixed list bullets appearing in apps that use Styleguide along Cosmos. - ## 0.14.0 [January 17, 2019] ### Added diff --git a/core/babel-preset/package.json b/core/babel-preset/package.json index 6aaab8419..01764e06a 100644 --- a/core/babel-preset/package.json +++ b/core/babel-preset/package.json @@ -1,7 +1,7 @@ { "name": "@auth0/babel-preset-cosmos", "description": "babel preset to use cosmos", - "version": "0.15.0", + "version": "0.15.1", "repository": "auth0/cosmos", "main": "index.js", "author": "siddharthkp", diff --git a/core/components/package.json b/core/components/package.json index 4372cfcf3..d2fc2a185 100644 --- a/core/components/package.json +++ b/core/components/package.json @@ -1,7 +1,7 @@ { "name": "@auth0/cosmos", "description": "Component library for Auth0 Design System", - "version": "0.15.0", + "version": "0.15.1", "repository": "auth0/cosmos", "main": "index.js", "scripts": {}, @@ -9,7 +9,7 @@ "author": "auth0", "license": "MIT", "dependencies": { - "@auth0/cosmos-tokens": "0.15.0", + "@auth0/cosmos-tokens": "0.15.1", "md5": "^2.2.1", "prop-types": "15.6.1", "react-focus-lock": "^1.14.1", diff --git a/core/tokens/package.json b/core/tokens/package.json index 4d2096bb9..4eaedea3a 100644 --- a/core/tokens/package.json +++ b/core/tokens/package.json @@ -1,7 +1,7 @@ { "name": "@auth0/cosmos-tokens", "description": "Tokens for Auth0 Design System", - "version": "0.15.0", + "version": "0.15.1", "repository": "auth0/cosmos", "main": "index.js", "scripts": {}, diff --git a/examples/manage/package.json b/examples/manage/package.json index b702970fa..d7cca6515 100644 --- a/examples/manage/package.json +++ b/examples/manage/package.json @@ -9,13 +9,13 @@ "start": "cosmos-scripts start" }, "dependencies": { - "@auth0/cosmos": "0.15.0", + "@auth0/cosmos": "0.15.1", "@auth0/cosmos-fonts": "0.0.1", "react": "16.6.3", "react-dom": "16.6.3", "react-router-dom": "4.2.2" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.15.0" + "@auth0/cosmos-scripts": "0.15.1" } } diff --git a/examples/perf-tests/package.json b/examples/perf-tests/package.json index b425ca390..add8fc414 100644 --- a/examples/perf-tests/package.json +++ b/examples/perf-tests/package.json @@ -10,11 +10,11 @@ "start": "cosmos-scripts start" }, "dependencies": { - "@auth0/cosmos": "0.15.0", + "@auth0/cosmos": "0.15.1", "react": "16.3.2", "react-dom": "16.3.3" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.15.0" + "@auth0/cosmos-scripts": "0.15.1" } } diff --git a/examples/webpack-hello-world/package.json b/examples/webpack-hello-world/package.json index b9279d953..8c2308a35 100644 --- a/examples/webpack-hello-world/package.json +++ b/examples/webpack-hello-world/package.json @@ -10,12 +10,12 @@ "start": "cosmos-scripts start" }, "dependencies": { - "@auth0/cosmos": "0.15.0", + "@auth0/cosmos": "0.15.1", "@auth0/cosmos-fonts": "0.0.1", "react": "16.3.2", "react-dom": "16.3.3" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.15.0" + "@auth0/cosmos-scripts": "0.15.1" } } diff --git a/internal/cosmos-scripts/package.json b/internal/cosmos-scripts/package.json index fa3bad516..f96d3e7f5 100644 --- a/internal/cosmos-scripts/package.json +++ b/internal/cosmos-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/cosmos-scripts", - "version": "0.15.0", + "version": "0.15.1", "description": "", "bin": { "cosmos-scripts": "cli.js" diff --git a/internal/docs/package.json b/internal/docs/package.json index 5cea3756b..91bb7eebb 100644 --- a/internal/docs/package.json +++ b/internal/docs/package.json @@ -9,7 +9,7 @@ "start": "cosmos-scripts start" }, "dependencies": { - "@auth0/cosmos": "0.15.0", + "@auth0/cosmos": "0.15.1", "@auth0/cosmos-fonts": "0.0.2", "fuzzysearch": "1.0.3", "js-beautify": "1.7.5", @@ -26,6 +26,6 @@ "yamljs": "0.3.0" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.15.0" + "@auth0/cosmos-scripts": "0.15.1" } } diff --git a/package.json b/package.json index a7523b9cc..ce9421bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos", - "version": "0.15.0", + "version": "0.15.1", "engine": "^7.0.0", "private": true, "workspaces": [