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 27, 2020
1 parent 3b7f054 commit d4aa144
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
7 changes: 7 additions & 0 deletions lerna-output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
yarn run v1.22.4
$ /home/circleci/project/node_modules/.bin/lerna publish --conventional-commits --create-release=github --yes

Changes:
- eslint-plugin-pf-codemods: 1.0.6 => 1.0.7
- pf-codemods: 1.0.9 => 1.0.10

8 changes: 8 additions & 0 deletions packages/eslint-plugin-pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.6",
"version": "1.0.7",
"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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.9",
"version": "1.0.10",
"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.6",
"eslint-plugin-pf-codemods": "^1.0.7",
"typescript": "^3.8.3"
}
}

0 comments on commit d4aa144

Please sign in to comment.