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

Commit

Permalink
Release 0.8.0 (#1123)
Browse files Browse the repository at this point in the history
* draft release 0.8.0

* oops, missed a PR

* correct folder for cosmos-scripts

* give up on publishing cosmos-scripts for now

* run catch up
  • Loading branch information
siddharthkp authored Nov 22, 2018
1 parent 4049bbf commit 683cb6c
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 1,106 deletions.
35 changes: 35 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ 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.8.0 [November 22, 2018]

Shoutout to all the hacktoberfest contributions we received!

### Fixed

- Accessibility: Fix focus styles for Tabs [#1055]
- Accessibility: Made checkbox, radio and switch accessible with a keyboard via @DCzajkowski [#1029]
- Accessibility: Makes the list HTML semantically correct [#1028]
- Accessibility: Make tabs accessible by @jvelezpo [#1052]
- Alert: Match styles of close button with styleguide by @mrewers [#1031]
- Avatar: Batch of fixes and enhancements! [#985]
- Button: Fix vertical alignment in button and it's uses [#947]
- Button: Fix margins for Safari [#1020]
- Pagination: Fix selected state for pagination button [#1061]
- Pagination toolbar: Hide toolbar if there are zero items by @astanciu [#1051]
- Table: Make the field prop optional [#1088]
- Table: Table columns can not be passed as a variable by @sanketsingh24 [#1035]
- Docs: Fix typo in contribution guide by @Gotham13121997 [#1022]
- Docs: Improve readme with material from docs website by @Tranquilled [#1039]
- Docs: Fix `Form.Radio` example by @jvelezpo [#1032]
- Docs: Make experimental notice permanent via @lopno [#1030]
- Docs: Fix sidebar scrolling in Firefox by @fer22f [#1027]
- Examples: Match names from manage dashboard by @rkhoriander [#1034]
- Examples: Fix typo in webpack-hello example by @radlinskii [#964]

### Added

- Table: Add width prop to Table Header [#1053]
- Select: Add disabled + disabled options + groups by @rakhi2104 [#1067]
- Icons: Improve precision for svg optimisation [#1095]
- Icons: Added UI icons (policy, ip address, email, database, block) [#1122]
- Icons: Added UI icons (add user, usage, search, chevron up, arrow up, arrow down)
- Docs: Adds system guidelines [#1079]

## 0.7.2 [October 24, 2018]

### Fixed
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.7.2",
"version": "0.8.0",
"repository": "auth0/cosmos",
"main": "index.js",
"author": "siddharthkp",
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2",
"version": "0.8.0",
"repository": "auth0/cosmos",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"types": "meta/index.d.ts",
"dependencies": {
"md5": "^2.2.1",
"@auth0/cosmos-tokens": "0.7.2",
"@auth0/cosmos-tokens": "0.8.0",
"prop-types": "15.6.1",
"styled-components": "3.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion core/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@auth0/cosmos-tokens",
"description": "Tokens for Auth0 Design System",
"version": "0.7.2",
"version": "0.8.0",
"repository": "auth0/cosmos",
"main": "index.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions examples/manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "cosmos-scripts start"
},
"dependencies": {
"@auth0/cosmos": "0.7.2",
"@auth0/cosmos": "0.8.0",
"@auth0/cosmos-fonts": "0.0.1",
"react": "16.3.0",
"react-dom": "16.3.0",
"react-router-dom": "4.2.2"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.7.2"
"@auth0/cosmos-scripts": "0.8.0"
}
}
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.7.2",
"@auth0/cosmos": "0.8.0",
"react": "16.3.0",
"react-dom": "16.3.0"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.7.2"
"@auth0/cosmos-scripts": "0.8.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.7.2",
"@auth0/cosmos": "0.8.0",
"@auth0/cosmos-fonts": "0.0.1",
"react": "16.3.0",
"react-dom": "16.3.0"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.7.2"
"@auth0/cosmos-scripts": "0.8.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.7.2",
"version": "0.8.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.7.2",
"@auth0/cosmos": "0.8.0",
"@auth0/cosmos-fonts": "0.0.2",
"fuzzysearch": "1.0.3",
"js-beautify": "1.7.5",
Expand All @@ -24,6 +24,6 @@
"yamljs": "0.3.0"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.7.2"
"@auth0/cosmos-scripts": "0.8.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.7.2",
"version": "0.8.0",
"engine": "^7.0.0",
"private": true,
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions tooling/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ latestVersion('@auth0/cosmos').then(publishedVersion => {
const directories = [
'core/tokens',
'core/babel-preset',
'core/components',
'internal/cosmos-scripts'
'core/components'
// 'internal/cosmos-scripts'
]

/* copy root version to all dependencies */
Expand Down Expand Up @@ -48,7 +48,7 @@ latestVersion('@auth0/cosmos').then(publishedVersion => {

/* copy all packages for publishing */
directories.forEach(directory => {
fs.copySync(directory, directory.replace('core', 'dist'))
fs.copySync(directory, directory.replace('core', 'dist').replace('internal', 'dist'))
})
info('PUBLISH', 'copied files')

Expand Down
Loading

0 comments on commit 683cb6c

Please sign in to comment.