Skip to content

Commit

Permalink
chore: tag and release v0.1.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
openreceipt-bot committed May 28, 2019
1 parent 118eb66 commit 0fc8c43
Show file tree
Hide file tree
Showing 30 changed files with 161 additions and 41 deletions.
8 changes: 8 additions & 0 deletions 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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/source





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/source
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.1.1"
"version": "0.1.2"
}
8 changes: 8 additions & 0 deletions packages/cli-starter/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/cli-starter





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/cli-starter
Expand Down
16 changes: 8 additions & 8 deletions packages/cli-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openreceipt/cli-starter",
"description": "CLI starter project for OpenReceipt",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -29,13 +29,13 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@openreceipt/cli": "^0.1.1",
"@openreceipt/plugin-best-buy-usa": "^0.1.1",
"@openreceipt/plugin-console": "^0.1.1",
"@openreceipt/plugin-mail": "^0.1.1",
"@openreceipt/plugin-ubereats-uk": "^0.1.1",
"@openreceipt/plugin-vapeclub-uk": "^0.1.1",
"@openreceipt/plugin-zooplus-uk": "^0.1.1",
"@openreceipt/cli": "^0.1.2",
"@openreceipt/plugin-best-buy-usa": "^0.1.2",
"@openreceipt/plugin-console": "^0.1.2",
"@openreceipt/plugin-mail": "^0.1.2",
"@openreceipt/plugin-ubereats-uk": "^0.1.2",
"@openreceipt/plugin-vapeclub-uk": "^0.1.2",
"@openreceipt/plugin-zooplus-uk": "^0.1.2",
"tslib": "^1"
},
"devDependencies": {
Expand Down
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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

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





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/cli
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/cli",
"description": "CLI package for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"bin": {
"openreceipt": "bin/index.js"
Expand Down Expand Up @@ -39,10 +39,10 @@
"prepublishOnly": "yarn cleanup && yarn build"
},
"dependencies": {
"@openreceipt/core": "^0.1.1",
"@openreceipt/dom": "^0.1.0",
"@openreceipt/mail": "^0.1.0",
"@openreceipt/plugin-mail": "^0.1.1",
"@openreceipt/core": "^0.1.2",
"@openreceipt/dom": "^0.1.2",
"@openreceipt/mail": "^0.1.2",
"@openreceipt/plugin-mail": "^0.1.2",
"tslib": "^1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

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





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/core
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/core",
"description": "Core engine for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,11 +36,11 @@
},
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "^1",
"@openreceipt/countries": "^0.1.1",
"@openreceipt/currency": "^0.1.0",
"@openreceipt/dom": "^0.1.0",
"@openreceipt/events": "^0.1.0",
"@openreceipt/mail": "^0.1.0",
"@openreceipt/countries": "^0.1.2",
"@openreceipt/currency": "^0.1.2",
"@openreceipt/dom": "^0.1.2",
"@openreceipt/events": "^0.1.2",
"@openreceipt/mail": "^0.1.2",
"cosmiconfig": "^5",
"debug": "^4",
"lodash.get": "^4",
Expand Down
8 changes: 8 additions & 0 deletions packages/countries/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/countries





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/countries
Expand Down
2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/countries",
"description": "World countries library for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/currency/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/currency





# 0.1.0 (2019-05-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/currency",
"description": "Currency library for OpenReceipt",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/dom





# 0.1.0 (2019-05-27)

**Note:** Version bump only for package @openreceipt/dom
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/dom",
"description": "DOM parser for OpenReceipt",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/events/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/events





# 0.1.0 (2019-05-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/events",
"description": "Events system for OpenReceipt",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mail/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/mail





# 0.1.0 (2019-05-27)

**Note:** Version bump only for package @openreceipt/mail
2 changes: 1 addition & 1 deletion packages/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/mail",
"description": "Mail parser for OpenReceipt",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-best-buy-usa/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/plugin-best-buy-usa





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/plugin-best-buy-usa
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-best-buy-usa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/plugin-best-buy-usa",
"description": "Best Buy USA plugin for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@endemolshinegroup/prettier-config": "^1",
"@endemolshinegroup/tslint-config": "^1",
"@openreceipt/core": "^0.1.1",
"@openreceipt/core": "^0.1.2",
"@types/jest": "^24",
"@types/node": "8.*",
"jest": "^24",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-console/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/plugin-console





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/plugin-console
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/plugin-console",
"description": "Console plugin for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@endemolshinegroup/prettier-config": "^1",
"@endemolshinegroup/tslint-config": "^1",
"@openreceipt/core": "^0.1.1",
"@openreceipt/core": "^0.1.2",
"@types/jest": "^24",
"@types/node": "8.*",
"jest": "^24",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-mail/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/plugin-mail





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/plugin-mail
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/plugin-mail",
"description": "Mail plugin for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@endemolshinegroup/prettier-config": "^1",
"@endemolshinegroup/tslint-config": "^1",
"@openreceipt/core": "^0.1.1",
"@openreceipt/core": "^0.1.2",
"@types/debug": "^4",
"@types/jest": "^24",
"@types/mailparser": "^2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-ubereats-uk/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.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)

**Note:** Version bump only for package @openreceipt/plugin-ubereats-uk





## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)

**Note:** Version bump only for package @openreceipt/plugin-ubereats-uk
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ubereats-uk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openreceipt/plugin-ubereats-uk",
"description": "UberEats UK plugin for OpenReceipt",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@endemolshinegroup/prettier-config": "^1",
"@endemolshinegroup/tslint-config": "^1",
"@openreceipt/core": "^0.1.1",
"@openreceipt/core": "^0.1.2",
"@types/jest": "^24",
"@types/node": "8.*",
"jest": "^24",
Expand Down
Loading

0 comments on commit 0fc8c43

Please sign in to comment.