Skip to content

Commit

Permalink
UDCSL #54 - Publishing 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 29, 2022
1 parent 87010c8 commit dc6d612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.19-beta.2",
"version": "0.5.19",
"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.19-beta.2",
"@performant-software/shared-components": "^0.5.19",
"@react-google-maps/api": "^2.8.1",
"axios": "^0.26.1",
"i18next": "^19.4.4",
Expand Down
2 changes: 1 addition & 1 deletion 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.19-beta.2",
"version": "0.5.19",
"description": "A package of shared, framework agnostic, components.",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion react-components.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/semantic-ui",
"packages/shared"
],
"version": "0.5.19-beta.2"
"version": "0.5.19"
}

0 comments on commit dc6d612

Please sign in to comment.