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

Commit

Permalink
Release 0.16.0 (#1494)
Browse files Browse the repository at this point in the history
- [x] Make sure `stable` branch does not exist (on both github and local, delete it if it does)
- [x] Pull master
- [x] Create new local branch `stable`
- [x] Update changelog
- [x] Update root package version (only [root package.json](https://github.com/auth0/cosmos/blob/master/package.json#L3))
- [x] Commit and push (**pushing to stable branch with new version will trigger jenkins release task**)
- [x] Wait for [jenkins task](https://tools-jenkins-us-west-2.forge.auth0.net/blue/organizations/jenkins/cosmos/activity/) to be completed  (confirm it published the version you wanted under `npm run scripts deploy`)
- [x] Run `yarn scripts deploy.catchup` on local `stable` branch and push
- [x] Merge PR to master
- [ ] Go to [zeit dashboard](https://zeit.co/dashboard/deployments) and create an alias for the latest deployment) (example: `now alias cosmos-rzbpuowrox.now.sh auth0-cosmos-0-8-0.now.sh --team=auth0-design`)
- [ ] Create a [new release on github](https://github.com/auth0/cosmos/releases)
- [ ] Delete stable branch on github
- [ ] Announce it in #cosmos
  • Loading branch information
Franco Correa authored Feb 7, 2019
1 parent 5ad73db commit 19fcd3f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 14 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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.16.0 [February 7, 2019]

### Added

- Docs: Start migration guide [#1490]
- Dialog: Composable actions for Dialog + Tabs [#1458]

### Fixed

- Sidebar: Fixed selected color for Link group and added basic stories [#1493]
- Select: Allow using empty string as a value [#1483]
- Checkbox: Fix onClick event firing twice [#1473]
- ResourceList: Add check for onItemClick [#1491]
- ResourceList: Fix Item body width validator [#1481][#1482]
- Layouts: Update gutter sizes prop-type [#1480]
- Table: Fix story image source [#1479]

### Internal

- Remove sketch files [#1485]

## 0.15.1 [January 31, 2019]

### 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.15.1",
"version": "0.16.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,15 +1,15 @@
{
"name": "@auth0/cosmos",
"description": "Component library for Auth0 Design System",
"version": "0.15.1",
"version": "0.16.0",
"repository": "auth0/cosmos",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "auth0",
"license": "MIT",
"dependencies": {
"@auth0/cosmos-tokens": "0.15.1",
"@auth0/cosmos-tokens": "0.16.0",
"md5": "^2.2.1",
"prop-types": "15.6.1",
"react-focus-lock": "^1.14.1",
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.15.1",
"version": "0.16.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.15.1",
"@auth0/cosmos": "0.16.0",
"@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.1"
"@auth0/cosmos-scripts": "0.16.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.15.1",
"@auth0/cosmos": "0.16.0",
"react": "16.3.2",
"react-dom": "16.3.3"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.15.1"
"@auth0/cosmos-scripts": "0.16.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.15.1",
"@auth0/cosmos": "0.16.0",
"@auth0/cosmos-fonts": "0.0.1",
"react": "16.3.2",
"react-dom": "16.3.3"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.15.1"
"@auth0/cosmos-scripts": "0.16.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.15.1",
"version": "0.16.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.15.1",
"@auth0/cosmos": "0.16.0",
"@auth0/cosmos-fonts": "0.0.2",
"fuzzysearch": "1.0.3",
"js-beautify": "1.7.5",
Expand All @@ -26,6 +26,6 @@
"yamljs": "0.3.0"
},
"devDependencies": {
"@auth0/cosmos-scripts": "0.15.1"
"@auth0/cosmos-scripts": "0.16.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.15.1",
"version": "0.16.0",
"engine": "^7.0.0",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 19fcd3f

Please sign in to comment.