From a462fa657b532d80a2a7873059bc954d89f2a109 Mon Sep 17 00:00:00 2001 From: Mark Pieszak Date: Tue, 10 Sep 2019 16:56:02 -0400 Subject: [PATCH] publish 2.0.0 --- README.md | 2 +- libraries/ng-universal/README.md | 2 +- libraries/ng-universal/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aeee88d..06f97e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Angular Universal Schematics & Utility Helpers - Trilon [![npm](https://img.shields.io/npm/v/@trilon/ng-universal.svg?label=npm%20version&color=5b1096&style=for-the-badge)](https://www.npmjs.com/@trilon/ng-universal) -[![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@trilon/ng-universal?color=b31ae7&style=for-the-badge)](https://bundlephobia.com/result?p=@trilon/ng-universal@1.1.0) +[![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@trilon/ng-universal?color=b31ae7&style=for-the-badge)](https://bundlephobia.com/result?p=@trilon/ng-universal@2.0.1) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384)](/LICENSE) diff --git a/libraries/ng-universal/README.md b/libraries/ng-universal/README.md index ae24cb5..31afc15 100644 --- a/libraries/ng-universal/README.md +++ b/libraries/ng-universal/README.md @@ -1,7 +1,7 @@ # Angular Universal Schematics & Utility Helpers - Trilon [![npm](https://img.shields.io/npm/v/@trilon/ng-universal.svg?label=npm%20version&color=5b1096&style=for-the-badge)](https://www.npmjs.com/@trilon/ng-universal) -[![NPM Downloads](https://img.shields.io/npm/dt/@trilon/ng-universal.svg?color=b31ae7&style=for-the-badge)](https://www.npmjs.com/@trilon/ng-universal) +[![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@trilon/ng-universal?color=b31ae7&style=for-the-badge)](https://bundlephobia.com/result?p=@trilon/ng-universal@2.0.0) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384)](/LICENSE) --- diff --git a/libraries/ng-universal/package.json b/libraries/ng-universal/package.json index e86949f..b88060a 100644 --- a/libraries/ng-universal/package.json +++ b/libraries/ng-universal/package.json @@ -1,7 +1,7 @@ { "name": "@trilon/ng-universal", "description": "Angular Universal Schematics and Helpers - Brought to you by Trilon.io", - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Trilon", "email": "hello@trilon.io", diff --git a/package.json b/package.json index a02fa52..7a0a2d0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "pack:ng-universal": "cd dist/ng-universal && npm pack", "pack:universal-ssr-mocks": "cd dist/universal-ssr-mocks && npm pack", "pack:all": "npm run pack:ng-universal && npm run pack:universal-ssr-mocks", - "publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-2.0.0.tgz --access=public", + "publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-2.0.1.tgz --access=public", "publish:universal-ssr-mocks": "npm publish ./dist/universal-ssr-mocks/trilon-universal-ssr-mocks-1.0.0.tgz --access=public", "publish": "npm run build:ng-universal && npm run publish:ng-universal", "test": "ng test",