Skip to content

Commit

Permalink
Bumping versions to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Jul 20, 2022
1 parent 6638820 commit 9ff7076
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.10",
"version": "0.5.11",
"description": "A package of shared components based on the Semantic UI Framework.",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -12,7 +12,7 @@
"build": "webpack --mode production && flow-copy-source -v src types"
},
"dependencies": {
"@performant-software/shared-components": "^0.5.10",
"@performant-software/shared-components": "^0.5.11",
"@react-google-maps/api": "^2.8.1",
"axios": "^0.26.1",
"i18next": "^19.4.4",
Expand All @@ -33,7 +33,7 @@
"react-dom": ">= 16.13.1 < 18.0.0"
},
"devDependencies": {
"@performant-software/webpack-config": "^0.5.10",
"@performant-software/webpack-config": "^0.5.11",
"flow-copy-source": "^2.0.9",
"less": "^4.1.2",
"less-loader": "^11.0.0",
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.10",
"version": "0.5.11",
"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.10",
"@performant-software/webpack-config": "^0.5.11",
"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.10",
"version": "0.5.11",
"description": "A shareable and customizable Webpack configuration.",
"dependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 9ff7076

Please sign in to comment.