Skip to content

Commit 5ad01e1

Browse files
committed
1 parent 9b5e4e3 commit 5ad01e1

File tree

52 files changed

+283
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+283
-36
lines changed

@configs/babel-preset/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.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
7+
8+
9+
### Features
10+
11+
* update babel preset to use babel-preset-optimise ([84da9cb](https://github.com/tunnckoCore/opensource/commit/84da9cb26aedc0c6b81d9102a033db307574cf59))
12+
13+
14+
15+
16+
617
## [1.2.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-04)
718

819

@configs/babel-preset/package.json

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

@configs/browserslist-config/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.2.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
7+
8+
**Note:** Version bump only for package @tunnckocore/browserslist-config
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-04)
715

816

@configs/browserslist-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/browserslist-config",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"licenseStart": 2019,
55
"license": "MPL-2.0",
66
"description": "Shareable Browserslist config for all @tunnckoCore projects",

@configs/eslint-config/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+
## [5.4.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
7+
8+
**Note:** Version bump only for package @tunnckocore/eslint-config
9+
10+
11+
12+
13+
614
## [5.4.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-04)
715

816

@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.4",
3+
"version": "5.4.5",
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.3",
32+
"@tunnckocore/utils": "^1.3.4",
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.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **prettier-config:** update peer deps ([ea0a510](https://github.com/tunnckoCore/opensource/commit/ea0a5107bb80066991d8d4c61f520c85b1b9eb89))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-04)
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.3",
3+
"version": "1.3.4",
44
"licenseStart": 2019,
55
"license": "MPL-2.0",
66
"description": "Shareable Prettier config for all @tunnckoCore projects",

@configs/renovate-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.1.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **renovate-config:** maintain lockfiles weekly ([0f8ada8](https://github.com/tunnckoCore/opensource/commit/0f8ada8e96aa7649b90a233ba83b9689fe5d60bd))
12+
13+
14+
15+
16+
617
## [1.1.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2020-02-15)
718

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

@configs/renovate-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/renovate-config",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"licenseStart": 2017,
55
"license": "MPL-2.0",
66
"description": "Shareable Renovate config for all @tunnckoCore projects",

0 commit comments

Comments
 (0)