Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
patternfly-build committed May 29, 2020
1 parent 4972708 commit de6083a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-plugin-pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.12) (2020-05-29)

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





## [1.0.11](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.11) (2020-05-29)

**Note:** Version bump only for package eslint-plugin-pf-codemods
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-pf-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-pf-codemods",
"version": "1.0.11",
"version": "1.0.12",
"description": "ESLint plugin for PF codemods",
"main": "./index.js",
"author": "Red Hat",
Expand Down
8 changes: 8 additions & 0 deletions packages/pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.15](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.15) (2020-05-29)

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





## [1.0.14](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.14) (2020-05-29)

**Note:** Version bump only for package pf-codemods
Expand Down
4 changes: 2 additions & 2 deletions packages/pf-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pf-codemods",
"version": "1.0.14",
"version": "1.0.15",
"description": "Codemods for v4 breaking change release 2020.07",
"author": "Red Hat",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-plugin-pf-codemods": "^1.0.11",
"eslint-plugin-pf-codemods": "^1.0.12",
"typescript": "^3.8.3"
}
}

0 comments on commit de6083a

Please sign in to comment.