Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/[email protected]
 - @patternfly/[email protected]
  • Loading branch information
patternfly-build committed Feb 15, 2024
1 parent d4f52bc commit 3d190be
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.85.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-15)


### Features

* **Masthead:** Remove backgroundColor prop ([#566](https://github.com/patternfly/pf-codemods/issues/566)) ([d4f52bc](https://github.com/patternfly/pf-codemods/commit/d4f52bca3424fb87b67847a49cbf48d549e40e96))





## [1.84.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-15)

**Note:** Version bump only for package @patternfly/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": "@patternfly/eslint-plugin-pf-codemods",
"version": "1.84.4",
"version": "1.85.0",
"description": "ESLint plugin for PF codemods",
"main": "./dist/js/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.83.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-15)


### Features

* **Masthead:** Remove backgroundColor prop ([#566](https://github.com/patternfly/pf-codemods/issues/566)) ([d4f52bc](https://github.com/patternfly/pf-codemods/commit/d4f52bca3424fb87b67847a49cbf48d549e40e96))





## [1.82.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-15)

**Note:** Version bump only for package @patternfly/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": "@patternfly/pf-codemods",
"version": "1.82.4",
"version": "1.83.0",
"description": "Codemods for v4 breaking change release 2020.07",
"author": "Red Hat",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"build:readme": "ts-node-esm ./scripts/buildReadme.ts"
},
"dependencies": {
"@patternfly/eslint-plugin-pf-codemods": "^1.84.4",
"@patternfly/eslint-plugin-pf-codemods": "^1.85.0",
"@typescript-eslint/parser": "^5.58.0",
"commander": "^5.1.0",
"eslint": "^7.3.0 || ^8.29.0",
Expand Down

0 comments on commit 3d190be

Please sign in to comment.