From 637d98cb7d5ceb7cc13685580739d0e69e05c222 Mon Sep 17 00:00:00 2001 From: Christo Date: Mon, 28 Jan 2019 22:14:49 +0100 Subject: [PATCH] chore(release): Bumped to version v0.23.0. --- CHANGELOG.md | 20 +++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++ packages/cli/package.json | 4 +- packages/core/CHANGELOG.md | 8 ++++ packages/core/package.json | 2 +- packages/plugin-aqicn/CHANGELOG.md | 8 ++++ packages/plugin-aqicn/package.json | 4 +- packages/plugin-csv/CHANGELOG.md | 8 ++++ packages/plugin-csv/package.json | 6 +-- packages/plugin-ddg/CHANGELOG.md | 8 ++++ packages/plugin-ddg/package.json | 4 +- packages/plugin-elasticsearch/CHANGELOG.md | 11 +++++ packages/plugin-elasticsearch/package.json | 4 +- packages/plugin-facebook/CHANGELOG.md | 8 ++++ packages/plugin-facebook/package.json | 4 +- packages/plugin-fs/CHANGELOG.md | 8 ++++ packages/plugin-fs/package.json | 4 +- packages/plugin-google/CHANGELOG.md | 8 ++++ packages/plugin-google/package.json | 6 +-- packages/plugin-googlesheets/CHANGELOG.md | 8 ++++ packages/plugin-googlesheets/package.json | 4 +- packages/plugin-guardian/CHANGELOG.md | 8 ++++ packages/plugin-guardian/package.json | 4 +- packages/plugin-http/CHANGELOG.md | 8 ++++ packages/plugin-http/package.json | 6 +-- packages/plugin-instagram/CHANGELOG.md | 8 ++++ packages/plugin-instagram/package.json | 4 +- packages/plugin-mail/CHANGELOG.md | 11 +++++ packages/plugin-mail/package.json | 4 +- packages/plugin-media/CHANGELOG.md | 8 ++++ packages/plugin-media/package.json | 6 +-- packages/plugin-mongodb/CHANGELOG.md | 8 ++++ packages/plugin-mongodb/package.json | 4 +- packages/plugin-regex/CHANGELOG.md | 8 ++++ packages/plugin-regex/package.json | 4 +- packages/plugin-sec/CHANGELOG.md | 8 ++++ packages/plugin-sec/package.json | 4 +- packages/plugin-tap/CHANGELOG.md | 8 ++++ packages/plugin-tap/package.json | 4 +- packages/plugin-telegram/CHANGELOG.md | 8 ++++ packages/plugin-telegram/package.json | 4 +- packages/plugin-test/CHANGELOG.md | 8 ++++ packages/plugin-test/package.json | 6 +-- packages/plugin-tika/CHANGELOG.md | 8 ++++ packages/plugin-tika/package.json | 6 +-- packages/plugin-tor/CHANGELOG.md | 8 ++++ packages/plugin-tor/package.json | 4 +- packages/plugin-twitter/CHANGELOG.md | 18 ++++++++ packages/plugin-twitter/package.json | 4 +- packages/plugin-workflow/CHANGELOG.md | 8 ++++ packages/plugin-workflow/package.json | 4 +- packages/plugin-youtube/CHANGELOG.md | 8 ++++ packages/plugin-youtube/package.json | 4 +- packages/sugarcube/CHANGELOG.md | 8 ++++ packages/sugarcube/package.json | 52 +++++++++++----------- packages/test/CHANGELOG.md | 8 ++++ packages/test/package.json | 4 +- 58 files changed, 346 insertions(+), 86 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b05cdc..39183d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + + +### Bug Fixes + +* **plugin-elasticsearch:** log query as JSON on import ([e15029a](https://github.com/critocrito/sugarcube/commit/e15029a)) +* **plugin-mail:** avoid exception on missing stat.duration field ([9712e01](https://github.com/critocrito/sugarcube/commit/9712e01)) +* **plugin-twitter:** parse twitter users starting with a number as screen names ([c29e2b8](https://github.com/critocrito/sugarcube/commit/c29e2b8)) + + +### Features + +* **plugin-twitter:** add plugin to fetch individual tweets ([352eaa5](https://github.com/critocrito/sugarcube/commit/352eaa5)) +* **plugin-twitter:** allow full urls as tweet query ([a9f8246](https://github.com/critocrito/sugarcube/commit/a9f8246)) +* **plugin-twitter:** parse twitter users from full url's ([3ae4c23](https://github.com/critocrito/sugarcube/commit/3ae4c23)) + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) diff --git a/lerna.json b/lerna.json index 9e03a073..6efca32b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.22.0" + "version": "0.23.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d4190db5..61d56bfe 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/cli + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 391c9f65..48c73160 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/cli", - "version": "0.22.0", + "version": "0.23.0", "description": "A CLI to operate SugarCube data processes.", "main": "_dist/index.js", "bin": { @@ -20,7 +20,7 @@ "bugs": "https://github.com/critocrito/sugarcube/issues", "homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/cli#readme", "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dotenv": "^4.0.0", "lodash": "^4.17.4", "source-map-support": "^0.5.3", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 672eb4cd..5e3aa423 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/core + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/core diff --git a/packages/core/package.json b/packages/core/package.json index a20bd90f..b735e863 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/core", - "version": "0.22.0", + "version": "0.23.0", "description": "Monoidal data sequences.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", diff --git a/packages/plugin-aqicn/CHANGELOG.md b/packages/plugin-aqicn/CHANGELOG.md index 47572c13..b0b88f9d 100644 --- a/packages/plugin-aqicn/CHANGELOG.md +++ b/packages/plugin-aqicn/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-aqicn + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-aqicn diff --git a/packages/plugin-aqicn/package.json b/packages/plugin-aqicn/package.json index 4a437bf1..ec8cd0a9 100644 --- a/packages/plugin-aqicn/package.json +++ b/packages/plugin-aqicn/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-aqicn", - "version": "0.22.0", + "version": "0.23.0", "description": "Scrape air pollution measurements from aqicn.org.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "air pollution" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-csv/CHANGELOG.md b/packages/plugin-csv/CHANGELOG.md index 7d7936fb..79278739 100644 --- a/packages/plugin-csv/CHANGELOG.md +++ b/packages/plugin-csv/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-csv + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-csv diff --git a/packages/plugin-csv/package.json b/packages/plugin-csv/package.json index 207f256b..09a5da29 100644 --- a/packages/plugin-csv/package.json +++ b/packages/plugin-csv/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-csv", - "version": "0.22.0", + "version": "0.23.0", "description": "CSV based input and output for SugarCube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,8 +17,8 @@ "csv" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", "csv-parse": "^1.2.4", "csv-stringify": "^1.0.4", "dashp": "^0.10.1", diff --git a/packages/plugin-ddg/CHANGELOG.md b/packages/plugin-ddg/CHANGELOG.md index b95b22a4..fd27ecc4 100644 --- a/packages/plugin-ddg/CHANGELOG.md +++ b/packages/plugin-ddg/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-ddg + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-ddg diff --git a/packages/plugin-ddg/package.json b/packages/plugin-ddg/package.json index 5ec89327..5ab39114 100644 --- a/packages/plugin-ddg/package.json +++ b/packages/plugin-ddg/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-ddg", - "version": "0.22.0", + "version": "0.23.0", "description": "Search on DuckDuckGo.", "main": "lib/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "duckduckgo" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-elasticsearch/CHANGELOG.md b/packages/plugin-elasticsearch/CHANGELOG.md index 24babab8..1a75a6e0 100644 --- a/packages/plugin-elasticsearch/CHANGELOG.md +++ b/packages/plugin-elasticsearch/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.22.0...v0.23.0) (2019-01-28) + + +### Bug Fixes + +* **plugin-elasticsearch:** log query as JSON on import ([e15029a](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/e15029a)) + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.21.0...v0.22.0) (2019-01-22) diff --git a/packages/plugin-elasticsearch/package.json b/packages/plugin-elasticsearch/package.json index 405c8b24..f2c490a8 100644 --- a/packages/plugin-elasticsearch/package.json +++ b/packages/plugin-elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-elasticsearch", - "version": "0.22.0", + "version": "0.23.0", "description": "", "main": "_dist/index.js", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "data storage" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "elasticsearch": "^14.1.0", "glob": "^7.1.2", diff --git a/packages/plugin-facebook/CHANGELOG.md b/packages/plugin-facebook/CHANGELOG.md index 81e295d3..aa03e768 100644 --- a/packages/plugin-facebook/CHANGELOG.md +++ b/packages/plugin-facebook/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-facebook + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-facebook diff --git a/packages/plugin-facebook/package.json b/packages/plugin-facebook/package.json index 86f614b6..3b78b817 100644 --- a/packages/plugin-facebook/package.json +++ b/packages/plugin-facebook/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-facebook", - "version": "0.22.0", + "version": "0.23.0", "description": "Fetch data from facebook for sugarcube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "facebook" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "date-fns": "^1.29.0", "lodash": "^4.17.4", diff --git a/packages/plugin-fs/CHANGELOG.md b/packages/plugin-fs/CHANGELOG.md index b25f500e..c76f2844 100644 --- a/packages/plugin-fs/CHANGELOG.md +++ b/packages/plugin-fs/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-fs + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-fs diff --git a/packages/plugin-fs/package.json b/packages/plugin-fs/package.json index 43432f66..371a9171 100644 --- a/packages/plugin-fs/package.json +++ b/packages/plugin-fs/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-fs", - "version": "0.22.0", + "version": "0.23.0", "description": "Operate on the file system.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "glob": "^7.1.2", "lodash": "^4.17.4", diff --git a/packages/plugin-google/CHANGELOG.md b/packages/plugin-google/CHANGELOG.md index 8d09bd26..3fe8e1b7 100644 --- a/packages/plugin-google/CHANGELOG.md +++ b/packages/plugin-google/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-google + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-google diff --git a/packages/plugin-google/package.json b/packages/plugin-google/package.json index a015f5aa..77a059f2 100644 --- a/packages/plugin-google/package.json +++ b/packages/plugin-google/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-google", - "version": "0.22.0", + "version": "0.23.0", "description": "A plugin for SugarCube to interact with some google services.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -18,8 +18,8 @@ "search" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", "babel-polyfill": "^6.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.10.1", diff --git a/packages/plugin-googlesheets/CHANGELOG.md b/packages/plugin-googlesheets/CHANGELOG.md index 2e7b5c3d..13d55155 100644 --- a/packages/plugin-googlesheets/CHANGELOG.md +++ b/packages/plugin-googlesheets/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-googlesheets + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-googlesheets diff --git a/packages/plugin-googlesheets/package.json b/packages/plugin-googlesheets/package.json index 8be73d0d..f7ccf15c 100644 --- a/packages/plugin-googlesheets/package.json +++ b/packages/plugin-googlesheets/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-googlesheets", - "version": "0.22.0", + "version": "0.23.0", "description": "Import and Export units from google sheets", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -15,7 +15,7 @@ "author": "niko ", "license": "GPL-3.0", "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "google-auth-library": "^1.3.1", "googleapis": "^27.0.0", diff --git a/packages/plugin-guardian/CHANGELOG.md b/packages/plugin-guardian/CHANGELOG.md index 28481e9f..2f842c6d 100644 --- a/packages/plugin-guardian/CHANGELOG.md +++ b/packages/plugin-guardian/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-guardian + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-guardian diff --git a/packages/plugin-guardian/package.json b/packages/plugin-guardian/package.json index 9c54576c..5c821f8b 100644 --- a/packages/plugin-guardian/package.json +++ b/packages/plugin-guardian/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-guardian", - "version": "0.22.0", + "version": "0.23.0", "description": "Fetch content from the Guardian.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -18,7 +18,7 @@ "bugs": "https://github.com/critocrito/sugarcube/issues", "homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/plugin-guardian#readme", "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-http/CHANGELOG.md b/packages/plugin-http/CHANGELOG.md index 304a84d3..a4512c7f 100644 --- a/packages/plugin-http/CHANGELOG.md +++ b/packages/plugin-http/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-http + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-http diff --git a/packages/plugin-http/package.json b/packages/plugin-http/package.json index 6c5a659a..6d350893 100644 --- a/packages/plugin-http/package.json +++ b/packages/plugin-http/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-http", - "version": "0.22.0", + "version": "0.23.0", "description": "HTTP related plugins for sugarcube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,8 +17,8 @@ "http" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", "child-process-promise": "^2.2.0", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-instagram/CHANGELOG.md b/packages/plugin-instagram/CHANGELOG.md index d0f184fb..4b58cea2 100644 --- a/packages/plugin-instagram/CHANGELOG.md +++ b/packages/plugin-instagram/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-instagram + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-instagram diff --git a/packages/plugin-instagram/package.json b/packages/plugin-instagram/package.json index cb46ddea..7c5e5894 100644 --- a/packages/plugin-instagram/package.json +++ b/packages/plugin-instagram/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-instagram", - "version": "0.22.0", + "version": "0.23.0", "description": "A SugarCube plugin to query Instagram.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "instagram" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "lodash": "^4.17.4", "request": "^2.81.0", diff --git a/packages/plugin-mail/CHANGELOG.md b/packages/plugin-mail/CHANGELOG.md index 6d47eb02..5399c6d8 100644 --- a/packages/plugin-mail/CHANGELOG.md +++ b/packages/plugin-mail/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-mail/compare/v0.22.0...v0.23.0) (2019-01-28) + + +### Bug Fixes + +* **plugin-mail:** avoid exception on missing stat.duration field ([9712e01](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-mail/commit/9712e01)) + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-mail/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-mail diff --git a/packages/plugin-mail/package.json b/packages/plugin-mail/package.json index 63cdc62e..3d749c43 100644 --- a/packages/plugin-mail/package.json +++ b/packages/plugin-mail/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-mail", - "version": "0.22.0", + "version": "0.23.0", "description": "Send email notifications.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -14,7 +14,7 @@ "mail" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "date-fns": "^1.29.0", "dot": "^1.1.2", diff --git a/packages/plugin-media/CHANGELOG.md b/packages/plugin-media/CHANGELOG.md index 4d9c87d2..539d1cda 100644 --- a/packages/plugin-media/CHANGELOG.md +++ b/packages/plugin-media/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-media + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-media diff --git a/packages/plugin-media/package.json b/packages/plugin-media/package.json index fbf4c577..39179fa4 100644 --- a/packages/plugin-media/package.json +++ b/packages/plugin-media/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-media", - "version": "0.22.0", + "version": "0.23.0", "description": "Media related plugins.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -20,8 +20,8 @@ "media" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", "dashp": "^0.10.1", "gm": "^1.23.0", "lodash": "^4.17.4", diff --git a/packages/plugin-mongodb/CHANGELOG.md b/packages/plugin-mongodb/CHANGELOG.md index 78061f1a..8cc0b523 100644 --- a/packages/plugin-mongodb/CHANGELOG.md +++ b/packages/plugin-mongodb/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-mongodb + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) diff --git a/packages/plugin-mongodb/package.json b/packages/plugin-mongodb/package.json index 989595bf..cb98799d 100644 --- a/packages/plugin-mongodb/package.json +++ b/packages/plugin-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-mongodb", - "version": "0.22.0", + "version": "0.23.0", "description": "Persist data in MongoDB.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -16,7 +16,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "bluebird": "^3.5.1", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-regex/CHANGELOG.md b/packages/plugin-regex/CHANGELOG.md index 85ccc251..a2e78738 100644 --- a/packages/plugin-regex/CHANGELOG.md +++ b/packages/plugin-regex/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-regex/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-regex + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-regex/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-regex diff --git a/packages/plugin-regex/package.json b/packages/plugin-regex/package.json index f231a49a..8aad7658 100644 --- a/packages/plugin-regex/package.json +++ b/packages/plugin-regex/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-regex", - "version": "0.22.0", + "version": "0.23.0", "description": "Match fields for regular expressions.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "lodash": "^4.17.4" }, "publishConfig": { diff --git a/packages/plugin-sec/CHANGELOG.md b/packages/plugin-sec/CHANGELOG.md index 56a53d8c..2dca8b2b 100644 --- a/packages/plugin-sec/CHANGELOG.md +++ b/packages/plugin-sec/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-sec/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-sec + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-sec/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-sec diff --git a/packages/plugin-sec/package.json b/packages/plugin-sec/package.json index af472bb3..676e6e18 100644 --- a/packages/plugin-sec/package.json +++ b/packages/plugin-sec/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-sec", - "version": "0.22.0", + "version": "0.23.0", "description": "Query the company filings of the U.S. SEC.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "securities and exchange commission" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-tap/CHANGELOG.md b/packages/plugin-tap/CHANGELOG.md index 54f4a757..a1db8ae6 100644 --- a/packages/plugin-tap/CHANGELOG.md +++ b/packages/plugin-tap/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-tap + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-tap diff --git a/packages/plugin-tap/package.json b/packages/plugin-tap/package.json index 26b7ae61..e40a81a9 100644 --- a/packages/plugin-tap/package.json +++ b/packages/plugin-tap/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tap", - "version": "0.22.0", + "version": "0.23.0", "description": "K-combinators for sugarcube.", "main": "_dist/index.js", "keywords": [ @@ -16,7 +16,7 @@ "author": "Christo ", "license": "GPL-3.0", "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "lodash": "^4.17.4", "pify": "^3.0.0" }, diff --git a/packages/plugin-telegram/CHANGELOG.md b/packages/plugin-telegram/CHANGELOG.md index 547cc918..05ffb9c8 100644 --- a/packages/plugin-telegram/CHANGELOG.md +++ b/packages/plugin-telegram/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-telegram + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-telegram diff --git a/packages/plugin-telegram/package.json b/packages/plugin-telegram/package.json index 687099e0..e4c44859 100644 --- a/packages/plugin-telegram/package.json +++ b/packages/plugin-telegram/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-telegram", - "version": "0.22.0", + "version": "0.23.0", "description": "Plugins to utilize the Telegram API.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "telegram" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "bluebird": "^3.5.1", "lodash": "^4.17.4", "telegraf": "^3.14.0" diff --git a/packages/plugin-test/CHANGELOG.md b/packages/plugin-test/CHANGELOG.md index 9d8161b5..7ef87f36 100644 --- a/packages/plugin-test/CHANGELOG.md +++ b/packages/plugin-test/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-test/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-test + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-test/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-test diff --git a/packages/plugin-test/package.json b/packages/plugin-test/package.json index 3d285aa2..ee7311e0 100644 --- a/packages/plugin-test/package.json +++ b/packages/plugin-test/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-test", - "version": "0.22.0", + "version": "0.23.0", "description": "Plugins useful for testing SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,8 +13,8 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/test": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/test": "^0.23.0", "dashp": "^0.10.1", "lodash": "^4.17.5" }, diff --git a/packages/plugin-tika/CHANGELOG.md b/packages/plugin-tika/CHANGELOG.md index eacd3c58..f14815c9 100644 --- a/packages/plugin-tika/CHANGELOG.md +++ b/packages/plugin-tika/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-tika + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-tika diff --git a/packages/plugin-tika/package.json b/packages/plugin-tika/package.json index fa9d0f03..e713dd4c 100644 --- a/packages/plugin-tika/package.json +++ b/packages/plugin-tika/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tika", - "version": "0.22.0", + "version": "0.23.0", "description": "Parse files and metadata using Tika.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -20,8 +20,8 @@ "pdf extraction" ], "dependencies": { - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", "dashp": "^0.10.1", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-tor/CHANGELOG.md b/packages/plugin-tor/CHANGELOG.md index b7692c5d..8bea5131 100644 --- a/packages/plugin-tor/CHANGELOG.md +++ b/packages/plugin-tor/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-tor + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-tor diff --git a/packages/plugin-tor/package.json b/packages/plugin-tor/package.json index fe3f4259..a1d55844 100644 --- a/packages/plugin-tor/package.json +++ b/packages/plugin-tor/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tor", - "version": "0.22.0", + "version": "0.23.0", "description": "Use SugarCube using the Tor project.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "tor" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.10.1", "lodash": "^4.17.4", diff --git a/packages/plugin-twitter/CHANGELOG.md b/packages/plugin-twitter/CHANGELOG.md index d93cbe49..e3da8982 100644 --- a/packages/plugin-twitter/CHANGELOG.md +++ b/packages/plugin-twitter/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + + +### Bug Fixes + +* **plugin-twitter:** parse twitter users starting with a number as screen names ([c29e2b8](https://github.com/critocrito/sugarcube/commit/c29e2b8)) + + +### Features + +* **plugin-twitter:** add plugin to fetch individual tweets ([352eaa5](https://github.com/critocrito/sugarcube/commit/352eaa5)) +* **plugin-twitter:** allow full urls as tweet query ([a9f8246](https://github.com/critocrito/sugarcube/commit/a9f8246)) +* **plugin-twitter:** parse twitter users from full url's ([3ae4c23](https://github.com/critocrito/sugarcube/commit/3ae4c23)) + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/plugin-twitter diff --git a/packages/plugin-twitter/package.json b/packages/plugin-twitter/package.json index 46f4500e..d2cd7ff4 100644 --- a/packages/plugin-twitter/package.json +++ b/packages/plugin-twitter/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-twitter", - "version": "0.22.0", + "version": "0.23.0", "description": "Query the Twitter API as a SugarCube plugin.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -17,7 +17,7 @@ "twitter" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-workflow/CHANGELOG.md b/packages/plugin-workflow/CHANGELOG.md index 6ea80f98..ac7a95bc 100644 --- a/packages/plugin-workflow/CHANGELOG.md +++ b/packages/plugin-workflow/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-workflow + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.21.0...v0.22.0) (2019-01-22) diff --git a/packages/plugin-workflow/package.json b/packages/plugin-workflow/package.json index 752f50cb..6e44bc78 100644 --- a/packages/plugin-workflow/package.json +++ b/packages/plugin-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-workflow", - "version": "0.22.0", + "version": "0.23.0", "description": "Support investigation workflows for SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "lodash": "^4.17.5" }, "publishConfig": { diff --git a/packages/plugin-youtube/CHANGELOG.md b/packages/plugin-youtube/CHANGELOG.md index 9ee98e57..ed025250 100644 --- a/packages/plugin-youtube/CHANGELOG.md +++ b/packages/plugin-youtube/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.23.0](https://github.com/critocrito/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/plugin-youtube + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) diff --git a/packages/plugin-youtube/package.json b/packages/plugin-youtube/package.json index 1c091664..f164afd0 100644 --- a/packages/plugin-youtube/package.json +++ b/packages/plugin-youtube/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-youtube", - "version": "0.22.0", + "version": "0.23.0", "description": "A SugarCube plugin to fetch videos from Youtube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -17,7 +17,7 @@ "youtube" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "dashp": "^0.10.1", "date-fns": "^1.29.0", "lodash": "^4.17.4", diff --git a/packages/sugarcube/CHANGELOG.md b/packages/sugarcube/CHANGELOG.md index 820ee07b..c27fdcbd 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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/sugarcube + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/sugarcube diff --git a/packages/sugarcube/package.json b/packages/sugarcube/package.json index 5d9a53c1..34e0f485 100644 --- a/packages/sugarcube/package.json +++ b/packages/sugarcube/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/sugarcube", - "version": "0.22.0", + "version": "0.23.0", "description": "The SugarCube distribution.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -12,31 +12,31 @@ "transformation" ], "dependencies": { - "@sugarcube/cli": "^0.22.0", - "@sugarcube/core": "^0.22.0", - "@sugarcube/plugin-aqicn": "^0.22.0", - "@sugarcube/plugin-csv": "^0.22.0", - "@sugarcube/plugin-ddg": "^0.22.0", - "@sugarcube/plugin-elasticsearch": "^0.22.0", - "@sugarcube/plugin-facebook": "^0.22.0", - "@sugarcube/plugin-fs": "^0.22.0", - "@sugarcube/plugin-google": "^0.22.0", - "@sugarcube/plugin-googlesheets": "^0.22.0", - "@sugarcube/plugin-guardian": "^0.22.0", - "@sugarcube/plugin-http": "^0.22.0", - "@sugarcube/plugin-instagram": "^0.22.0", - "@sugarcube/plugin-media": "^0.22.0", - "@sugarcube/plugin-mongodb": "^0.22.0", - "@sugarcube/plugin-regex": "^0.22.0", - "@sugarcube/plugin-sec": "^0.22.0", - "@sugarcube/plugin-tap": "^0.22.0", - "@sugarcube/plugin-telegram": "^0.22.0", - "@sugarcube/plugin-tika": "^0.22.0", - "@sugarcube/plugin-tor": "^0.22.0", - "@sugarcube/plugin-twitter": "^0.22.0", - "@sugarcube/plugin-workflow": "^0.22.0", - "@sugarcube/plugin-youtube": "^0.22.0", - "@sugarcube/test": "^0.22.0", + "@sugarcube/cli": "^0.23.0", + "@sugarcube/core": "^0.23.0", + "@sugarcube/plugin-aqicn": "^0.23.0", + "@sugarcube/plugin-csv": "^0.23.0", + "@sugarcube/plugin-ddg": "^0.23.0", + "@sugarcube/plugin-elasticsearch": "^0.23.0", + "@sugarcube/plugin-facebook": "^0.23.0", + "@sugarcube/plugin-fs": "^0.23.0", + "@sugarcube/plugin-google": "^0.23.0", + "@sugarcube/plugin-googlesheets": "^0.23.0", + "@sugarcube/plugin-guardian": "^0.23.0", + "@sugarcube/plugin-http": "^0.23.0", + "@sugarcube/plugin-instagram": "^0.23.0", + "@sugarcube/plugin-media": "^0.23.0", + "@sugarcube/plugin-mongodb": "^0.23.0", + "@sugarcube/plugin-regex": "^0.23.0", + "@sugarcube/plugin-sec": "^0.23.0", + "@sugarcube/plugin-tap": "^0.23.0", + "@sugarcube/plugin-telegram": "^0.23.0", + "@sugarcube/plugin-tika": "^0.23.0", + "@sugarcube/plugin-tor": "^0.23.0", + "@sugarcube/plugin-twitter": "^0.23.0", + "@sugarcube/plugin-workflow": "^0.23.0", + "@sugarcube/plugin-youtube": "^0.23.0", + "@sugarcube/test": "^0.23.0", "lodash": "^4.17.4" }, "publishConfig": { diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 88e1b090..a4a19c8b 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/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.23.0](https://github.com/critocrito/sugarcube/tree/master/packages/test/compare/v0.22.0...v0.23.0) (2019-01-28) + +**Note:** Version bump only for package @sugarcube/test + + + + + # [0.22.0](https://github.com/critocrito/sugarcube/tree/master/packages/test/compare/v0.21.0...v0.22.0) (2019-01-22) **Note:** Version bump only for package @sugarcube/test diff --git a/packages/test/package.json b/packages/test/package.json index 62bf8f76..a69a3b11 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/test", - "version": "0.22.0", + "version": "0.23.0", "description": "Test helpers and strategies for SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "testing" ], "dependencies": { - "@sugarcube/core": "^0.22.0", + "@sugarcube/core": "^0.23.0", "jsverify": "^0.8.3", "lodash": "^4.17.4" },