Skip to content

Commit d4aa144

Browse files
chore(release): releasing packages [ci skip]
- eslint-plugin-pf-codemods@1.0.7 - pf-codemods@1.0.10
1 parent 3b7f054 commit d4aa144

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

lerna-output.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
yarn run v1.22.4
2+
$ /home/circleci/project/node_modules/.bin/lerna publish --conventional-commits --create-release=github --yes
3+
4+
Changes:
5+
- eslint-plugin-pf-codemods: 1.0.6 => 1.0.7
6+
- pf-codemods: 1.0.9 => 1.0.10
7+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.7 (2020-05-27)
7+
8+
**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.6",
3+
"version": "1.0.7",
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
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.10 (2020-05-27)
7+
8+
**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.9",
3+
"version": "1.0.10",
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.6",
16+
"eslint-plugin-pf-codemods": "^1.0.7",
1717
"typescript": "^3.8.3"
1818
}
1919
}

0 commit comments

Comments
 (0)