From dcddd4c770066bfbb22159f8b43a9551b9303181 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Tue, 23 Oct 2018 15:54:30 +0530 Subject: [PATCH] Release 0.7.1 (#1012) - [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 --- changelog.md | 6 ++++++ core/babel-preset/package.json | 2 +- core/components/package.json | 4 ++-- core/engine/package.json | 2 +- core/tokens/package.json | 2 +- examples/manage/package.json | 2 +- examples/perf-tests/package.json | 2 +- examples/webpack-hello-world/package.json | 2 +- internal/docs/package.json | 2 +- package.json | 2 +- 10 files changed, 16 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 498d490ea..f1064c3c4 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/core/babel-preset/package.json b/core/babel-preset/package.json index 6ca0b0e1e..8b7347538 100644 --- a/core/babel-preset/package.json +++ b/core/babel-preset/package.json @@ -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", diff --git a/core/components/package.json b/core/components/package.json index 056560c02..a460945a4 100644 --- a/core/components/package.json +++ b/core/components/package.json @@ -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": {}, @@ -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" }, diff --git a/core/engine/package.json b/core/engine/package.json index 115a146b3..6624483b3 100644 --- a/core/engine/package.json +++ b/core/engine/package.json @@ -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", diff --git a/core/tokens/package.json b/core/tokens/package.json index 44eee4041..770b29a1b 100644 --- a/core/tokens/package.json +++ b/core/tokens/package.json @@ -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": {}, diff --git a/examples/manage/package.json b/examples/manage/package.json index 113ec3e9e..6a5d4b515 100644 --- a/examples/manage/package.json +++ b/examples/manage/package.json @@ -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", diff --git a/examples/perf-tests/package.json b/examples/perf-tests/package.json index 39c320c16..45938fa5b 100644 --- a/examples/perf-tests/package.json +++ b/examples/perf-tests/package.json @@ -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" }, diff --git a/examples/webpack-hello-world/package.json b/examples/webpack-hello-world/package.json index ed0fbbef5..747f47d1c 100644 --- a/examples/webpack-hello-world/package.json +++ b/examples/webpack-hello-world/package.json @@ -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" diff --git a/internal/docs/package.json b/internal/docs/package.json index 7abdce330..ce7688f23 100644 --- a/internal/docs/package.json +++ b/internal/docs/package.json @@ -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", diff --git a/package.json b/package.json index 725a093f5..dea34cbfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos", - "version": "0.7.0", + "version": "0.7.1", "engine": "^7.0.0", "private": true, "workspaces": [