Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbn4 committed Jun 15, 2021
1 parent 59c63be commit 4506971
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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": "1.0.2",
"version": "1.0.3",
"description": "Listings service reference implementation for the Bloom affordable housing system",
"author": "Marcin Jedras <[email protected]>",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"backend/core",
"ui-components"
],
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions sites/partners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/partners",
"version": "1.0.2",
"version": "1.0.3",
"description": "Partners app reference implementation for the Bloom affordable housing system",
"main": "index.js",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"dev:all": "concurrently \"yarn dev:listings\" \"yarn dev:server-wait\""
},
"dependencies": {
"@bloom-housing/ui-components": "^1.0.2",
"@bloom-housing/ui-components": "^1.0.3",
"@zeit/next-sass": "^1.0.1",
"ag-grid-community": "^24.1.0",
"ag-grid-react": "^24.1.0",
Expand Down
4 changes: 2 additions & 2 deletions sites/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/public",
"version": "1.0.2",
"version": "1.0.3",
"description": "Public web app reference implementation for the Bloom affordable housing system",
"main": "index.js",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"dev:all": "concurrently \"yarn dev:listings\" \"yarn dev:server-wait\""
},
"dependencies": {
"@bloom-housing/ui-components": "^1.0.2",
"@bloom-housing/ui-components": "^1.0.3",
"@mdx-js/loader": "1.6.18",
"@next/mdx": "^10.1.0",
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloom-housing/ui-components",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shared user interface components for Bloom affordable housing system",
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
"main": "index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpack": "^4.44.2"
},
"dependencies": {
"@bloom-housing/backend-core": "^1.0.2",
"@bloom-housing/backend-core": "^1.0.3",
"@types/body-scroll-lock": "^2.6.1",
"@types/jwt-decode": "^2.2.1",
"@types/markdown-to-jsx": "^6.11.2",
Expand Down

0 comments on commit 4506971

Please sign in to comment.