Skip to content

Commit 4c239bf

Browse files
committed
Bumping versions to 0.5.10
1 parent aa40dbf commit 4c239bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/semantic-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/semantic-components",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "A package of shared components based on the Semantic UI Framework.",
55
"license": "MIT",
66
"main": "./build/index.js",
@@ -12,7 +12,7 @@
1212
"build": "webpack --mode production && flow-copy-source -v src types"
1313
},
1414
"dependencies": {
15-
"@performant-software/shared-components": "^0.5.9",
15+
"@performant-software/shared-components": "^0.5.10",
1616
"@react-google-maps/api": "^2.8.1",
1717
"axios": "^0.26.1",
1818
"i18next": "^19.4.4",
@@ -32,7 +32,7 @@
3232
"react-dom": ">= 16.13.1 < 18.0.0"
3333
},
3434
"devDependencies": {
35-
"@performant-software/webpack-config": "^0.5.9",
35+
"@performant-software/webpack-config": "^0.5.10",
3636
"flow-copy-source": "^2.0.9",
3737
"less": "^4.1.2",
3838
"less-loader": "^11.0.0",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/shared-components",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "A package of shared, framework agnostic, components.",
55
"license": "MIT",
66
"main": "./build/index.js",
@@ -28,7 +28,7 @@
2828
"react-dom": ">= 16.13.1 < 18.0.0"
2929
},
3030
"devDependencies": {
31-
"@performant-software/webpack-config": "^0.5.9",
31+
"@performant-software/webpack-config": "^0.5.10",
3232
"react": "^17.0.2",
3333
"react-dom": "^17.0.2"
3434
}

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/webpack-config",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "A shareable and customizable Webpack configuration.",
55
"dependencies": {
66
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)