Skip to content

Commit 91ddd64

Browse files
v0.33.0-alpha.2
1 parent b6cc883 commit 91ddd64

22 files changed

Lines changed: 40 additions & 40 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.33.0-alpha.1",
2+
"version": "0.33.0-alpha.2",
33
"packages": [
44
"packages/*",
55
"www"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/cli",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "Greenwood CLI.",
55
"type": "module",
66
"repository": {

packages/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/init",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A package for scaffolding a new Greenwood project.",
55
"repository": {
66
"type": "git",

packages/plugin-adapter-aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-aws",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin for supporting AWS serverless and edge runtimes.",
55
"repository": {
66
"type": "git",
@@ -39,6 +39,6 @@
3939
"@greenwood/cli": "^0.32.0"
4040
},
4141
"devDependencies": {
42-
"@greenwood/cli": "^0.33.0-alpha.1"
42+
"@greenwood/cli": "^0.33.0-alpha.2"
4343
}
4444
}

packages/plugin-adapter-netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-netlify",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin for supporting Netlify serverless and edge runtimes.",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"zip-a-folder": "^2.0.0"
4444
},
4545
"devDependencies": {
46-
"@greenwood/cli": "^0.33.0-alpha.1",
46+
"@greenwood/cli": "^0.33.0-alpha.2",
4747
"extract-zip": "^2.0.1"
4848
}
4949
}

packages/plugin-adapter-vercel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-vercel",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin for supporting Vercel serverless and edge runtimes.",
55
"repository": {
66
"type": "git",
@@ -39,6 +39,6 @@
3939
"@greenwood/cli": "^0.32.0"
4040
},
4141
"devDependencies": {
42-
"@greenwood/cli": "^0.33.0-alpha.1"
42+
"@greenwood/cli": "^0.33.0-alpha.2"
4343
}
4444
}

packages/plugin-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-babel",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin for using Babel and applying it to your JavaScript.",
55
"repository": {
66
"type": "git",
@@ -48,6 +48,6 @@
4848
"@babel/plugin-proposal-class-properties": "^7.10.4",
4949
"@babel/plugin-proposal-private-methods": "^7.10.4",
5050
"@babel/runtime": "^7.10.4",
51-
"@greenwood/cli": "^0.33.0-alpha.1"
51+
"@greenwood/cli": "^0.33.0-alpha.2"
5252
}
5353
}

packages/plugin-css-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-css-modules",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin for authoring CSS Modules",
55
"repository": {
66
"type": "git",
@@ -44,6 +44,6 @@
4444
"node-html-parser": "^1.2.21"
4545
},
4646
"devDependencies": {
47-
"@greenwood/cli": "^0.33.0-alpha.1"
47+
"@greenwood/cli": "^0.33.0-alpha.2"
4848
}
4949
}

packages/plugin-google-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-google-analytics",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A Greenwood plugin adding support for Google Analytics JavaScript tracker.",
55
"repository": {
66
"type": "git",
@@ -38,6 +38,6 @@
3838
"@greenwood/cli": "^0.32.0"
3939
},
4040
"devDependencies": {
41-
"@greenwood/cli": "^0.33.0-alpha.1"
41+
"@greenwood/cli": "^0.33.0-alpha.2"
4242
}
4343
}

packages/plugin-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-graphql",
3-
"version": "0.33.0-alpha.1",
3+
"version": "0.33.0-alpha.2",
44
"description": "A plugin for using GraphQL for querying your content.",
55
"repository": {
66
"type": "git",
@@ -50,6 +50,6 @@
5050
"graphql-tag": "^2.10.1"
5151
},
5252
"devDependencies": {
53-
"@greenwood/cli": "^0.33.0-alpha.1"
53+
"@greenwood/cli": "^0.33.0-alpha.2"
5454
}
5555
}

0 commit comments

Comments
 (0)