diff --git a/backend/core/CHANGELOG.md b/backend/core/CHANGELOG.md index a724f288c2..e05b4fa82a 100644 --- a/backend/core/CHANGELOG.md +++ b/backend/core/CHANGELOG.md @@ -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/backend-core@6.0.1-alpha.2...@bloom-housing/backend-core@7.0.1-alpha.0) (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/backend-core@5.1.1-alpha.19...@bloom-housing/backend-core@7.0.0) (2022-09-29) diff --git a/backend/core/package.json b/backend/core/package.json index 198e912707..2d7b699577 100644 --- a/backend/core/package.json +++ b/backend/core/package.json @@ -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 ", "private": false, diff --git a/shared-helpers/CHANGELOG.md b/shared-helpers/CHANGELOG.md index 310b90d72a..48251d2b3a 100644 --- a/shared-helpers/CHANGELOG.md +++ b/shared-helpers/CHANGELOG.md @@ -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/shared-helpers@6.0.1-alpha.4...@bloom-housing/shared-helpers@7.0.1-alpha.0) (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/shared-helpers@5.1.1-alpha.37...@bloom-housing/shared-helpers@7.0.0) (2022-09-29) diff --git a/shared-helpers/package.json b/shared-helpers/package.json index 384e78e57a..68d97d217b 100644 --- a/shared-helpers/package.json +++ b/shared-helpers/package.json @@ -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", @@ -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", diff --git a/sites/partners/CHANGELOG.md b/sites/partners/CHANGELOG.md index a95c4093e8..0404db239d 100644 --- a/sites/partners/CHANGELOG.md +++ b/sites/partners/CHANGELOG.md @@ -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/partners@6.0.1-alpha.5...@bloom-housing/partners@7.0.1-alpha.0) (2022-10-05) + +**Note:** Version bump only for package @bloom-housing/partners + + + + + # [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/partners@5.1.1-alpha.39...@bloom-housing/partners@7.0.0) (2022-09-29) diff --git a/sites/partners/package.json b/sites/partners/package.json index 3b30b8119e..a5b8acd9c1 100644 --- a/sites/partners/package.json +++ b/sites/partners/package.json @@ -1,6 +1,6 @@ { "name": "@bloom-housing/partners", - "version": "7.0.0", + "version": "7.0.1-alpha.0", "author": "Sean Albert ", "description": "Partners app reference implementation for the Bloom affordable housing system", "main": "index.js", @@ -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", diff --git a/sites/public/CHANGELOG.md b/sites/public/CHANGELOG.md index bea6b2fc00..564f2a6b06 100644 --- a/sites/public/CHANGELOG.md +++ b/sites/public/CHANGELOG.md @@ -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/public@6.0.1-alpha.4...@bloom-housing/public@7.0.1-alpha.0) (2022-10-05) + +**Note:** Version bump only for package @bloom-housing/public + + + + + # [7.0.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/public@5.1.1-alpha.40...@bloom-housing/public@7.0.0) (2022-09-29) diff --git a/sites/public/package.json b/sites/public/package.json index b01d116536..f9e9f3dd9b 100644 --- a/sites/public/package.json +++ b/sites/public/package.json @@ -1,6 +1,6 @@ { "name": "@bloom-housing/public", - "version": "7.0.0", + "version": "7.0.1-alpha.0", "author": "Sean Albert ", "description": "Public web app reference implementation for the Bloom affordable housing system", "main": "index.js", @@ -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", diff --git a/ui-components/CHANGELOG.md b/ui-components/CHANGELOG.md index 71dcf00822..36fffa4b33 100644 --- a/ui-components/CHANGELOG.md +++ b/ui-components/CHANGELOG.md @@ -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/ui-components@6.0.1-alpha.4...@bloom-housing/ui-components@7.0.1-alpha.0) (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/ui-components@5.1.1-alpha.22...@bloom-housing/ui-components@7.0.0) (2022-09-29) diff --git a/ui-components/package.json b/ui-components/package.json index 275d3c9f05..3ed2afc32c 100644 --- a/ui-components/package.json +++ b/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@bloom-housing/ui-components", - "version": "7.0.0", + "version": "7.0.1-alpha.0", "author": "Sean Albert ", "description": "Shared user interface components for Bloom affordable housing system", "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",