Skip to content

Commit

Permalink
chore(release): Bumped to version v0.33.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Nov 15, 2019
1 parent 2440fd5 commit 5abdb10
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"useWorkspaces": true,
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "0.33.0"
"version": "0.33.1"
}
11 changes: 11 additions & 0 deletions packages/plugin-workflow/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-workflow/package.json
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/sugarcube/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/sugarcube/package.json
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-3.0",
"author": "Christo <christo@cryptodrunks.net>",
"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",
Expand All @@ -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"
Expand Down

0 comments on commit 5abdb10

Please sign in to comment.