Skip to content

Commit

Permalink
chore(release): Bumped to version v0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Dec 1, 2018
1 parent 1cac82b commit 4e37e0d
Show file tree
Hide file tree
Showing 58 changed files with 381 additions and 86 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)


### Bug Fixes

* **core:** temp fix for failing unit test when concatenating ([1bf4580](https://github.com/critocrito/sugarcube/commit/1bf4580))
* **plugin-youtube:** don't throw on non existing location ([2d3a260](https://github.com/critocrito/sugarcube/commit/2d3a260))
* **plugin-youtube:** rename location field names ([d7cdeb5](https://github.com/critocrito/sugarcube/commit/d7cdeb5))


### Features

* **core:** make _sc_locations a fixed field ([9d23eef](https://github.com/critocrito/sugarcube/commit/9d23eef))
* **plugin-elasticsearch:** added the reindex plugin ([288aef6](https://github.com/critocrito/sugarcube/commit/288aef6))
* **plugin-elasticsearch:** create an alias for a numbered index ([31f3f34](https://github.com/critocrito/sugarcube/commit/31f3f34))
* **plugin-elasticsearch:** properly handle custom mappings and fixes ([710f762](https://github.com/critocrito/sugarcube/commit/710f762))
* **plugin-elasticsearch:** set locations mapping ([d201869](https://github.com/critocrito/sugarcube/commit/d201869))
* **plugin-elasticsearch:** use the scroll API for imports ([7f8cd1f](https://github.com/critocrito/sugarcube/commit/7f8cd1f))
* **plugin-twitter:** store coordinates location ([46b9def](https://github.com/critocrito/sugarcube/commit/46b9def))
* **plugin-youtube:** store recording location when provided ([54e5ac8](https://github.com/critocrito/sugarcube/commit/54e5ac8))


### Performance Improvements

* **core:** improved pipeline runner and data concatenation ([0d840b2](https://github.com/critocrito/sugarcube/commit/0d840b2))
* **plugin-elasticsearch:** improved import/export ([999174c](https://github.com/critocrito/sugarcube/commit/999174c))





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.16.0"
"version": "0.17.0"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/cli",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"source-map-support": "^0.5.3",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)


### Bug Fixes

* **core:** temp fix for failing unit test when concatenating ([1bf4580](https://github.com/critocrito/sugarcube/commit/1bf4580))


### Features

* **core:** make _sc_locations a fixed field ([9d23eef](https://github.com/critocrito/sugarcube/commit/9d23eef))


### Performance Improvements

* **core:** improved pipeline runner and data concatenation ([0d840b2](https://github.com/critocrito/sugarcube/commit/0d840b2))





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/core",
"version": "0.16.0",
"version": "0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/plugin-aqicn
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-aqicn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-aqicn",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/plugin-csv
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-csv",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/plugin-fs": "^0.16.0",
"@sugarcube/core": "^0.17.0",
"@sugarcube/plugin-fs": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/plugin-ddg
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ddg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-ddg",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.10.1",
"lodash": "^4.17.4",
Expand Down
20 changes: 20 additions & 0 deletions packages/plugin-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.16.0...v0.17.0) (2018-12-01)


### Features

* **plugin-elasticsearch:** added the reindex plugin ([288aef6](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/288aef6))
* **plugin-elasticsearch:** create an alias for a numbered index ([31f3f34](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/31f3f34))
* **plugin-elasticsearch:** properly handle custom mappings and fixes ([710f762](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/710f762))
* **plugin-elasticsearch:** set locations mapping ([d201869](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/d201869))
* **plugin-elasticsearch:** use the scroll API for imports ([7f8cd1f](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/7f8cd1f))


### Performance Improvements

* **plugin-elasticsearch:** improved import/export ([999174c](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/commit/999174c))





# [0.16.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.15.0...v0.16.0) (2018-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-elasticsearch",
"version": "0.16.0",
"version": "0.17.0",
"description": "",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -15,7 +15,7 @@
"data storage"
],
"dependencies": {
"@sugarcube/core": "^0.16.0",
"@sugarcube/core": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-facebook",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/plugin-fs
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-fs",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

**Note:** Version bump only for package @sugarcube/plugin-google
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-google",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/plugin-fs": "^0.16.0",
"@sugarcube/core": "^0.17.0",
"@sugarcube/plugin-fs": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-googlesheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-googlesheets",
"version": "0.16.0",
"version": "0.17.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.16.0",
"@sugarcube/core": "^0.17.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
Original file line number Diff line number Diff line change
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.17.0](https://github.com/critocrito/sugarcube/compare/v0.16.0...v0.17.0) (2018-12-01)

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





# [0.16.0](https://github.com/critocrito/sugarcube/compare/v0.15.0...v0.16.0) (2018-11-26)

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

0 comments on commit 4e37e0d

Please sign in to comment.