Skip to content

Commit

Permalink
chore(release): Bumped to version v0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Jan 28, 2019
1 parent e15029a commit 637d98c
Show file tree
Hide file tree
Showing 58 changed files with 346 additions and 86 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.22.0"
"version": "0.23.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.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
Expand Down
4 changes: 2 additions & 2 deletions 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": {
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.22.0",
"@sugarcube/core": "^0.23.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.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
Expand Down
2 changes: 1 addition & 1 deletion 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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-csv/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.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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-elasticsearch/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.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)


Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
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.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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -15,7 +15,7 @@
"author": "niko <niko@niko.io>",
"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",
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
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.22.0",
"@sugarcube/core": "^0.23.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.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
Expand Down

0 comments on commit 637d98c

Please sign in to comment.