Skip to content

Commit

Permalink
Update the package to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tprzytula committed Oct 29, 2019
1 parent a912dcd commit 360201a
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ [email protected] # ECMAScript 5 compatibility for older browsers
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command

tprzytula:[email protected].1
tprzytula:[email protected].2
[email protected]
meteortesting:mocha
[email protected]
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
tprzytula:[email protected].1
tprzytula:[email protected].2
[email protected]
[email protected]
[email protected]
Expand Down
53 changes: 27 additions & 26 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
[email protected].2
[email protected].3
[email protected]
[email protected]
babel-compiler@7.1.1
babel-runtime@1.2.4
babel-compiler@7.3.4
babel-runtime@1.3.0
[email protected]
[email protected].10
boilerplate-generator@1.5.0
[email protected].11
boilerplate-generator@1.6.0
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
ddp-server@2.2.0
[email protected].0
dynamic-import@0.4.1
ecmascript@0.11.1
ddp-server@2.3.0
[email protected].1
dynamic-import@0.5.1
ecmascript@0.12.4
[email protected]
ecmascript-runtime-client@0.7.1
[email protected].0
ecmascript-runtime-client@0.8.0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
npm-mongo@3.0.11
npm-mongo@3.1.2
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
reload@1.2.0
reload@1.3.0
[email protected]
routepolicy@1.0.13
routepolicy@1.1.0
[email protected]
[email protected]
[email protected]
[email protected]
tprzytula:[email protected].0
tprzytula:[email protected].2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.2] - 29.10.2019
* Improved clarity of how to use the loginWithPassword (#38)
* Test coverage is now correctly gathered from both client & server

## [1.0.1] - 03.12.2018
* Add support to accounts that are identified by email (fixes #16)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'tprzytula:remember-me',
version: '1.0.1',
version: '1.0.2',
summary: 'Extension for Meteor account-base package with the implementation of rememberMe',
git: 'https://github.com/tprzytulacc/Meteor-RememberMe',
documentation: 'README.md'
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": "rememberme",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extension for Meteor account-base package with the implementation of rememberMe",
"license": "MIT",
"author": "Tomasz Przytuła <[email protected]>",
Expand Down

0 comments on commit 360201a

Please sign in to comment.