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

Commit

Permalink
Release 0.7.1 (#1012)
Browse files Browse the repository at this point in the history
- [x] Update changelog
- [x] Update root package version
- [x] Jenkins task completed
- [x] Run catchup 
- [ ] Merge PR to master
- [x] Update deployment alias for version switcher
- [ ] Delete stable branch
  • Loading branch information
siddharthkp authored Oct 23, 2018
1 parent b37531a commit dcddd4c
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.7.1 [October 23, 2018]

### Added

- Add LICENSE file: MIT [#1011]

## 0.7.0 [October 23, 2018]

### Added
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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"repository": "auth0/cosmos",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"types": "meta/index.d.ts",
"dependencies": {
"@auth0/cosmos-tokens": "0.7.0",
"@auth0/cosmos-tokens": "0.7.1",
"prop-types": "15.6.1",
"styled-components": "3.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion core/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "siddharthkp",
"license": "MIT",
"dependencies": {
"@auth0/babel-preset-cosmos": "0.7.0",
"@auth0/babel-preset-cosmos": "0.7.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.7.0",
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.0",
"version": "0.7.1",
"repository": "auth0/cosmos",
"main": "index.js",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion examples/manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "engine start"
},
"dependencies": {
"@auth0/cosmos": "0.7.0",
"@auth0/cosmos": "0.7.1",
"@auth0/cosmos-fonts": "0.0.1",
"react": "16.3.0",
"react-dom": "16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/perf-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "engine start"
},
"dependencies": {
"@auth0/cosmos": "0.7.0",
"@auth0/cosmos": "0.7.1",
"react": "16.3.0",
"react-dom": "16.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "engine start"
},
"dependencies": {
"@auth0/cosmos": "0.7.0",
"@auth0/cosmos": "0.7.1",
"@auth0/cosmos-fonts": "0.0.1",
"react": "16.3.0",
"react-dom": "16.3.0"
Expand Down
2 changes: 1 addition & 1 deletion internal/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "engine start"
},
"dependencies": {
"@auth0/cosmos": "0.7.0",
"@auth0/cosmos": "0.7.1",
"@auth0/cosmos-fonts": "0.0.1",
"fuzzysearch": "1.0.3",
"js-beautify": "1.7.5",
Expand Down
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.0",
"version": "0.7.1",
"engine": "^7.0.0",
"private": true,
"workspaces": [
Expand Down

0 comments on commit dcddd4c

Please sign in to comment.