Skip to content

Commit

Permalink
chore(release): v0.52.1-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed May 6, 2019
1 parent 4bf7db3 commit b48ba6f
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 34 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)


### Features

* content-encoding=skip header bypasses gzip, clears header ([4bf7db3](https://github.com/superfly/fly/commit/4bf7db3))





# [0.52.0](https://github.com/superfly/fly/compare/v0.52.0-pre.1...v0.52.0) (2019-04-22)

**Note:** Version bump only for package fly-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"tests/*"
],
"version": "0.52.0",
"version": "0.52.1-pre.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/build/CHANGELOG.md
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.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)

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





# [0.52.0-pre.1](https://github.com/superfly/fly/compare/v0.52.0-pre.0...v0.52.0-pre.1) (2019-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
@@ -1,6 +1,6 @@
{
"name": "@fly/build",
"version": "0.52.0-pre.1",
"version": "0.52.1-pre.0",
"description": "Fly app build compilation",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)

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





# [0.52.0](https://github.com/superfly/fly/compare/v0.52.0-pre.1...v0.52.0) (2019-04-22)

**Note:** Version bump only for package @fly/cli
Expand Down
36 changes: 18 additions & 18 deletions packages/cli/README.md
Expand Up @@ -28,7 +28,7 @@ USAGE
$ fly apps
```

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

## `fly apps:create APP-NAME`

Expand All @@ -42,7 +42,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.52.0/lib/commands/apps/create.js)_
_See code: [lib/commands/apps/create.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/apps/create.js)_

## `fly apps:delete`

Expand All @@ -57,7 +57,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.52.0/lib/commands/apps/delete.js)_
_See code: [lib/commands/apps/delete.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/apps/delete.js)_

## `fly apps:move`

Expand All @@ -72,7 +72,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.52.0/lib/commands/apps/move.js)_
_See code: [lib/commands/apps/move.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/apps/move.js)_

## `fly deploy [PATH]`

Expand All @@ -83,14 +83,14 @@ USAGE
$ fly deploy [PATH]
ARGUMENTS
PATH [default: /Users/md/src/superfly/fly/packages/cli] path to app
PATH [default: /Users/kurt/code/fly.io/core/packages/cli] path to app
OPTIONS
-a, --app=app the app to run commands against
--env=env [default: production] environment to use for commands
```

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

## `fly help [COMMAND]`

Expand Down Expand Up @@ -122,7 +122,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.52.0/lib/commands/hostnames/index.js)_
_See code: [lib/commands/hostnames/index.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/hostnames/index.js)_

## `fly hostnames:add HOSTNAME`

Expand All @@ -140,7 +140,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.52.0/lib/commands/hostnames/add.js)_
_See code: [lib/commands/hostnames/add.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/hostnames/add.js)_

## `fly login`

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

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

## `fly logs`

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

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

## `fly new NAME`

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

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

## `fly orgs`

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

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

## `fly releases`

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

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

## `fly secrets`

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

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

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

Expand All @@ -240,7 +240,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.52.0/lib/commands/secrets/set.js)_
_See code: [lib/commands/secrets/set.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/secrets/set.js)_

## `fly server [PATH]`

