Skip to content

Commit 1f35a0c

Browse files
chore(release): releasing packages [ci skip]
- eslint-plugin-pf-codemods@1.0.16 - pf-codemods@1.0.19
1 parent a8bed7b commit 1f35a0c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/eslint-plugin-pf-codemods/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.16](https://github.com/patternfly/pf-codemods/compare/eslint-plugin-pf-codemods@1.0.15...eslint-plugin-pf-codemods@1.0.16) (2020-06-03)
7+
8+
**Note:** Version bump only for package eslint-plugin-pf-codemods
9+
10+
11+
12+
13+
614
## [1.0.15](https://github.com/patternfly/pf-codemods/compare/eslint-plugin-pf-codemods@1.0.14...eslint-plugin-pf-codemods@1.0.15) (2020-06-01)
715

816
**Note:** Version bump only for package eslint-plugin-pf-codemods

packages/eslint-plugin-pf-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-pf-codemods",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "ESLint plugin for PF codemods",
55
"main": "./index.js",
66
"author": "Red Hat",

packages/pf-codemods/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.19](https://github.com/patternfly/pf-codemods/compare/pf-codemods@1.0.18...pf-codemods@1.0.19) (2020-06-03)
7+
8+
**Note:** Version bump only for package pf-codemods
9+
10+
11+
12+
13+
614
## [1.0.18](https://github.com/patternfly/pf-codemods/compare/pf-codemods@1.0.17...pf-codemods@1.0.18) (2020-06-01)
715

816
**Note:** Version bump only for package pf-codemods

packages/pf-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pf-codemods",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Codemods for v4 breaking change release 2020.07",
55
"author": "Red Hat",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@typescript-eslint/parser": "^2.28.0",
1515
"eslint": "^6.8.0",
16-
"eslint-plugin-pf-codemods": "^1.0.15",
16+
"eslint-plugin-pf-codemods": "^1.0.16",
1717
"typescript": "^3.8.3"
1818
}
1919
}

0 commit comments

Comments
 (0)