Skip to content

Commit

Permalink
chore(release): Bumped to version v0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Dec 13, 2018
1 parent ebaf129 commit 740dce5
Show file tree
Hide file tree
Showing 58 changed files with 342 additions and 86 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)


### Bug Fixes

* **plugin-media:** remove development artifact ([ec6f39e](https://github.com/critocrito/sugarcube/commit/ec6f39e))


### Features

* **plugin-csv:** add the csv_export_failed plugin ([48e7ebe](https://github.com/critocrito/sugarcube/commit/48e7ebe))
* **plugin-mail:** attach the failed stats csv file if available ([216370b](https://github.com/critocrito/sugarcube/commit/216370b))
* **plugin-media:** add a plugin to check the vailability of videos ([131bc15](https://github.com/critocrito/sugarcube/commit/131bc15))





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.18.0"
"version": "0.19.0"
}
8 changes: 8 additions & 0 deletions packages/cli/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/cli





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/cli",
"version": "0.18.0",
"version": "0.19.0",
"description": "A CLI to operate SugarCube data processes.",
"main": "_dist/index.js",
"bin": {
Expand All @@ -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.18.0",
"@sugarcube/core": "^0.19.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"source-map-support": "^0.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/core





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/core",
"version": "0.18.0",
"version": "0.19.0",
"description": "Monoidal data sequences.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-aqicn/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-aqicn





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-aqicn
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-aqicn/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-aqicn",
"version": "0.18.0",
"version": "0.19.0",
"description": "Scrape air pollution measurements from aqicn.org.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"air pollution"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.10.1",
"lodash": "^4.17.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-csv/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)


### Features

* **plugin-csv:** add the csv_export_failed plugin ([48e7ebe](https://github.com/critocrito/sugarcube/commit/48e7ebe))





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-csv
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-csv/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-csv",
"version": "0.18.0",
"version": "0.19.0",
"description": "CSV based input and output for SugarCube.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,8 +17,8 @@
"csv"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/plugin-fs": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"@sugarcube/plugin-fs": "^0.19.0",
"csv-parse": "^1.2.4",
"csv-stringify": "^1.0.4",
"dashp": "^0.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-ddg/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-ddg





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-ddg
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ddg/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-ddg",
"version": "0.18.0",
"version": "0.19.0",
"description": "Search on DuckDuckGo.",
"main": "lib/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"duckduckgo"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.10.1",
"lodash": "^4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-elasticsearch/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.19.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-elasticsearch





# [0.18.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-elasticsearch",
"version": "0.18.0",
"version": "0.19.0",
"description": "",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -15,7 +15,7 @@
"data storage"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"dashp": "^0.10.1",
"elasticsearch": "^14.1.0",
"glob": "^7.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-facebook/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-facebook





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-facebook
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-facebook/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-facebook",
"version": "0.18.0",
"version": "0.19.0",
"description": "Fetch data from facebook for sugarcube.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"facebook"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"dashp": "^0.10.1",
"date-fns": "^1.29.0",
"lodash": "^4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-fs/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.19.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-fs





# [0.18.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-fs
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-fs/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-fs",
"version": "0.18.0",
"version": "0.19.0",
"description": "Operate on the file system.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -13,7 +13,7 @@
"transformation"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"dashp": "^0.10.1",
"glob": "^7.1.2",
"lodash": "^4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-google/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-google





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-google
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-google/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-google",
"version": "0.18.0",
"version": "0.19.0",
"description": "A plugin for SugarCube to interact with some google services.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -18,8 +18,8 @@
"search"
],
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/plugin-fs": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"@sugarcube/plugin-fs": "^0.19.0",
"babel-polyfill": "^6.23.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-googlesheets/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-googlesheets





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-googlesheets
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-googlesheets/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-googlesheets",
"version": "0.18.0",
"version": "0.19.0",
"description": "Import and Export units from google sheets",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -15,7 +15,7 @@
"author": "niko <niko@niko.io>",
"license": "GPL-3.0",
"dependencies": {
"@sugarcube/core": "^0.18.0",
"@sugarcube/core": "^0.19.0",
"dashp": "^0.10.1",
"google-auth-library": "^1.3.1",
"googleapis": "^27.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-guardian/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-guardian





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-guardian
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-guardian/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-guardian",
"version": "0.18.0",
"version": "0.19.0",
"description": "Fetch content from the Guardian.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -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.18.0",
"@sugarcube/core": "^0.19.0",
"dashp": "^0.10.1",
"lodash": "^4.17.4",
"moment": "^2.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-http/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.19.0](https://github.com/critocrito/sugarcube/compare/v0.18.0...v0.19.0) (2018-12-13)

**Note:** Version bump only for package @sugarcube/plugin-http





# [0.18.0](https://github.com/critocrito/sugarcube/compare/v0.17.0...v0.18.0) (2018-12-11)

**Note:** Version bump only for package @sugarcube/plugin-http
Expand Down

0 comments on commit 740dce5

Please sign in to comment.