Skip to content

Commit

Permalink
v6.47.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jul 15, 2024
1 parent 949109e commit 4fd67e3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.47.1",
"version": "6.47.2",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gasket-plugin-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-intl",
"version": "6.47.1",
"version": "6.47.2",
"description": "NodeJS script to build localization files.",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@gasket/engine": "^6.47.1",
"@gasket/plugin-log": "^6.47.1",
"@gasket/react-intl": "^6.47.1",
"@gasket/react-intl": "^6.47.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/react-intl",
"version": "6.47.1",
"version": "6.47.2",
"description": "React component library to enable localization for gasket apps.",
"main": "lib",
"browser": "lib",
Expand Down
6 changes: 3 additions & 3 deletions packages/gasket-typescript-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gasket/typescript-tests",
"private": true,
"version": "6.47.1",
"version": "6.47.2",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -48,7 +48,7 @@
"@gasket/plugin-elastic-apm": "^6.47.1",
"@gasket/plugin-express": "^6.47.1",
"@gasket/plugin-https": "^6.47.1",
"@gasket/plugin-intl": "^6.47.1",
"@gasket/plugin-intl": "^6.47.2",
"@gasket/plugin-log": "^6.47.1",
"@gasket/plugin-manifest": "^6.47.1",
"@gasket/plugin-metadata": "^6.47.1",
Expand All @@ -63,7 +63,7 @@
"@gasket/preset-api": "^6.47.1",
"@gasket/preset-nextjs": "^6.47.1",
"@gasket/preset-pwa": "^6.47.1",
"@gasket/react-intl": "^6.47.1",
"@gasket/react-intl": "^6.47.2",
"@gasket/redux": "^6.47.1",
"@gasket/resolve": "^6.47.1",
"@gasket/utils": "^6.47.1",
Expand Down

0 comments on commit 4fd67e3

Please sign in to comment.