Skip to content

Commit

Permalink
Merge pull request #1099 from LessWrong2/devel
Browse files Browse the repository at this point in the history
Sentry integration, lots of small bug fixes and new timezones code
  • Loading branch information
Discordius committed Oct 17, 2018
2 parents fda3403 + 26e030b commit c38b5b8
Show file tree
Hide file tree
Showing 119 changed files with 4,228 additions and 3,486 deletions.
6 changes: 3 additions & 3 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ vulcan:i18n-en-us

accounts-password@1.5.1
# accounts-twitter
accounts-facebook@1.3.2-rc171.11
accounts-google@1.3.2-rc171.11
accounts-github@1.4.2-rc171.11
accounts-facebook@1.3.2
accounts-google@1.3.2
accounts-github@1.4.2

############ Your Packages ############

Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.7.1-rc.11
METEOR@1.8.1-beta.0
56 changes: 28 additions & 28 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
accounts-base@1.4.3-rc171.11
accounts-facebook@1.3.2-rc171.11
accounts-github@1.4.2-rc171.11
accounts-google@1.3.2-rc171.11
accounts-oauth@1.1.16-rc171.11
accounts-base@1.4.3
accounts-facebook@1.3.2
accounts-github@1.4.2
accounts-google@1.3.2
accounts-oauth@1.1.16
accounts-password@1.5.1
allow-deny@1.1.0
autoupdate@1.5.0-rc171.11
babel-compiler@7.2.0-rc171.11
babel-runtime@1.3.0-rc171.11
autoupdate@1.5.0
babel-compiler@7.2.0
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.11-rc171.11
binary-heap@1.0.11
blaze-tools@1.0.10
boilerplate-generator@1.6.0
buffer@0.0.0
caching-compiler@1.2.0-rc171.11
caching-compiler@1.2.0
caching-html-compiler@1.1.3
callback-hook@1.1.0
check@1.3.1
Expand All @@ -24,10 +24,10 @@ ddp-rate-limiter@1.0.7
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.5.0-rc171.11
ecmascript@0.12.0-rc171.11
dynamic-import@0.5.0
ecmascript@0.12.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0-rc171.11
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
email@1.2.3
Expand All @@ -36,14 +36,14 @@ facebook-oauth@1.5.0
fetch@0.1.0
fourseven:scss@4.9.0
geojson-utils@1.0.10
github-oauth@1.2.2-rc171.11
google-oauth@1.2.6-rc171.11
github-oauth@1.2.2
google-oauth@1.2.6
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
http@1.4.1
id-map@1.1.0
inter-process-messaging@0.1.0-rc171.11
inter-process-messaging@0.1.0
lesswrong@0.1.0
lmieulet:meteor-coverage@2.0.2
localstorage@1.2.0
Expand All @@ -53,20 +53,20 @@ meteorhacks:inject-initial@1.0.4
meteorhacks:picker@1.0.3
meteortesting:browser-tests@0.2.0
meteortesting:mocha@0.6.0
minifier-css@1.4.0-rc171.11
minifier-js@2.4.0-rc171.11
minimongo@1.4.4
minifier-css@1.4.0
minifier-js@2.4.0
minimongo@1.4.5
modern-browsers@0.1.2
modules@0.13.0-rc171.11
modules@0.13.0
modules-runtime@0.10.2
mongo@1.6.0-rc171.11
mongo@1.6.0
mongo-decimal@0.1.0
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-bcrypt@0.9.3
npm-mongo@3.1.1-rc171.11
npm-mongo@3.1.1
oauth@1.2.3
oauth2@1.2.1-rc171.11
oauth2@1.2.1
ordered-dict@1.1.0
percolatestudio:synced-cron@1.1.0
practicalmeteor:mocha-core@1.0.1
Expand All @@ -77,17 +77,17 @@ reactive-dict@1.2.1
reactive-var@1.0.11
reload@1.2.0
retry@1.1.0
routepolicy@1.1.0-rc171.11
routepolicy@1.1.0
server-render@0.3.1
service-configuration@1.0.11
session@1.1.8
sha@1.0.9
shell-server@0.4.0-rc171.11
shell-server@0.4.0
socket-stream-client@0.2.2
spacebars-compiler@1.1.3
srp@1.0.12
standard-minifier-css@1.5.0-rc171.11
standard-minifier-js@2.4.0-rc171.11
standard-minifier-css@1.5.0
standard-minifier-js@2.4.0
static-html@1.2.2
templating-tools@1.1.2
tracker@1.2.0
Expand All @@ -109,5 +109,5 @@ vulcan:routing@1.12.8
vulcan:ui-bootstrap@1.12.8
vulcan:users@1.12.8
vulcan:voting@1.12.8
webapp@1.7.0-rc171.11
webapp@1.7.0
webapp-hashing@1.0.9

0 comments on commit c38b5b8

Please sign in to comment.