Skip to content

Commit 01fcfa2

Browse files
committed
Bump version for next release + bump helpers
1 parent aec96bc commit 01fcfa2

File tree

12 files changed

+271
-47
lines changed

12 files changed

+271
-47
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@flatbread/monorepo",
3-
"version": "1.0.0-alpha.17",
43
"private": true,
54
"description": "Eat your relational markdown data and query it, too, with GraphQL inside damn near any framework (statement awaiting peer-review).",
65
"main": "index.js",
@@ -19,8 +18,8 @@
1918
"play": "cd examples/sveltekit && pnpm dev",
2019
"play:build": "pnpm build && cd examples/sveltekit && pnpm build",
2120
"prepublish:ci": "pnpm -r update",
22-
"publish:ci": "esmo scripts/publish.ts",
23-
"release": "esmo scripts/release.ts && git push --follow-tags",
21+
"publish:ci": "esno scripts/publish.ts",
22+
"bump": "esno scripts/bumpVersions.ts",
2423
"test": "ava",
2524
"dev:test": "ava --watch --verbose",
2625
"prepare": "husky install"
@@ -38,20 +37,22 @@
3837
"dependencies": {
3938
"@flatbread/config": "workspace:*",
4039
"@flatbread/core": "workspace:*",
40+
"@flatbread/resolver-svimg": "workspace:*",
4141
"@flatbread/source-filesystem": "workspace:*",
4242
"@flatbread/transformer-markdown": "workspace:*",
43-
"@flatbread/resolver-svimg": "workspace:*",
4443
"flatbread": "workspace:*"
4544
},
4645
"devDependencies": {
4746
"@ava/typescript": "3.0.1",
4847
"@nrwl/workspace": "14.4.3",
48+
"@types/inquirer": "8.2.1",
4949
"@types/node": "16.11.47",
5050
"ava": "4.3.1",
5151
"bumpp": "8.2.1",
5252
"esno": "0.16.3",
5353
"export-size": "0.5.2",
5454
"husky": "7.0.4",
55+
"inquirer": "9.1.0",
5556
"kleur": "4.1.5",
5657
"npkill": "0.8.3",
5758
"prettier": "2.7.1",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flatbread/config",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "Flatbread's user config processing",
55
"type": "module",
66
"publishConfig": {

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": "@flatbread/core",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.0-alpha.15",
44
"description": "Flatbread's essential logic",
55
"type": "module",
66
"scripts": {

packages/flatbread/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flatbread",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "Consume relational, flat-file data using GraphQL 🥯 inside damn near any framework.",
55
"type": "module",
66
"scripts": {

packages/source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flatbread/source-filesystem",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "Filesystem source for Flatbread",
55
"type": "module",
66
"repository": {

packages/transformer-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flatbread/transformer-markdown",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "Convert .md files to in-memory JSON model",
55
"type": "module",
66
"repository": {

packages/transformer-yaml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flatbread/transformer-yaml",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "Convert YAML files to an in-memory JSON model",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)