Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geelen committed Jan 9, 2020
1 parent 78a3a7b commit 469d75a
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.5-alpha.6"
"version": "0.0.5"
}
10 changes: 5 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @fab/cli
$ fab COMMAND
running command...
$ fab (-v|--version|version)
@fab/cli/0.0.5-alpha.6 darwin-x64 node-v13.5.0
@fab/cli/0.0.5 darwin-x64 node-v13.5.0
$ fab --help [COMMAND]
USAGE
$ fab COMMAND
Expand Down Expand Up @@ -57,7 +57,7 @@ EXAMPLES
$ fab build --config=fab.config.json5
```

_See code: [lib/commands/build.js](https://github.com/fab-spec/fab/blob/v0.0.5-alpha.6/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/fab-spec/fab/blob/v0.0.5/lib/commands/build.js)_

## `fab deploy [FILE]`

Expand All @@ -82,7 +82,7 @@ EXAMPLE
$ fab-cf-workers deploy fab.zip
```

_See code: [lib/commands/deploy.js](https://github.com/fab-spec/fab/blob/v0.0.5-alpha.6/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/fab-spec/fab/blob/v0.0.5/lib/commands/deploy.js)_

## `fab help [COMMAND]`

Expand Down Expand Up @@ -121,7 +121,7 @@ EXAMPLES
$ fab init --config=fab.config.json5
```

_See code: [lib/commands/init.js](https://github.com/fab-spec/fab/blob/v0.0.5-alpha.6/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/fab-spec/fab/blob/v0.0.5/lib/commands/init.js)_

## `fab serve [FILE]`

Expand All @@ -144,6 +144,6 @@ EXAMPLES
$ fab serve --cert=local-ssl.cert --key=local-ssl.key fab.zip
```

_See code: [lib/commands/serve.js](https://github.com/fab-spec/fab/blob/v0.0.5-alpha.6/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/fab-spec/fab/blob/v0.0.5/lib/commands/serve.js)_

<!-- commandsstop -->
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/cli",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "The CLI entry-point for the FAB ecosystem",
"keywords": [
"oclif"
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@cloudflare/wrangler": "^1.6.0",
"@fab/core": "0.0.5-alpha.6",
"@fab/server": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@fab/server": "^0.0.5",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/core",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"private": false,
"description": "Common code for all FAB projects",
"homepage": "https://github.com/fab-spec/fab",
Expand Down
4 changes: 2 additions & 2 deletions packages/input-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/input-nextjs",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "Module to kick off a FAB build from a NextJS project",
"keywords": [
"fab"
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/core": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@types/node": "^12.12.14",
"fs-extra": "^8.1.0",
"globby": "^10"
Expand Down
4 changes: 2 additions & 2 deletions packages/input-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/input-static",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "Module to handle a directory of HTML & assets",
"keywords": [
"fab"
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/core": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@types/node": "^12.12.14",
"fs-extra": "^8.1.0",
"globby": "^10"
Expand Down
4 changes: 2 additions & 2 deletions packages/rewire-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/rewire-assets",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "Module to handle files outside _assets",
"keywords": [
"fab"
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/core": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@types/mime-types": "^2.1.0",
"@types/node": "^12.12.14",
"hasha": "^5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/serve-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/serve-html",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "Module to render static HTML files with FAB injections",
"keywords": [
"fab"
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/core": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@types/cheerio": "^0.22.15",
"@types/mustache": "^0.8.32",
"@types/node": "^12.12.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/server",
"version": "0.0.5-alpha.6",
"version": "0.0.5",
"description": "NodeJS FAB Server",
"keywords": [
"fab"
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/core": "0.0.5-alpha.6",
"@fab/core": "^0.0.5",
"@fly/v8env": "^0.54.0",
"@types/concat-stream": "^1.6.0",
"@types/express": "^4.17.2",
Expand Down

0 comments on commit 469d75a

Please sign in to comment.