Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 121993d

Browse files
committed
v1.0.1-alpha.2
1 parent 8ffaa49 commit 121993d

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.1-alpha.1"
5+
"version": "1.0.1-alpha.2"
66
}

packages/contentful/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackbit/contentful-pull",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.2",
44
"description": "Tool to fetch content from Contentful and save it as files",
55
"author": "Stackbit Inc.",
66
"homepage": "https://github.com/stackbithq/stackbit-pull#readme",
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/stackbithq/stackbit-pull/issues"
1515
},
1616
"dependencies": {
17-
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.0",
17+
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.2",
1818
"commander": "^2.20.0",
1919
"contentful": "^7.14.8"
2020
},

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackbit/stackbit-pull-core",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.2",
44
"description": "Core logic for pull mechanisms",
55
"author": "Stackbit Inc.",
66
"homepage": "https://github.com/stackbithq/stackbit-pull#readme",

packages/datocms/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/datocms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackbit/datocms-pull",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.2",
44
"description": "Tool to fetch content from DatoCMS and save it as files",
55
"author": "Stackbit Inc.",
66
"homepage": "https://github.com/stackbithq/stackbit-pull#readme",
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/stackbithq/stackbit-pull/issues"
1515
},
1616
"dependencies": {
17-
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.0",
17+
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.2",
1818
"commander": "^2.20.0",
1919
"datocms-client": "^3.0.24"
2020
},

packages/devto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackbit/devto-pull",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.2",
44
"description": "> TODO: description",
55
"author": "davbree <david@stackbit.com>",
66
"homepage": "https://github.com/stackbithq/stackbit-pull#readme",
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/stackbithq/stackbit-pull/issues"
2525
},
2626
"dependencies": {
27-
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.0"
27+
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.2"
2828
}
2929
}

packages/sanity/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sanity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackbit/sanity-pull",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "Tool to fetch content from Sanity and save it as files",
55
"author": "Stackbit Inc.",
66
"homepage": "https://github.com/stackbithq/stackbit-pull#readme",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@sanity/client": "^0.141.6",
18-
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.0",
18+
"@stackbit/stackbit-pull-core": "^1.0.1-alpha.2",
1919
"commander": "^2.20.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)