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

Commit 1e9c536

Browse files
authored
Release 0.32.0 (#1687)
Release 0.32.0
2 parents 3de8d23 + 6e435cb commit 1e9c536

File tree

8 files changed

+31
-10
lines changed

8 files changed

+31
-10
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
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
66
follow semver beginning with our `1.0` release. In the meantime, please read this changelog for information on breaking changes!
77

8+
## 0.32.0 [January 2, 2020]
9+
10+
11+
### Fixed
12+
13+
- Fix not being able to remove and add the same file in FileInput. [#1665]
14+
- Fix extra rendering in FormGroup. [#1678]
15+
16+
### Changes
17+
18+
- Adds deprecation text to the ResourceList and Stack components. [#1659]
19+
- Remove empty element from FileInput when there are no files. [#1667]
20+
- Change '0 files selected' to 'No files selected' in FileInput. [#1666]
21+
22+
### Internal
23+
24+
- Added TSLint. [#1654]
25+
- Fix icons library referencing in documentation. [#1658]
26+
- Fix typo in RowLayout documentation. [#1671]
27+
- Fix symlink error with Yarn in CircleCI. [#1686]
28+
829
## 0.31.0 [July 22, 2019]
930

1031
### Changes

core/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@auth0/babel-preset-cosmos",
33
"description": "babel preset to use cosmos",
4-
"version": "0.31.0",
4+
"version": "0.32.0",
55
"repository": "auth0/cosmos",
66
"main": "index.js",
77
"author": "siddharthkp",

core/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@auth0/cosmos",
33
"description": "Component library for Auth0 Design System",
4-
"version": "0.31.0",
4+
"version": "0.32.0",
55
"repository": "auth0/cosmos",
66
"scripts": {},
77
"keywords": [],

examples/perf-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"start": "cosmos-scripts start"
1111
},
1212
"dependencies": {
13-
"@auth0/cosmos": "0.31.0",
13+
"@auth0/cosmos": "0.32.0",
1414
"react": "16.8.4",
1515
"react-dom": "16.8.4"
1616
},
1717
"devDependencies": {
18-
"@auth0/cosmos-scripts": "0.31.0"
18+
"@auth0/cosmos-scripts": "0.32.0"
1919
}
2020
}

examples/webpack-hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"start": "cosmos-scripts start"
1111
},
1212
"dependencies": {
13-
"@auth0/cosmos": "0.31.0",
13+
"@auth0/cosmos": "0.32.0",
1414
"@auth0/cosmos-fonts": "0.0.5",
1515
"react": "16.8.4",
1616
"react-dom": "16.8.4"
1717
},
1818
"devDependencies": {
19-
"@auth0/cosmos-scripts": "0.31.0"
19+
"@auth0/cosmos-scripts": "0.32.0"
2020
}
2121
}

internal/cosmos-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/cosmos-scripts",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"description": "",
55
"bin": {
66
"cosmos-scripts": "cli.js"

internal/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "cosmos-scripts start"
1010
},
1111
"dependencies": {
12-
"@auth0/cosmos": "0.31.0",
12+
"@auth0/cosmos": "0.32.0",
1313
"@auth0/cosmos-fonts": "0.0.5",
1414
"fuzzysearch": "1.0.3",
1515
"js-beautify": "1.7.5",
@@ -26,6 +26,6 @@
2626
"yamljs": "0.3.0"
2727
},
2828
"devDependencies": {
29-
"@auth0/cosmos-scripts": "0.31.0"
29+
"@auth0/cosmos-scripts": "0.32.0"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmos",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"engine": "^7.0.0",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)