Skip to content

Commit a2fb13f

Browse files
chore(release): releasing packages [ci skip]
- [email protected] - [email protected]
1 parent ce42c3e commit a2fb13f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/eslint-plugin-pf-codemods/CHANGELOG.md

+8
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.10](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.10) (2020-05-28)
7+
8+
**Note:** Version bump only for package eslint-plugin-pf-codemods
9+
10+
11+
12+
13+
614
## [1.0.9](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.9) (2020-05-28)
715

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

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

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

packages/pf-codemods/CHANGELOG.md

+8
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.13](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.13) (2020-05-28)
7+
8+
**Note:** Version bump only for package pf-codemods
9+
10+
11+
12+
13+
614
## [1.0.12](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.12) (2020-05-28)
715

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

packages/pf-codemods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pf-codemods",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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.9",
16+
"eslint-plugin-pf-codemods": "^1.0.10",
1717
"typescript": "^3.8.3"
1818
}
1919
}

0 commit comments

Comments
 (0)