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 @@ es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.12.4 # Enable ECMAScript2015+ syntax in app code
shell-server@0.4.0 # Server-side component of the `meteor shell` command

tprzytula:remember-me@1.0.1
tprzytula:remember-me@1.0.2
accounts-base@1.4.3
meteortesting:mocha
check@1.3.1
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
tprzytula:remember-me@1.0.1
tprzytula:remember-me@1.0.2
tracker@1.2.0
ui@1.0.13
underscore@1.0.10
Expand Down
53 changes: 27 additions & 26 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
accounts-base@1.4.2
accounts-base@1.4.3
accounts-password@1.5.1
allow-deny@1.1.0
babel-compiler@7.1.1
babel-runtime@1.2.4
babel-compiler@7.3.4
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.10
boilerplate-generator@1.5.0
binary-heap@1.0.11
boilerplate-generator@1.6.0
callback-hook@1.1.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.2
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.2.0
diff-sequence@1.1.0
dynamic-import@0.4.1
ecmascript@0.11.1
ddp-server@2.3.0
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.1
ecmascript-runtime-server@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
email@1.2.3
fetch@0.1.1
geojson-utils@1.0.10
http@1.4.1
id-map@1.1.0
inter-process-messaging@0.1.0
localstorage@1.2.0
logging@1.1.20
meteor@1.9.0
minimongo@1.4.4
modern-browsers@0.1.2
modules@0.12.2
modules-runtime@0.10.0
mongo@1.5.0
meteor@1.9.3
minimongo@1.4.5
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.2
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-bcrypt@0.9.3
npm-mongo@3.0.11
npm-mongo@3.1.2
ordered-dict@1.1.0
promise@0.11.1
promise@0.11.2
random@1.1.0
rate-limit@1.0.9
reactive-var@1.0.11
reload@1.2.0
reload@1.3.0
retry@1.1.0
routepolicy@1.0.13
routepolicy@1.1.0
service-configuration@1.0.11
sha@1.0.9
socket-stream-client@0.2.2
srp@1.0.12
tprzytula:remember-me@1.0.0
tprzytula:remember-me@1.0.2
tracker@1.2.0
underscore@1.0.10
url@1.2.0
webapp@1.6.0
webapp@1.7.3
webapp-hashing@1.0.9
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 <t.przytula.dev@gmail.com>",
Expand Down

0 comments on commit 360201a

Please sign in to comment.