Skip to content

Commit

Permalink
chore(release): v0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed May 16, 2019
1 parent 9d66f84 commit 7696fa5
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 33 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package fly-root





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"tests/*"
],
"version": "0.53.1-pre.0",
"version": "0.53.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly/build





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/build",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"description": "Fly app build compilation",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly/cli





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly/cli
Expand Down
34 changes: 17 additions & 17 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USAGE
$ fly apps
```

_See code: [lib/commands/apps/index.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/apps/index.js)_
_See code: [lib/commands/apps/index.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/apps/index.js)_

## `fly apps:create APP-NAME`

Expand All @@ -43,7 +43,7 @@ ARGUMENTS
APP-NAME Unique name for the new app. Allowed characters are [a-z0-9-_.], will be lowercased
```

_See code: [lib/commands/apps/create.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/apps/create.js)_
_See code: [lib/commands/apps/create.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/apps/create.js)_

## `fly apps:delete`

Expand All @@ -58,7 +58,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/apps/delete.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/apps/delete.js)_
_See code: [lib/commands/apps/delete.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/apps/delete.js)_

## `fly apps:move`

Expand All @@ -73,7 +73,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/apps/move.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/apps/move.js)_
_See code: [lib/commands/apps/move.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/apps/move.js)_

## `fly build [PATH]`

Expand All @@ -92,7 +92,7 @@ OPTIONS
--env=env [default: production] environment to use for commands
```

_See code: [lib/commands/build.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/build.js)_

## `fly deploy [PATH]`

Expand All @@ -110,7 +110,7 @@ OPTIONS
--env=env [default: production] environment to use for commands
```

_See code: [lib/commands/deploy.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/deploy.js)_

## `fly help [COMMAND]`

Expand Down Expand Up @@ -142,7 +142,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/hostnames/index.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/hostnames/index.js)_
_See code: [lib/commands/hostnames/index.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/hostnames/index.js)_

## `fly hostnames:add HOSTNAME`

Expand All @@ -160,7 +160,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/hostnames/add.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/hostnames/add.js)_
_See code: [lib/commands/hostnames/add.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/hostnames/add.js)_

## `fly login`

Expand All @@ -171,7 +171,7 @@ USAGE
$ fly login
```

_See code: [lib/commands/login.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/login.js)_

## `fly logs`

Expand All @@ -186,7 +186,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/logs.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/logs.js)_
_See code: [lib/commands/logs.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/logs.js)_

## `fly new NAME`

Expand All @@ -203,7 +203,7 @@ OPTIONS
-t, --template=template the template to use
```

_See code: [lib/commands/new.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/new.js)_

## `fly orgs`

Expand All @@ -214,7 +214,7 @@ USAGE
$ fly orgs
```

_See code: [lib/commands/orgs.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/orgs.js)_
_See code: [lib/commands/orgs.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/orgs.js)_

## `fly releases`

Expand All @@ -229,7 +229,7 @@ OPTIONS
--env=env [default: development] environment to use for commands
```

_See code: [lib/commands/releases.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/releases.js)_
_See code: [lib/commands/releases.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/releases.js)_

## `fly secrets`

Expand All @@ -240,7 +240,7 @@ USAGE
$ fly secrets
```

_See code: [lib/commands/secrets/index.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/secrets/index.js)_
_See code: [lib/commands/secrets/index.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/secrets/index.js)_

## `fly secrets:set KEY [VALUE]`

Expand All @@ -260,7 +260,7 @@ OPTIONS
--from-file=from-file use a file's contents as the secret value
```

_See code: [lib/commands/secrets/set.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/secrets/set.js)_
_See code: [lib/commands/secrets/set.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/secrets/set.js)_

## `fly server [PATH]`

Expand All @@ -281,7 +281,7 @@ OPTIONS
--[no-]watch reload when source or configs change
```

_See code: [lib/commands/server.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/server.js)_
_See code: [lib/commands/server.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/server.js)_

## `fly test [PATTERN]`

Expand All @@ -301,5 +301,5 @@ EXAMPLES
fly test test/these/** !but_not_this.js
```

_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.53.1-pre.0/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.53.1/lib/commands/test.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": "@fly/cli",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"description": "fly cli",
"homepage": "https://github.com/superfly/fly#readme",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/superfly/fly/issues"
},
"dependencies": {
"@fly/build": "0.53.1-pre.0",
"@fly/core": "0.53.1-pre.0",
"@fly/build": "0.53.1",
"@fly/core": "0.53.1",
"@fly/examples": "0.50.0",
"@fly/v8env": "0.53.0",
"@oclif/command": "^1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly/core





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/core",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/build": "0.53.1-pre.0",
"@fly/build": "0.53.1",
"@fly/examples": "0.50.0",
"@fly/v8env": "0.53.0",
"better-sqlite3": "^4.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/fly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly/fly





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly/fly
Expand Down
6 changes: 3 additions & 3 deletions packages/fly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/fly",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"description": "Open source Edge Application runtime",
"license": "Apache-2.0",
"repository": {
Expand All @@ -20,8 +20,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@fly/cli": "0.53.1-pre.0",
"@fly/core": "0.53.1-pre.0",
"@fly/cli": "0.53.1",
"@fly/core": "0.53.1",
"@fly/v8env": "0.53.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly/test-environment





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly/test-environment
Expand Down
4 changes: 2 additions & 2 deletions packages/test-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fly/test-environment",
"private": true,
"version": "0.53.1-pre.0",
"version": "0.53.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/core": "0.53.1-pre.0",
"@fly/core": "0.53.1",
"@types/node-fetch": "2.1.2",
"execa": "^1.0.0",
"jest": "^24.1.0",
Expand Down
8 changes: 8 additions & 0 deletions tests/edge-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly-test/edge-apps





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly-test/edge-apps
Expand Down
4 changes: 2 additions & 2 deletions tests/edge-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fly-test/edge-apps",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"private": true,
"scripts": {
"test": "jest --maxWorkers=1 --verbose"
},
"devDependencies": {
"@fly/test-environment": "0.53.1-pre.0",
"@fly/test-environment": "0.53.1",
"jest": "^24.1.0",
"jest-circus": "^24.1.0",
"ts-jest": "^24.0.0"
Expand Down
8 changes: 8 additions & 0 deletions tests/v8env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.53.1](https://github.com/superfly/fly/compare/v0.53.1-pre.0...v0.53.1) (2019-05-16)

**Note:** Version bump only for package @fly-test/v8env





## [0.53.1-pre.0](https://github.com/superfly/fly/compare/v0.53.0...v0.53.1-pre.0) (2019-05-16)

**Note:** Version bump only for package @fly-test/v8env
Expand Down
4 changes: 2 additions & 2 deletions tests/v8env/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fly-test/v8env",
"version": "0.53.1-pre.0",
"version": "0.53.1",
"private": true,
"scripts": {
"test": "../../fly test ./tests/**/*.spec.js"
},
"devDependencies": {
"@fly/core": "0.53.1-pre.0",
"@fly/core": "0.53.1",
"arraybuffer-loader": "^1.0.3",
"chai": "^4.1.2",
"image-webpack-loader": "^4.3.1"
Expand Down

0 comments on commit 7696fa5

Please sign in to comment.