Skip to content

Commit

Permalink
chore(release): version
Browse files Browse the repository at this point in the history
 - @bloom-housing/[email protected]
 - @bloom-housing/[email protected]
 - @bloom-housing/[email protected]
 - @bloom-housing/[email protected]
 - @bloom-housing/[email protected]
  • Loading branch information
github.context.workflow committed Oct 5, 2022
1 parent ec87a1c commit 36f6931
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 13 deletions.
8 changes: 8 additions & 0 deletions backend/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-10-05)

**Note:** Version bump only for package @bloom-housing/backend-core





# [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion backend/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/backend-core",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"description": "Listings service reference implementation for the Bloom affordable housing system",
"author": "Sean Albert <[email protected]>",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions shared-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-10-05)

**Note:** Version bump only for package @bloom-housing/shared-helpers





# [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-09-29)


Expand Down
6 changes: 3 additions & 3 deletions shared-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/shared-helpers",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"description": "Shared helpers for Bloom affordable housing system",
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared-helpers",
"main": "index.js",
Expand All @@ -16,8 +16,8 @@
"prettier": "prettier --write \"**/*.ts\""
},
"dependencies": {
"@bloom-housing/backend-core": "^7.0.0",
"@bloom-housing/ui-components": "^7.0.0"
"@bloom-housing/backend-core": "^7.0.1-alpha.0",
"@bloom-housing/ui-components": "^7.0.1-alpha.0"
},
"devDependencies": {
"@bloom-housing/ui-components": "^3.0.1-alpha.15",
Expand Down
8 changes: 8 additions & 0 deletions sites/partners/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-10-05)

**Note:** Version bump only for package @bloom-housing/partners





# [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-09-29)


Expand Down
8 changes: 4 additions & 4 deletions sites/partners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/partners",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"author": "Sean Albert <[email protected]>",
"description": "Partners app reference implementation for the Bloom affordable housing system",
"main": "index.js",
Expand All @@ -26,9 +26,9 @@
"dev:server-wait-cypress": "wait-on \"http-get://localhost:${PORT:-3100}/listings\" --httpTimeout 60000 --tcpTimeout 1500 -v --interval 15000 && yarn build && yarn start"
},
"dependencies": {
"@bloom-housing/backend-core": "^7.0.0",
"@bloom-housing/shared-helpers": "^7.0.0",
"@bloom-housing/ui-components": "^7.0.0",
"@bloom-housing/backend-core": "^7.0.1-alpha.0",
"@bloom-housing/shared-helpers": "^7.0.1-alpha.0",
"@bloom-housing/ui-components": "^7.0.1-alpha.0",
"@mapbox/mapbox-sdk": "^0.13.0",
"ag-grid-community": "^26.0.0",
"ag-grid-react": "^26.0.0",
Expand Down
8 changes: 8 additions & 0 deletions sites/public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-10-05)

**Note:** Version bump only for package @bloom-housing/public





# [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-09-29)


Expand Down
8 changes: 4 additions & 4 deletions sites/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/public",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"author": "Sean Albert <[email protected]>",
"description": "Public web app reference implementation for the Bloom affordable housing system",
"main": "index.js",
Expand All @@ -24,9 +24,9 @@
"dev:all": "concurrently \"yarn dev:listings\" \"yarn dev:server-wait\""
},
"dependencies": {
"@bloom-housing/backend-core": "^7.0.0",
"@bloom-housing/shared-helpers": "^7.0.0",
"@bloom-housing/ui-components": "^7.0.0",
"@bloom-housing/backend-core": "^7.0.1-alpha.0",
"@bloom-housing/shared-helpers": "^7.0.1-alpha.0",
"@bloom-housing/ui-components": "^7.0.1-alpha.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
Expand Down
8 changes: 8 additions & 0 deletions ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-10-05)

**Note:** Version bump only for package @bloom-housing/ui-components





# [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/[email protected]...@bloom-housing/[email protected]) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/ui-components",
"version": "7.0.0",
"version": "7.0.1-alpha.0",
"author": "Sean Albert <[email protected]>",
"description": "Shared user interface components for Bloom affordable housing system",
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
Expand Down

0 comments on commit 36f6931

Please sign in to comment.