diff --git a/changelog.md b/changelog.md index 3ba9eea71..72f1afcdf 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ 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.36.1 [August 27th, 2020] + +### Fixes + +- Use not-allowed cursor to components in read only mode [#1716] + ## 0.36.0 [August 24th, 2020] ### Changes diff --git a/core/babel-preset/package.json b/core/babel-preset/package.json index ab52fbb60..188952bcf 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.36.0", + "version": "0.36.1", "repository": "auth0/cosmos", "main": "index.js", "author": "siddharthkp", diff --git a/core/components/package.json b/core/components/package.json index 1661905e4..9f0b39991 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.36.0", + "version": "0.36.1", "repository": "auth0/cosmos", "scripts": {}, "keywords": [], diff --git a/examples/perf-tests/package.json b/examples/perf-tests/package.json index 7f4814e6f..113385e20 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.36.0", + "@auth0/cosmos": "0.36.1", "react": "16.8.6", "react-dom": "16.8.6" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.36.0" + "@auth0/cosmos-scripts": "0.36.1" } } diff --git a/examples/webpack-hello-world/package.json b/examples/webpack-hello-world/package.json index 6d52fc6ff..17d7af19e 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.36.0", + "@auth0/cosmos": "0.36.1", "@auth0/cosmos-fonts": "0.0.5", "react": "16.8.6", "react-dom": "16.8.6" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.36.0" + "@auth0/cosmos-scripts": "0.36.1" } } diff --git a/internal/cosmos-scripts/package.json b/internal/cosmos-scripts/package.json index 6982d0d26..48a5530ff 100644 --- a/internal/cosmos-scripts/package.json +++ b/internal/cosmos-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/cosmos-scripts", - "version": "0.36.0", + "version": "0.36.1", "description": "", "bin": { "cosmos-scripts": "cli.js" diff --git a/internal/docs/package.json b/internal/docs/package.json index be66db10f..ff366d177 100644 --- a/internal/docs/package.json +++ b/internal/docs/package.json @@ -9,7 +9,7 @@ "start": "cosmos-scripts start" }, "dependencies": { - "@auth0/cosmos": "0.36.0", + "@auth0/cosmos": "0.36.1", "@auth0/cosmos-fonts": "0.0.5", "fuzzysearch": "1.0.3", "js-beautify": "1.7.5", @@ -26,6 +26,6 @@ "yamljs": "0.3.0" }, "devDependencies": { - "@auth0/cosmos-scripts": "0.36.0" + "@auth0/cosmos-scripts": "0.36.1" } } diff --git a/package-scripts.js b/package-scripts.js index 538ed5007..907122b93 100644 --- a/package-scripts.js +++ b/package-scripts.js @@ -16,8 +16,7 @@ module.exports = { "metadata.build", "docs.build", "production.copy.docs", - "sandbox.build", - "production.copy.redirect" + "sandbox.build" ), description: "Build for production" }, diff --git a/package.json b/package.json index 7d97d3702..d3e51e86d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos", - "version": "0.36.0", + "version": "0.36.1", "engine": "^7.0.0", "private": true, "workspaces": [