Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly-labs/[email protected]
 - @patternfly-labs/[email protected]
 - @patternfly-labs/[email protected]
 - @patternfly-labs/[email protected]
  • Loading branch information
patternfly-build committed Dec 21, 2022
1 parent e09ce82 commit 5aefdf1
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 11 deletions.
11 changes: 11 additions & 0 deletions packages/footer/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.

## 0.0.1-alpha.3 (2022-12-21)


### Bug Fixes

* **deps:** fix dependencies ([e09ce82](https://github.com/patternfly-labs/pf-react-release-playground/commit/e09ce8228ebe2249ffc914b76139b08c4a3299c0))





## 0.0.1-alpha.2 (2022-12-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@patternfly-labs/footer",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"description": "footer project two ",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && rollup --config",
"test": "jest"
},
"dependencies": {
"@patternfly-labs/sub-footer": "0.0.0",
"@patternfly-labs/sub-footer": "^0.0.1",
"@testing-library/react": "13.3.0",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.14",
Expand Down
11 changes: 11 additions & 0 deletions packages/header/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.

## 0.0.3 (2022-12-21)


### Bug Fixes

* **deps:** fix dependencies ([e09ce82](https://github.com/patternfly-labs/pf-react-release-playground/commit/e09ce8228ebe2249ffc914b76139b08c4a3299c0))





## 0.0.2 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/header",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && rollup --config",
Expand Down
11 changes: 11 additions & 0 deletions packages/remixapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.1 (2022-12-21)


### Bug Fixes

* **deps:** fix dependencies ([e09ce82](https://github.com/patternfly-labs/pf-react-release-playground/commit/e09ce8228ebe2249ffc914b76139b08c4a3299c0))
14 changes: 7 additions & 7 deletions packages/remixapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/remixapp",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -10,24 +10,24 @@
"test": "jest"
},
"dependencies": {
"@patternfly-labs/footer": "^0.0.1-alpha.3",
"@patternfly-labs/header": "^0.0.3",
"@remix-run/node": "^1.5.1",
"@remix-run/react": "^1.5.1",
"@remix-run/serve": "^1.5.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"@patternfly-labs/header": "0.0.2",
"@patternfly-labs/footer": "0.0.1-alpha.2"
"react-dom": "18.1.0"
},
"devDependencies": {
"@remix-run/dev": "^1.5.1",
"@remix-run/eslint-config": "^1.5.1",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"typescript": "^4.6.4",
"@types/jest": "^27.0.3",
"jest": "^27.4.3",
"ts-jest": "^27.1.1"
"ts-jest": "^27.1.1",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14"
Expand Down
11 changes: 11 additions & 0 deletions packages/sub-footer/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.

## 0.0.1 (2022-12-21)


### Bug Fixes

* **deps:** fix dependencies ([e09ce82](https://github.com/patternfly-labs/pf-react-release-playground/commit/e09ce8228ebe2249ffc914b76139b08c4a3299c0))





## 0.0.1-alpha.2 (2022-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sub-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/sub-footer",
"version": "0.0.0",
"version": "0.0.1",
"description": "sub footer project two ",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5aefdf1

Please sign in to comment.