Skip to content

Commit

Permalink
chore(release): v0.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Apr 15, 2020
1 parent 98c21ac commit 512271f
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 40 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)


### Bug Fixes

* include lib in bundled v8env package ([98c21ac](https://github.com/superfly/fly/commit/98c21ac780d0b58e895e7f883d9e2d1f73788295))





## [0.55.1](https://github.com/superfly/fly/compare/v0.55.0...v0.55.1) (2020-04-15)


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.55.1",
"version": "0.55.2",
"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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

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





# [0.55.0](https://github.com/superfly/fly/compare/v0.55.0-pre.1...v0.55.0) (2020-04-14)

**Note:** Version bump only for package @fly/build
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/build",
"version": "0.55.0",
"version": "0.55.2",
"description": "Fly app build compilation",
"license": "Apache-2.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/v8env": "0.55.0",
"@fly/v8env": "0.55.2",
"tar-stream": "^2.0.1",
"ts-loader": "^6.2.1",
"typescript": "3.7.2",
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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

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





## [0.55.1](https://github.com/superfly/fly/compare/v0.55.0...v0.55.1) (2020-04-15)


Expand Down
34 changes: 17 additions & 17 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/apps/index.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/apps/index.js)_
_See code: [lib/commands/apps/index.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/apps/index.js)_

## `fly apps:create`

Expand All @@ -47,7 +47,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/apps/create.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/apps/create.js)_
_See code: [lib/commands/apps/create.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/apps/create.js)_

## `fly apps:delete`

Expand All @@ -63,7 +63,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/apps/delete.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/apps/delete.js)_
_See code: [lib/commands/apps/delete.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/apps/delete.js)_

## `fly apps:move`

Expand All @@ -79,7 +79,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/apps/move.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/apps/move.js)_
_See code: [lib/commands/apps/move.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/apps/move.js)_

## `fly build [PATH]`

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

_See code: [lib/commands/build.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/build.js)_

## `fly deploy [PATH]`

Expand All @@ -117,7 +117,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/deploy.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/deploy.js)_

## `fly help [COMMAND]`

Expand Down Expand Up @@ -150,7 +150,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/hostnames/index.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/hostnames/index.js)_
_See code: [lib/commands/hostnames/index.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/hostnames/index.js)_

## `fly hostnames:add HOSTNAME`

Expand All @@ -169,7 +169,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/hostnames/add.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/hostnames/add.js)_
_See code: [lib/commands/hostnames/add.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/hostnames/add.js)_

## `fly login`

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

_See code: [lib/commands/login.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/login.js)_

## `fly logs`

Expand All @@ -198,7 +198,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/logs.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/logs.js)_
_See code: [lib/commands/logs.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/logs.js)_

## `fly new NAME`

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

_See code: [lib/commands/new.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/new.js)_

## `fly orgs`

Expand All @@ -229,7 +229,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/orgs.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/orgs.js)_
_See code: [lib/commands/orgs.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/orgs.js)_

## `fly releases`

Expand All @@ -245,7 +245,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/releases.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/releases.js)_
_See code: [lib/commands/releases.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/releases.js)_

## `fly secrets`

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

_See code: [lib/commands/secrets/index.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/secrets/index.js)_
_See code: [lib/commands/secrets/index.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/secrets/index.js)_

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

Expand All @@ -277,7 +277,7 @@ OPTIONS
--token=token The api token to use. This will override the token created with `fly login` if present.
```

_See code: [lib/commands/secrets/set.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/secrets/set.js)_
_See code: [lib/commands/secrets/set.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/secrets/set.js)_

## `fly server [PATH]`

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

_See code: [lib/commands/server.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/server.js)_
_See code: [lib/commands/server.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/server.js)_

## `fly test [PATTERN]`

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

_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.55.1/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/superfly/fly/blob/v0.55.2/lib/commands/test.js)_
<!-- commandsstop -->
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/cli",
"version": "0.55.1",
"version": "0.55.2",
"description": "fly cli",
"homepage": "https://github.com/superfly/fly#readme",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"url": "https://github.com/superfly/fly/issues"
},
"dependencies": {
"@fly/build": "0.55.0",
"@fly/core": "0.55.0",
"@fly/build": "0.55.2",
"@fly/core": "0.55.2",
"@fly/examples": "0.50.0",
"@fly/v8env": "0.55.0",
"@fly/v8env": "0.55.2",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand Down
8 changes: 8 additions & 0 deletions packages/container-server/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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

**Note:** Version bump only for package @fly/container-server





# [0.55.0](https://github.com/superfly/fly/compare/v0.55.0-pre.1...v0.55.0) (2020-04-14)

**Note:** Version bump only for package @fly/container-server
Expand Down
6 changes: 3 additions & 3 deletions packages/container-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/container-server",
"version": "0.55.0",
"version": "0.55.2",
"description": "fly container server",
"homepage": "https://github.com/superfly/fly#readme",
"license": "Apache-2.0",
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/superfly/fly/issues"
},
"dependencies": {
"@fly/core": "0.55.0",
"@fly/v8env": "0.55.0",
"@fly/core": "0.55.2",
"@fly/v8env": "0.55.2",
"js-yaml": "^3.13.0",
"mksuid": "0.0.3",
"tslib": "^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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

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





# [0.55.0](https://github.com/superfly/fly/compare/v0.55.0-pre.1...v0.55.0) (2020-04-14)

**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.55.0",
"version": "0.55.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/v8env": "0.55.0",
"@fly/v8env": "0.55.2",
"console-log-level": "^1.4.0",
"ioredis": "^4",
"ioredis-mock": "^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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

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





## [0.55.1](https://github.com/superfly/fly/compare/v0.55.0...v0.55.1) (2020-04-15)

**Note:** Version bump only for package @fly/fly
Expand Down
8 changes: 4 additions & 4 deletions packages/fly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fly/fly",
"version": "0.55.1",
"version": "0.55.2",
"description": "Open source Edge Application runtime",
"license": "Apache-2.0",
"repository": {
Expand All @@ -20,9 +20,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@fly/cli": "0.55.1",
"@fly/core": "0.55.0",
"@fly/v8env": "0.55.0"
"@fly/cli": "0.55.2",
"@fly/core": "0.55.2",
"@fly/v8env": "0.55.2"
},
"publishConfig": {
"access": "public"
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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)

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





# [0.55.0](https://github.com/superfly/fly/compare/v0.55.0-pre.1...v0.55.0) (2020-04-14)

**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.55.0",
"version": "0.55.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"build:watch": "tsc -b -w -v ."
},
"dependencies": {
"@fly/core": "0.55.0",
"@fly/core": "0.55.2",
"@types/node-fetch": "2.1.2",
"execa": "^1.0.0",
"jest": "^24",
Expand Down
11 changes: 11 additions & 0 deletions packages/v8env/CHANGELOG.md
Original file line number Diff line number Diff line change
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.55.2](https://github.com/superfly/fly/compare/v0.55.1...v0.55.2) (2020-04-15)


### Bug Fixes

* include lib in bundled v8env package ([98c21ac](https://github.com/superfly/fly/commit/98c21ac780d0b58e895e7f883d9e2d1f73788295))





# [0.55.0](https://github.com/superfly/fly/compare/v0.55.0-pre.1...v0.55.0) (2020-04-14)

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

0 comments on commit 512271f

Please sign in to comment.