Expand All @@ -251,7 +251,7 @@ USAGE
$ fly server [PATH]
ARGUMENTS
PATH [default: /Users/md/src/superfly/fly/packages/cli] path to app
PATH [default: /Users/kurt/code/fly.io/core/packages/cli] path to app
OPTIONS
-p, --port=port [default: 3000] Port to bind to
Expand All @@ -260,7 +260,7 @@ OPTIONS
--uglify uglify your code like we'll use in production (warning: slow!)
```

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

## `fly test [PATTERN]`

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

_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.52.0/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.52.1-pre.0/lib/commands/test.js)_
<!-- commandsstop -->
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@fly/cli",
"version": "0.52.0",
"version": "0.52.1-pre.0",
"description": "fly cli",
"homepage": "https://github.com/superfly/fly#readme",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/superfly/fly/issues"
},
"dependencies": {
"@fly/build": "0.52.0-pre.1",
"@fly/core": "0.52.0-pre.1",
"@fly/build": "0.52.1-pre.0",
"@fly/core": "0.52.1-pre.0",
"@fly/examples": "0.50.0",
"@fly/v8env": "0.51.0",
"@oclif/command": "^1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)


### Features

* content-encoding=skip header bypasses gzip, clears header ([4bf7db3](https://github.com/superfly/fly/commit/4bf7db3))





# [0.52.0-pre.1](https://github.com/superfly/fly/compare/v0.52.0-pre.0...v0.52.0-pre.1) (2019-04-22)

**Note:** Version bump only for package @fly/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@fly/core",
"version": "0.52.0-pre.1",
"version": "0.52.1-pre.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/build": "0.52.0-pre.1",
"@fly/build": "0.52.1-pre.0",
"@fly/examples": "0.50.0",
"@fly/v8env": "0.51.0",
"better-sqlite3": "^4.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/fly/CHANGELOG.md
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.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)

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





# [0.52.0](https://github.com/superfly/fly/compare/v0.52.0-pre.1...v0.52.0) (2019-04-22)

**Note:** Version bump only for package @fly/fly
Expand Down
6 changes: 3 additions & 3 deletions packages/fly/package.json
@@ -1,6 +1,6 @@
{
"name": "@fly/fly",
"version": "0.52.0",
"version": "0.52.1-pre.0",
"description": "Open source Edge Application runtime",
"license": "Apache-2.0",
"repository": {
Expand All @@ -20,8 +20,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@fly/cli": "0.52.0",
"@fly/core": "0.52.0-pre.1",
"@fly/cli": "0.52.1-pre.0",
"@fly/core": "0.52.1-pre.0",
"@fly/v8env": "0.51.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-environment/CHANGELOG.md
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.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)

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





# [0.52.0-pre.1](https://github.com/superfly/fly/compare/v0.52.0-pre.0...v0.52.0-pre.1) (2019-04-22)

**Note:** Version bump only for package @fly/test-environment
Expand Down
4 changes: 2 additions & 2 deletions packages/test-environment/package.json
@@ -1,7 +1,7 @@
{
"name": "@fly/test-environment",
"private": true,
"version": "0.52.0-pre.1",
"version": "0.52.1-pre.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"clean": "rm -rf ./lib ./dist"
},
"dependencies": {
"@fly/core": "0.52.0-pre.1",
"@fly/core": "0.52.1-pre.0",
"@types/node-fetch": "2.1.2",
"execa": "^1.0.0",
"jest": "^24.1.0",
Expand Down
11 changes: 11 additions & 0 deletions tests/edge-apps/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)


### Features

* content-encoding=skip header bypasses gzip, clears header ([4bf7db3](https://github.com/superfly/fly/commit/4bf7db3))





# [0.52.0-pre.1](https://github.com/superfly/fly/compare/v0.52.0-pre.0...v0.52.0-pre.1) (2019-04-22)

**Note:** Version bump only for package @fly-test/edge-apps
Expand Down
4 changes: 2 additions & 2 deletions tests/edge-apps/package.json
@@ -1,12 +1,12 @@
{
"name": "@fly-test/edge-apps",
"version": "0.52.0-pre.1",
"version": "0.52.1-pre.0",
"private": true,
"scripts": {
"test": "jest --maxWorkers=1 --verbose"
},
"devDependencies": {
"@fly/test-environment": "0.52.0-pre.1",
"@fly/test-environment": "0.52.1-pre.0",
"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
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.52.1-pre.0](https://github.com/superfly/fly/compare/v0.52.0...v0.52.1-pre.0) (2019-05-06)

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





# [0.52.0-pre.1](https://github.com/superfly/fly/compare/v0.52.0-pre.0...v0.52.0-pre.1) (2019-04-22)

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

0 comments on commit b48ba6f

Please sign in to comment.