Skip to content

Commit

Permalink
📦 v2.6.1
Browse files Browse the repository at this point in the history
- 🤝Compatibility with `[email protected]`;
- 🐞 Fix: #17 — set multiple cookies on the server; Thanks to @Ajaay
for submitting this issue;
- 📋 Minor documentation enhancements;
- 📦 Internal meteor dependencies upgrade.
  • Loading branch information
dr-dimitru committed Oct 7, 2020
1 parent 6ed99d7 commit c713b49
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
boilerplate-generator@1.6.0
boilerplate-generator@1.7.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].2
[email protected]
[email protected].1
[email protected].2
[email protected].2
[email protected].3
[email protected]
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
local-test:ostrio:[email protected].0
[email protected].1
local-test:ostrio:[email protected].1
[email protected]
[email protected]
minimongo@1.4.5
[email protected].4
minimongo@1.6.0
[email protected].5
[email protected]
[email protected]
mongo@1.8.0
mongo@1.10.0
[email protected]
[email protected]
[email protected]
npm-mongo@3.3.0
npm-mongo@3.8.1
[email protected]
ostrio:[email protected].0
ostrio:[email protected].1
[email protected]
random@1.1.0
random@1.2.0
[email protected]
[email protected]
[email protected]
socket-stream-client@0.2.2
socket-stream-client@0.3.1
[email protected]
[email protected]
[email protected]
url@1.2.0
webapp@1.8.0
url@1.3.1
webapp@1.9.1
[email protected]
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: 'ostrio:cookies',
version: '2.6.0',
version: '2.6.1',
summary: 'Isomorphic bulletproof Server, Client, Browser and Cordova cookies',
git: 'https://github.com/VeliovGroup/Meteor-Cookies',
documentation: 'README.md'
Expand Down

0 comments on commit c713b49

Please sign in to comment.