Skip to content

Commit 0fc8c43

Browse files
chore: tag and release v0.1.2 [ci skip]
1 parent 118eb66 commit 0fc8c43

30 files changed

Lines changed: 161 additions & 41 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package @openreceipt/source
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"packages/*"
1414
],
1515
"useWorkspaces": true,
16-
"version": "0.1.1"
16+
"version": "0.1.2"
1717
}

packages/cli-starter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package @openreceipt/cli-starter
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)
715

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

packages/cli-starter/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openreceipt/cli-starter",
33
"description": "CLI starter project for OpenReceipt",
44
"private": true,
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
@@ -29,13 +29,13 @@
2929
"prepublishOnly": "yarn build"
3030
},
3131
"dependencies": {
32-
"@openreceipt/cli": "^0.1.1",
33-
"@openreceipt/plugin-best-buy-usa": "^0.1.1",
34-
"@openreceipt/plugin-console": "^0.1.1",
35-
"@openreceipt/plugin-mail": "^0.1.1",
36-
"@openreceipt/plugin-ubereats-uk": "^0.1.1",
37-
"@openreceipt/plugin-vapeclub-uk": "^0.1.1",
38-
"@openreceipt/plugin-zooplus-uk": "^0.1.1",
32+
"@openreceipt/cli": "^0.1.2",
33+
"@openreceipt/plugin-best-buy-usa": "^0.1.2",
34+
"@openreceipt/plugin-console": "^0.1.2",
35+
"@openreceipt/plugin-mail": "^0.1.2",
36+
"@openreceipt/plugin-ubereats-uk": "^0.1.2",
37+
"@openreceipt/plugin-vapeclub-uk": "^0.1.2",
38+
"@openreceipt/plugin-zooplus-uk": "^0.1.2",
3939
"tslib": "^1"
4040
},
4141
"devDependencies": {

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package @openreceipt/cli
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)
715

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

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openreceipt/cli",
33
"description": "CLI package for OpenReceipt",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"bin": {
77
"openreceipt": "bin/index.js"
@@ -39,10 +39,10 @@
3939
"prepublishOnly": "yarn cleanup && yarn build"
4040
},
4141
"dependencies": {
42-
"@openreceipt/core": "^0.1.1",
43-
"@openreceipt/dom": "^0.1.0",
44-
"@openreceipt/mail": "^0.1.0",
45-
"@openreceipt/plugin-mail": "^0.1.1",
42+
"@openreceipt/core": "^0.1.2",
43+
"@openreceipt/dom": "^0.1.2",
44+
"@openreceipt/mail": "^0.1.2",
45+
"@openreceipt/plugin-mail": "^0.1.2",
4646
"tslib": "^1"
4747
},
4848
"devDependencies": {

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package @openreceipt/core
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)
715

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

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openreceipt/core",
33
"description": "Core engine for OpenReceipt",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -36,11 +36,11 @@
3636
},
3737
"dependencies": {
3838
"@endemolshinegroup/cosmiconfig-typescript-loader": "^1",
39-
"@openreceipt/countries": "^0.1.1",
40-
"@openreceipt/currency": "^0.1.0",
41-
"@openreceipt/dom": "^0.1.0",
42-
"@openreceipt/events": "^0.1.0",
43-
"@openreceipt/mail": "^0.1.0",
39+
"@openreceipt/countries": "^0.1.2",
40+
"@openreceipt/currency": "^0.1.2",
41+
"@openreceipt/dom": "^0.1.2",
42+
"@openreceipt/events": "^0.1.2",
43+
"@openreceipt/mail": "^0.1.2",
4444
"cosmiconfig": "^5",
4545
"debug": "^4",
4646
"lodash.get": "^4",

packages/countries/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/openreceipt/source/compare/v0.1.1...v0.1.2) (2019-05-28)
7+
8+
**Note:** Version bump only for package @openreceipt/countries
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/openreceipt/source/compare/v0.1.0...v0.1.1) (2019-05-27)
715

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

packages/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openreceipt/countries",
33
"description": "World countries library for OpenReceipt",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)