Skip to content

Commit

Permalink
πŸ“¦ v2.2.0
Browse files Browse the repository at this point in the history
- πŸ“¦ Dependencies update
- πŸ‘·β€β™‚οΈ Merge #48, thanks to @pfmziota and @jankapunkt
- πŸ‘·β€β™‚οΈ Merge #53, introducing `accept` option/field, thanks to
@jankapunkt
- πŸ‘¨β€πŸ’» Minor codebase enhancements
- πŸ“‹ Documentation update
  • Loading branch information
dr-dimitru committed Jun 29, 2019
1 parent 65e6f52 commit 5b79351
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
59 changes: 31 additions & 28 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,59 +1,62 @@
aldeed:autoform@6.3.0
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
binary-heap@1.0.11
blaze@2.3.2
blaze-tools@1.0.10
boilerplate-generator@1.5.0
caching-compiler@1.1.12
boilerplate-generator@1.6.0
caching-compiler@1.2.1
caching-html-compiler@1.1.2
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-server@2.2.0
ddp-server@2.3.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.4.2
ecmascript@0.11.1
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
fetch@0.1.1
geojson-utils@1.0.10
html-tools@1.0.11
htmljs@1.0.11
http@1.4.1
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
jquery@1.11.10
livedata@1.0.18
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
meteor@1.9.3
minimongo@1.4.5
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
momentjs:moment@2.10.6
mongo@1.5.0
mongo@1.6.2
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.0.7
npm-mongo@3.1.2
observe-sequence@1.0.16
ordered-dict@1.1.0
ostrio:autoform-files@2.1.3
ostrio:autoform-files@2.2.0
ostrio:cookies@2.3.0
ostrio:files@1.10.2
promise@0.11.1
ostrio:files@1.11.2
promise@0.11.2
random@1.1.0
reactive-dict@1.2.0
reactive-dict@1.3.0
reactive-var@1.0.11
reload@1.2.0
reload@1.3.0
retry@1.1.0
routepolicy@1.0.13
socket-stream-client@0.2.1
routepolicy@1.1.0
socket-stream-client@0.2.2
spacebars@1.0.15
spacebars-compiler@1.1.2
templating@1.3.2
Expand All @@ -64,5 +67,5 @@ tracker@1.2.0
ui@1.0.13
underscore@1.0.10
url@1.2.0
webapp@1.6.0
webapp@1.7.3
webapp-hashing@1.0.9
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Package.onUse((api) => {
'underscore',
'mongo',
'reactive-var',
'templating',
'templating@1.3.2',
'aldeed:autoform@6.3.0',
'ostrio:files@1.11.2'
]);
], 'client');

api.addFiles([
'lib/client/autoform.js',
Expand Down

0 comments on commit 5b79351

Please sign in to comment.