diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d75e3d2..97c3b61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.33.1](https://github.com/critocrito/sugarcube/compare/v0.33.0...v0.33.1) (2019-11-15) + + +### Bug Fixes + +* **plugin-workflow:** merge queries through the queries envelope not the unit field ([ca386d9](https://github.com/critocrito/sugarcube/commit/ca386d9)) + + + + + # [0.33.0](https://github.com/critocrito/sugarcube/compare/v0.32.1...v0.33.0) (2019-11-15) diff --git a/lerna.json b/lerna.json index 9f69532c..19d2fdc2 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useWorkspaces": true, "npmClient": "yarn", "packages": ["packages/*"], - "version": "0.33.0" + "version": "0.33.1" } diff --git a/packages/plugin-workflow/CHANGELOG.md b/packages/plugin-workflow/CHANGELOG.md index 8c944ea9..07fed9ab 100644 --- a/packages/plugin-workflow/CHANGELOG.md +++ b/packages/plugin-workflow/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.33.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.33.0...v0.33.1) (2019-11-15) + + +### Bug Fixes + +* **plugin-workflow:** merge queries through the queries envelope not the unit field ([ca386d9](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/commit/ca386d9)) + + + + + # [0.33.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.32.1...v0.33.0) (2019-11-15) diff --git a/packages/plugin-workflow/package.json b/packages/plugin-workflow/package.json index 3de80dac..bf7b7574 100644 --- a/packages/plugin-workflow/package.json +++ b/packages/plugin-workflow/package.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow#readme", "repository": "https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow", "bugs": "https://github.com/critocrito/sugarcube", - "version": "0.33.0", + "version": "0.33.1", "main": "_dist/index.js", "dependencies": { "@sugarcube/core": "^0.33.0", diff --git a/packages/sugarcube/CHANGELOG.md b/packages/sugarcube/CHANGELOG.md index ac5be60e..8265e5e6 100644 --- a/packages/sugarcube/CHANGELOG.md +++ b/packages/sugarcube/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.33.1](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.33.0...v0.33.1) (2019-11-15) + +**Note:** Version bump only for package @sugarcube/sugarcube + + + + + # [0.33.0](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.32.1...v0.33.0) (2019-11-15) **Note:** Version bump only for package @sugarcube/sugarcube diff --git a/packages/sugarcube/package.json b/packages/sugarcube/package.json index bcc26e4a..b3879230 100644 --- a/packages/sugarcube/package.json +++ b/packages/sugarcube/package.json @@ -4,7 +4,7 @@ "license": "GPL-3.0", "author": "Christo ", "repository": "https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube", - "version": "0.33.0", + "version": "0.33.1", "main": "_dist/index.js", "dependencies": { "@sugarcube/cli": "^0.33.0", @@ -20,7 +20,7 @@ "@sugarcube/plugin-mongodb": "^0.33.0", "@sugarcube/plugin-tap": "^0.33.0", "@sugarcube/plugin-twitter": "^0.33.0", - "@sugarcube/plugin-workflow": "^0.33.0", + "@sugarcube/plugin-workflow": "^0.33.1", "@sugarcube/plugin-youtube": "^0.33.0", "@sugarcube/test": "^0.33.0", "lodash": "^4.17.4"