Skip to content

Commit 9c5c66f

Browse files
committed
Bumping version numbers.
1 parent 84a8887 commit 9c5c66f

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.3",
3+
"version": "0.5.4",
44
"description": "A package of shared components based on the Semantic UI Framework.",
55
"license": "MIT",
66
"main": "./build/index.js",
@@ -9,7 +9,7 @@
99
"build": "webpack --mode production && flow-copy-source -v src types"
1010
},
1111
"dependencies": {
12-
"@performant-software/shared-components": "^0.5.3",
12+
"@performant-software/shared-components": "^0.5.4",
1313
"@react-google-maps/api": "^2.8.1",
1414
"axios": "^0.26.1",
1515
"flow-copy-source": "^2.0.9",
@@ -30,7 +30,7 @@
3030
"react-dom": ">= 16.13.1 < 18.0.0"
3131
},
3232
"devDependencies": {
33-
"@performant-software/webpack-config": "^0.5.3",
33+
"@performant-software/webpack-config": "^0.5.4",
3434
"react": "^17.0.2",
3535
"react-dom": "^17.0.2"
3636
}

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.3",
3+
"version": "0.5.4",
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.3",
31+
"@performant-software/webpack-config": "^0.5.4",
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.3",
3+
"version": "0.5.4",
44
"description": "A shareable and customizable Webpack configuration.",
55
"dependencies": {
66
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)