Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Dec 10, 2022
1 parent 3473cf5 commit 91a90d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/development-runtime/package.json
@@ -1,15 +1,15 @@
{
"name": "development-runtime",
"private": true,
"version": "2.2.2",
"version": "2.3.0",
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.10.17",
"gatsby": "latest",
"gatsby-plugin-material-ui": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-webfonts": "^2.2.2",
"gatsby-plugin-webfonts": "^2.3.0",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest"
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/path-prefix-prod-runtime/package.json
@@ -1,15 +1,15 @@
{
"name": "path-prefix-prod-runtime",
"private": true,
"version": "2.2.2",
"version": "2.3.0",
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.10.17",
"gatsby": "latest",
"gatsby-plugin-material-ui": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-webfonts": "^2.2.2",
"gatsby-plugin-webfonts": "^2.3.0",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest"
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/production-runtime/package.json
@@ -1,15 +1,15 @@
{
"name": "production-runtime",
"private": true,
"version": "2.2.2",
"version": "2.3.0",
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.10.17",
"gatsby": "latest",
"gatsby-plugin-material-ui": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-webfonts": "^2.2.2",
"gatsby-plugin-webfonts": "^2.3.0",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest"
Expand Down
2 changes: 1 addition & 1 deletion gatsby-plugin-webfonts/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-webfonts",
"version": "2.2.2",
"version": "2.3.0",
"description": "A Gatsby plugin to handle cdn, base64 and self hosted webfonts",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.2.2"
"version": "2.3.0"
}

0 comments on commit 91a90d5

Please sign in to comment.