Skip to content

Commit

Permalink
release(roc-package-web-app): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Dec 13, 2017
1 parent ec66070 commit 3ce8676
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
10 changes: 10 additions & 0 deletions packages/roc-package-web-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/rocjs/roc-extensions/tree/master/packages/roc-package-web-app/compare/v1.0.0...v1.0.1) (2017-12-13)


### Bug Fixes

* Don't always compress the response ([eb3287b](https://github.com/rocjs/roc-extensions/tree/master/packages/roc-package-web-app/commit/eb3287b))



<a name="1.0.0"></a>
# 1.0.0 (2017-10-24)

Expand Down
3 changes: 0 additions & 3 deletions packages/roc-package-web-app/docs/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ __Version__: ~0.0.2
#### [koa-add-trailing-slashes](https://www.npmjs.com/package/koa-add-trailing-slashes)
__Version__: ~1.1.0

#### [koa-compressor](https://www.npmjs.com/package/koa-compressor)
__Version__: ~1.0.3

#### [koa-errors](https://www.npmjs.com/package/koa-errors)
__Version__: ~1.0.1

Expand Down
10 changes: 5 additions & 5 deletions packages/roc-package-web-app/docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
The extensions that are used in the project, indirect and direct, in the order that they were added.

## Packages
### roc-abstract-package-base — [v1.0.0-beta.2](https://www.npmjs.com/package/roc-abstract-package-base)
### roc-abstract-package-base — [v1.0.0](https://www.npmjs.com/package/roc-abstract-package-base)
Package forming an abstract foundation of the Roc ecosystem.

The package serves as a base from which other packages within the ecosystem are to be constructed.
It is therefore _never to be included_ as a direct dependency in app or component projects.

### roc-package-webpack — [v1.0.0-beta.8](https://www.npmjs.com/package/roc-package-webpack)
### roc-package-webpack — [v1.0.0](https://www.npmjs.com/package/roc-package-webpack)
Package providing Webpack support for Roc

### roc-package-webpack-node — [v1.0.0-beta.4](https://www.npmjs.com/package/roc-package-webpack-node)
### roc-package-webpack-node — [v1.0.0](https://www.npmjs.com/package/roc-package-webpack-node)
Package providing Node support through Webpack.

### roc-package-webpack-web — [v1.0.0-beta.3](https://www.npmjs.com/package/roc-package-webpack-web)
### roc-package-webpack-web — [v1.0.0](https://www.npmjs.com/package/roc-package-webpack-web)
Package providing support bundling for Browser runtimes.

## Plugins
### roc-plugin-start — [v1.0.0-beta.2](https://www.npmjs.com/package/roc-plugin-start)
### roc-plugin-start — [v1.0.0](https://www.npmjs.com/package/roc-plugin-start)
Adds start command with a way to modify the runtime
2 changes: 1 addition & 1 deletion packages/roc-package-web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-package-web-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Package for building web applications using Roc",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 3ce8676

Please sign in to comment.