Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Sep 9, 2019
1 parent 22c30fe commit 63d55b8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 35 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0 (2019-09-09)


### Documentation

* **readme:** add Greenkeeper badge ([6231227](https://github.com/Alorel/ngx-sails/commit/6231227))


### Features

* initial release ([#2](https://github.com/Alorel/ngx-sails/issues/2)) ([533cad1](https://github.com/Alorel/ngx-sails/commit/533cad1)), closes [#6](https://github.com/Alorel/ngx-sails/issues/6)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/ngx-sails.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/Alorel/ngforage.svg?branch=master)](https://travis-ci.org/Alorel/ngforage)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=master)](https://coveralls.io/github/Alorel/ngx-sails?branch=master)
[![Build Status](https://travis-ci.org/Alorel/ngforage.svg?branch=1.0.0)](https://travis-ci.org/Alorel/ngforage)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/ngx-sails/badge.svg?branch=1.0.0)](https://coveralls.io/github/Alorel/ngx-sails?branch=1.0.0)

# Angular bindings for the sails socket client

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-sails",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
33 changes: 1 addition & 32 deletions projects/ngx-sails/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
{
"name": "@aloreljs/ngx-sails",
"publishConfig": {
"access": "public"
},
"description": "Sails socket.io bindings for Angular",
"keywords": [
"angular",
"ngx",
"sails",
"socket",
"socket.io",
"binding",
"bindings"
],
"version": "0.0.1",
"dependencies": {
"@types/socket.io-client": "^1.4.32"
},
"peerDependencies": {
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0",
"rxjs": "^6.4.0",
"socket.io-client": "^2.0.0"
},
"devDependencies": {
"@angular/platform-browser-dynamic": "^8.2.5",
"@types/lodash-es": "^4.17.3",
"lodash-es": "^4.17.15",
"zone.js": "~0.10.2"
}
}
{"name":"@aloreljs/ngx-sails","publishConfig":{"access":"public"},"description":"Sails socket.io bindings for Angular","keywords":["angular","ngx","sails","socket","socket.io","binding","bindings"],"version":"1.0.0","dependencies":{"@types/socket.io-client":"^1.4.32"},"peerDependencies":{"@angular/common":"^8.0.0","@angular/core":"^8.0.0","rxjs":"^6.4.0","socket.io-client":"^2.0.0"},"devDependencies":{"@angular/platform-browser-dynamic":"^8.2.5","@types/lodash-es":"^4.17.3","lodash-es":"^4.17.15","zone.js":"~0.10.2"}}

0 comments on commit 63d55b8

Please sign in to comment.