Skip to content

Commit 289c2d1

Browse files
committed
1 parent 8b9f668 commit 289c2d1

File tree

26 files changed

+155
-18
lines changed

26 files changed

+155
-18
lines changed

@configs/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [5.4.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed))
12+
13+
14+
15+
16+
617
## [5.4.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
718

819
**Note:** Version bump only for package @tunnckocore/eslint-config

@configs/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/eslint-config",
3-
"version": "5.4.5",
3+
"version": "5.4.6",
44
"licenseStart": 2019,
55
"license": "MPL-2.0",
66
"description": "Shareable ESLint config for all @tunnckoCore projects",
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {},
3131
"dependencies": {
32-
"@tunnckocore/utils": "^1.3.4",
32+
"@tunnckocore/utils": "^1.3.5",
3333
"@typescript-eslint/eslint-plugin": "^2.18.0",
3434
"@typescript-eslint/parser": "^2.18.0",
3535
"babel-eslint": "^10.0.3",

@configs/prettier-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.3.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed))
12+
13+
14+
15+
16+
617
## [1.3.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
718

819

@configs/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/prettier-config",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"licenseStart": 2019,
55
"license": "MPL-2.0",
66
"description": "Shareable Prettier config for all @tunnckoCore projects",

@packages/babel-preset-optimise/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+
## [1.0.1](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.1) (2020-03-27)
7+
8+
**Note:** Version bump only for package babel-preset-optimise
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.0) (2020-03-26)
715

816

@packages/babel-preset-optimise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-optimise",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"licenseStart": 2020,
55
"license": "MPL-2.0",
66
"description": "Babel preset with optimizations in mind, modern output",

@packages/glob-cache/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.0.2](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.2) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.1) (2020-03-06)
718

819

@packages/glob-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glob-cache",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"licenseStart": 2020,
55
"license": "MPL-2.0",
66
"description": "Best and fastest file globbing solution for Node.js - can use **any** glob library like `glob`, `globby` or `fast-glob`! Streaming, Promise and Hook APIs, with built in caching layer using `cacache`. Makes you Instant Fast™.",

@packages/ip-filter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.0.2](https://github.com/tunnckoCore/opensource/compare/[email protected]@3.0.2) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed))
12+
13+
14+
15+
16+
617
## [3.0.1](https://github.com/tunnckoCore/opensource/compare/[email protected]@3.0.1) (2020-03-16)
718

819
**Note:** Version bump only for package ip-filter

@packages/ip-filter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ip-filter",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"licenseStart": 2015,
55
"license": "MPL-2.0",
66
"description": "Validates valid IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"ip-regex": "^4.1.0",
3333
"micromatch": "^4.0.2",
34-
"to-file-path": "^2.0.0"
34+
"to-file-path": "^2.0.1"
3535
},
3636
"jest": {
3737
"coverageThreshold": {

0 commit comments

Comments
 (0)