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 28, 2020
1 parent 607a8d7 commit 46b1237
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.8](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.8) (2020-05-28)

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





## 1.0.7 (2020-05-27)

**Note:** Version bump only for package eslint-plugin-pf-codemods
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.7",
"version": "1.0.8",
"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.11](https://github.com/patternfly/pf-codemods/compare/[email protected]@1.0.11) (2020-05-28)

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





## 1.0.10 (2020-05-27)

**Note:** Version bump only for package pf-codemods
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.10",
"version": "1.0.11",
"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.7",
"eslint-plugin-pf-codemods": "^1.0.8",
"typescript": "^3.8.3"
}
}

0 comments on commit 46b1237

Please sign in to comment.