Skip to content

Commit

Permalink
chore: bump version number 3.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Oct 27, 2022
1 parent e9b3f6e commit 8cabc5b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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": "0.0.1",
"version": "3.0.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": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-content-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@thepolicylab-projectportals/project-portal-content-airtable": "^1.0.0-0",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.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": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^^3.0.0-1",
"@thepolicylab-projectportals/project-portal-content-netlify": "^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.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": "^^3.0.0-1",
"@thepolicylab-projectportals/project-portal-content-netlify": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"@thepolicylab-projectportals/project-portal-content-netlify": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.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": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"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": "^3.0.0-1",
"version": "3.0.0-1",
"main": "index.js",
"author": "John Gerrard Holland <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-portal-content-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "John Gerrard Holland <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
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,11 +1,11 @@
{
"name": "@thepolicylab-projectportals/project-portal-content-netlify",
"version": "^3.0.0-1",
"version": "3.0.0-1",
"main": "index.js",
"author": "John Gerrard Holland <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^^3.0.0-1",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^3.0.0-1",
"gatsby": "^4.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down

0 comments on commit 8cabc5b

Please sign in to comment.