From 33fe65096b83c6444e74e09c6827a8e929a92305 Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Tue, 9 Mar 2021 12:42:26 -0800 Subject: [PATCH] chore(release): 3.0.0-rc.6 --- CHANGELOG.md | 7 +++++++ examples/advanced/assets-base64-embed/package.json | 2 +- examples/advanced/auto-rebuild-watcher/package.json | 2 +- examples/advanced/component-cti/package.json | 2 +- examples/advanced/create-react-app/package.json | 2 +- examples/advanced/create-react-native-app/package.json | 2 +- .../advanced/custom-formats-with-templates/package.json | 2 +- examples/advanced/custom-parser/package.json | 2 +- examples/advanced/custom-transforms/package.json | 2 +- examples/advanced/matching-build-files/package.json | 2 +- examples/advanced/multi-brand-multi-platform/package.json | 2 +- .../node-modules-as-config-and-properties/package.json | 2 +- examples/advanced/npm-module/package.json | 2 +- examples/advanced/referencing_aliasing/package.json | 2 +- examples/advanced/s3/package.json | 2 +- examples/advanced/tokens-deprecation/package.json | 2 +- examples/advanced/transitive-transforms/package.json | 2 +- examples/advanced/variables-in-outputs/package.json | 2 +- examples/advanced/yaml-tokens/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 21 files changed, 27 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075bbf123..270e5c0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0-rc.6](https://github.com/amzn/style-dictionary/compare/v3.0.0-rc.5...v3.0.0-rc.6) (2021-03-09) + + +### Bug Fixes + +* **extend:** remove prototype pollution ([#554](https://github.com/amzn/style-dictionary/issues/554)) ([b99710a](https://github.com/amzn/style-dictionary/commit/b99710a23abf7d49be28f4ce33dbe99a8af5923f)) + ## [3.0.0-rc.5](https://github.com/amzn/style-dictionary/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2021-02-27) diff --git a/examples/advanced/assets-base64-embed/package.json b/examples/advanced/assets-base64-embed/package.json index d3621449c..d22906009 100644 --- a/examples/advanced/assets-base64-embed/package.json +++ b/examples/advanced/assets-base64-embed/package.json @@ -11,6 +11,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/auto-rebuild-watcher/package.json b/examples/advanced/auto-rebuild-watcher/package.json index a972881c7..bd01b322a 100644 --- a/examples/advanced/auto-rebuild-watcher/package.json +++ b/examples/advanced/auto-rebuild-watcher/package.json @@ -17,6 +17,6 @@ "license": "Apache-2.0", "devDependencies": { "chokidar-cli": "^1.2.0", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/component-cti/package.json b/examples/advanced/component-cti/package.json index 2ab1b8c37..c43a39ac0 100644 --- a/examples/advanced/component-cti/package.json +++ b/examples/advanced/component-cti/package.json @@ -15,6 +15,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/create-react-app/package.json b/examples/advanced/create-react-app/package.json index 771967205..c77667e72 100644 --- a/examples/advanced/create-react-app/package.json +++ b/examples/advanced/create-react-app/package.json @@ -10,7 +10,7 @@ "styled-components": "^5.1.1" }, "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" }, "scripts": { "build-dictionary": "style-dictionary build --config ./style-dictionary/config.json", diff --git a/examples/advanced/create-react-native-app/package.json b/examples/advanced/create-react-native-app/package.json index 965d70411..ff89d8b34 100644 --- a/examples/advanced/create-react-native-app/package.json +++ b/examples/advanced/create-react-native-app/package.json @@ -27,7 +27,7 @@ "babel-jest": "~25.2.6", "jest": "~25.2.6", "react-test-renderer": "~16.13.1", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" }, "jest": { "preset": "react-native" diff --git a/examples/advanced/custom-formats-with-templates/package.json b/examples/advanced/custom-formats-with-templates/package.json index 11f7c0f0e..afd45d8b2 100644 --- a/examples/advanced/custom-formats-with-templates/package.json +++ b/examples/advanced/custom-formats-with-templates/package.json @@ -19,6 +19,6 @@ "handlebars": "^4.0.12", "lodash": "^4.17.11", "pug": "^2.0.3", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/custom-parser/package.json b/examples/advanced/custom-parser/package.json index ac91e35ee..d7d0fda12 100644 --- a/examples/advanced/custom-parser/package.json +++ b/examples/advanced/custom-parser/package.json @@ -9,6 +9,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/custom-transforms/package.json b/examples/advanced/custom-transforms/package.json index a5c9e91fa..9f36d0edc 100644 --- a/examples/advanced/custom-transforms/package.json +++ b/examples/advanced/custom-transforms/package.json @@ -15,6 +15,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/matching-build-files/package.json b/examples/advanced/matching-build-files/package.json index f8ce35b53..7e7ae1df9 100644 --- a/examples/advanced/matching-build-files/package.json +++ b/examples/advanced/matching-build-files/package.json @@ -16,6 +16,6 @@ "author": "Kelly Harrop ", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/multi-brand-multi-platform/package.json b/examples/advanced/multi-brand-multi-platform/package.json index 25b3159b0..694701fb0 100644 --- a/examples/advanced/multi-brand-multi-platform/package.json +++ b/examples/advanced/multi-brand-multi-platform/package.json @@ -15,6 +15,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/node-modules-as-config-and-properties/package.json b/examples/advanced/node-modules-as-config-and-properties/package.json index 509914550..85319aa65 100644 --- a/examples/advanced/node-modules-as-config-and-properties/package.json +++ b/examples/advanced/node-modules-as-config-and-properties/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/dbanksdesign/style-dictionary-node#readme", "devDependencies": { - "style-dictionary": "3.0.0-rc.5", + "style-dictionary": "3.0.0-rc.6", "tinycolor2": "^1.4.1" } } \ No newline at end of file diff --git a/examples/advanced/npm-module/package.json b/examples/advanced/npm-module/package.json index 6d3b49f66..42c09f23d 100644 --- a/examples/advanced/npm-module/package.json +++ b/examples/advanced/npm-module/package.json @@ -16,6 +16,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/referencing_aliasing/package.json b/examples/advanced/referencing_aliasing/package.json index f44f8dff8..9be143dec 100644 --- a/examples/advanced/referencing_aliasing/package.json +++ b/examples/advanced/referencing_aliasing/package.json @@ -15,6 +15,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/s3/package.json b/examples/advanced/s3/package.json index ce0a44e04..6bcec6eba 100644 --- a/examples/advanced/s3/package.json +++ b/examples/advanced/s3/package.json @@ -15,6 +15,6 @@ "devDependencies": { "aws-sdk": "^2.7.21", "fs-extra": "^1.0.0", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/tokens-deprecation/package.json b/examples/advanced/tokens-deprecation/package.json index 65559e95f..7685e5b26 100644 --- a/examples/advanced/tokens-deprecation/package.json +++ b/examples/advanced/tokens-deprecation/package.json @@ -16,6 +16,6 @@ "license": "Apache-2.0", "devDependencies": { "lodash": "^4.17.11", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/transitive-transforms/package.json b/examples/advanced/transitive-transforms/package.json index f6d2a04d3..3fed04f44 100644 --- a/examples/advanced/transitive-transforms/package.json +++ b/examples/advanced/transitive-transforms/package.json @@ -11,6 +11,6 @@ "license": "ISC", "devDependencies": { "chroma-js": "^2.1.0", - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/variables-in-outputs/package.json b/examples/advanced/variables-in-outputs/package.json index 372f7b097..a384cfb64 100644 --- a/examples/advanced/variables-in-outputs/package.json +++ b/examples/advanced/variables-in-outputs/package.json @@ -10,6 +10,6 @@ "author": "", "license": "MIT", "devDependencies": { - "style-dictionary": "3.0.0-rc.5" + "style-dictionary": "3.0.0-rc.6" } } \ No newline at end of file diff --git a/examples/advanced/yaml-tokens/package.json b/examples/advanced/yaml-tokens/package.json index 03421936e..1f3d67d43 100644 --- a/examples/advanced/yaml-tokens/package.json +++ b/examples/advanced/yaml-tokens/package.json @@ -9,7 +9,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.0.0-rc.5", + "style-dictionary": "3.0.0-rc.6", "yaml": "^1.10.0" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9ccefbe18..f52a06ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b805a735..ea84dfb3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "3.0.0-rc.5", + "version": "3.0.0-rc.6", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",