Skip to content

Commit

Permalink
chore: prepare release (#2744)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 17, 2024
1 parent 8998640 commit 759f5e6
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-plums-shake.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/deep-mammals-rescue.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/eleven-llamas-follow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-trains-shake.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/rude-kiwis-live.md

This file was deleted.

7 changes: 7 additions & 0 deletions elements/CHANGELOG.md
@@ -1,5 +1,12 @@
# @patternfly/elements

## 3.0.1

### Patch Changes

- afac682: `<pf-select>`: fixed computed button label when the placeholder attribute is present
- 6aa674a: `<pf-spinner>`: improved screen-reader accessibility

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion elements/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/elements",
"license": "MIT",
"version": "3.0.0",
"version": "3.0.1",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions tools/eslint-config/CHANGELOG.md
@@ -1,5 +1,16 @@
# @patternfly/eslint-config-elements

## 3.0.0

### Major Changes

- 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.

### Patch Changes

- Updated dependencies [65079fb]
- @patternfly/eslint-plugin-elements@2.0.0

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/eslint-config-elements",
"version": "2.0.2",
"version": "3.0.0",
"description": "JavaScript Code Standards for PatternFly Elements",
"author": "Benny Powers <bennyp@redhat.com>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"directory": "tools/eslint-config"
},
"peerDependencies": {
"@patternfly/eslint-plugin-elements": "^1.1.0"
"@patternfly/eslint-plugin-elements": "^2.0.0"
},
"dependencies": {
"@eslint/eslintrc": "^3.0.2",
Expand Down
6 changes: 6 additions & 0 deletions tools/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @patternfly/eslint-plugin-elements

## 2.0.0

### Major Changes

- 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/eslint-plugin-elements",
"version": "1.1.0",
"version": "2.0.0",
"description": "JavaScript Code Standards for PatternFly Elements",
"author": "Benny Powers <bennyp@redhat.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions tools/pfe-tools/CHANGELOG.md
@@ -1,5 +1,12 @@
# @patternfly/pfe-tools

## 2.0.1

### Patch Changes

- d50a651: Dev Server: update icon and theme colours
- 65079fb: Update typescript types

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/pfe-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-tools",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "Development and build tools for PatternFly Elements and related projects",
"keywords": [
Expand Down

0 comments on commit 759f5e6

Please sign in to comment.