Skip to content

Commit 736108e

Browse files
committed
v0.5.1
1 parent e0796cc commit 736108e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.5.0"
5+
"version": "0.5.1"
66
}

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.0",
3+
"version": "0.5.1",
44
"description": "A package of shared components based on the Semantic UI Framework.",
55
"license": "MIT",
66
"main": "./build/index.js",
@@ -10,7 +10,7 @@
1010
"postinstall": "yarn build"
1111
},
1212
"dependencies": {
13-
"@performant-software/shared-components": "^0.5.0",
13+
"@performant-software/shared-components": "^0.5.1",
1414
"@react-google-maps/api": "^2.8.1",
1515
"flow-copy-source": "^2.0.9",
1616
"i18next": "^19.4.4",
@@ -30,7 +30,7 @@
3030
"react-dom": ">= 16.13.1 < 18.0.0"
3131
},
3232
"devDependencies": {
33-
"@performant-software/webpack-config": "^0.5.0",
33+
"@performant-software/webpack-config": "^0.5.1",
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.0",
3+
"version": "0.5.1",
44
"description": "A package of shared, framework agnostic, components.",
55
"license": "MIT",
66
"main": "./build/index.js",
@@ -29,7 +29,7 @@
2929
"react-dom": ">= 16.13.1 < 18.0.0"
3030
},
3131
"devDependencies": {
32-
"@performant-software/webpack-config": "^0.5.0",
32+
"@performant-software/webpack-config": "^0.5.1",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2"
3535
}

packages/storybook/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/storybook",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A package of stories to display components in this library.",
55
"private": true,
66
"scripts": {

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.0",
3+
"version": "0.5.1",
44
"description": "A shareable and customizable Webpack configuration.",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)