Skip to content

Commit

Permalink
chore: bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 10, 2022
1 parent 931b1b2 commit 6002de7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "project-portal-theme",
"packageManager": "[email protected]",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"license": "0BSD",
"scripts": {
"build": "yarn workspace example build",
Expand Down
2 changes: 1 addition & 1 deletion packages/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "gatsby serve"
},
"dependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.1",
"gatsby": "^4.24.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/example-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "gatsby serve"
},
"dependencies": {
"@thepolicylab-projectportals/project-portal-content-netlify": "^4.0.0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.0",
"@thepolicylab-projectportals/project-portal-content-netlify": "^4.0.1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.1",
"gatsby": "^4.24.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/example-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "gatsby serve"
},
"dependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.0",
"@thepolicylab-projectportals/project-portal-content-netlify": "^4.0.0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.1",
"@thepolicylab-projectportals/project-portal-content-netlify": "^4.0.1",
"gatsby": "^4.24.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "gatsby serve"
},
"dependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.1",
"gatsby": "^4.24.8",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-sharp": "^4.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-project-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thepolicylab-projectportals/gatsby-theme-project-portal",
"version": "4.0.0",
"version": "4.0.1",
"main": "index.js",
"author": "The Policy Lab <[email protected]>",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/project-portal-content-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thepolicylab-projectportals/project-portal-content-netlify",
"version": "4.0.0",
"version": "4.0.1",
"main": "index.js",
"author": "The Policy Lab <[email protected]>",
"contributors": [
Expand All @@ -13,7 +13,7 @@
],
"license": "MIT",
"peerDependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^4.0.1",
"gatsby": "^4.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 6002de7

Please sign in to comment.