Skip to content

Commit

Permalink
Bumping version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed May 18, 2022
1 parent 84a8887 commit 9c5c66f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@performant-software/semantic-components",
"version": "0.5.3",
"version": "0.5.4",
"description": "A package of shared components based on the Semantic UI Framework.",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -9,7 +9,7 @@
"build": "webpack --mode production && flow-copy-source -v src types"
},
"dependencies": {
"@performant-software/shared-components": "^0.5.3",
"@performant-software/shared-components": "^0.5.4",
"@react-google-maps/api": "^2.8.1",
"axios": "^0.26.1",
"flow-copy-source": "^2.0.9",
Expand All @@ -30,7 +30,7 @@
"react-dom": ">= 16.13.1 < 18.0.0"
},
"devDependencies": {
"@performant-software/webpack-config": "^0.5.3",
"@performant-software/webpack-config": "^0.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@performant-software/shared-components",
"version": "0.5.3",
"version": "0.5.4",
"description": "A package of shared, framework agnostic, components.",
"license": "MIT",
"main": "./build/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-dom": ">= 16.13.1 < 18.0.0"
},
"devDependencies": {
"@performant-software/webpack-config": "^0.5.3",
"@performant-software/webpack-config": "^0.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@performant-software/webpack-config",
"version": "0.5.3",
"version": "0.5.4",
"description": "A shareable and customizable Webpack configuration.",
"dependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 9c5c66f

Please sign in to comment.