Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Stable (#1730)
Browse files Browse the repository at this point in the history
* Release 0.37.0

* update changelog

* catchup
  • Loading branch information
dmiller9911 committed Sep 28, 2020
1 parent ba65b76 commit 416e806
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.37.0 [September 22, 2020]

### Changes

- update styled-components to v5.2.0 [#1728]
- update http-proxy to v1.18.1 [#1727]
- update read-only checkbox styles [#1727]
- update read-only select styles [#1727]

## 0.36.1 [August 27th, 2020]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@auth0/babel-preset-cosmos",
"description": "babel preset to use cosmos",
"version": "0.36.1",
"version": "0.37.0",
"repository": "auth0/cosmos",
"main": "index.js",
"author": "siddharthkp",
Expand Down
2 changes: 1 addition & 1 deletion core/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@auth0/cosmos",
"description": "Component library for Auth0 Design System",
"version": "0.36.1",
"version": "0.37.0",
"repository": "auth0/cosmos",
"scripts": {},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions examples/perf-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"start": "cosmos-scripts start"
},
"dependencies": {
"@auth0/cosmos": "0.36.1",
"@auth0/cosmos": "0.37.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.36.1"
"@auth0/cosmos-scripts": "0.37.0"
}
}
4 changes: 2 additions & 2 deletions examples/webpack-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"start": "cosmos-scripts start"
},
"dependencies": {
"@auth0/cosmos": "0.36.1",
"@auth0/cosmos": "0.37.0",
"@auth0/cosmos-fonts": "0.0.5",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.36.1"
"@auth0/cosmos-scripts": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion internal/cosmos-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/cosmos-scripts",
"version": "0.36.1",
"version": "0.37.0",
"description": "",
"bin": {
"cosmos-scripts": "cli.js"
Expand Down
4 changes: 2 additions & 2 deletions internal/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "cosmos-scripts start"
},
"dependencies": {
"@auth0/cosmos": "0.36.1",
"@auth0/cosmos": "0.37.0",
"@auth0/cosmos-fonts": "0.0.5",
"fuzzysearch": "1.0.3",
"js-beautify": "1.7.5",
Expand All @@ -26,6 +26,6 @@
"yamljs": "0.3.0"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.36.1"
"@auth0/cosmos-scripts": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos",
"version": "0.36.1",
"version": "0.37.0",
"engine": "^7.0.0",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14033,9 +14033,9 @@ style-loader@^0.23.1:
loader-utils "^1.1.0"
schema-utils "^1.0.0"

styled-components@5.2:
styled-components@5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.2.0.tgz#6dcb5aa8a629c84b8d5ab34b7167e3e0c6f7ed74"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.0.tgz#6dcb5aa8a629c84b8d5ab34b7167e3e0c6f7ed74"
integrity sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
Expand Down

0 comments on commit 416e806

Please sign in to comment.