Skip to content

Commit 854a303

Browse files
committed
chore(release): 1.0.8
1 parent 6796dcb commit 854a303

File tree

625 files changed

+4382
-4208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

625 files changed

+4382
-4208
lines changed
File renamed without changes.
File renamed without changes.

apm/.meteor/.id .meteor/.id

File renamed without changes.

apm/.meteor/packages .meteor/packages

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
anti:i18n
88
meteorhacks:[email protected]
9-
9+
1010
1111
1212
nemo64:bootstrap@=3.3.5_2
@@ -20,7 +20,7 @@ keiths:octicons
2020
jparker:gravatar
2121
2222
local:jobs
23-
http@1.3.0
23+
http@1.4.0
2424
local:kadira-data
2525
2626
local:permissions-manager
@@ -35,26 +35,26 @@ react
3535
velocityjs:velocityjs
3636
fortawesome:fontawesome
3737
kadira:flow-router
38-
meteor-base@1.2.0
38+
meteor-base@1.3.0
3939
40-
mongo@1.3.1
40+
mongo@1.4.2
4141
blaze-html-templates
4242
4343
4444
4545
46-
reload@1.1.11
47-
random@1.0.10
46+
reload@1.2.0
47+
random@1.1.0
4848
4949
spacebars
50-
check@1.2.5
51-
ecmascript@0.9.0
50+
check@1.3.0
51+
ecmascript@0.10.0
5252
local:state-manager
5353
5454
5555
ian:accounts-ui-bootstrap-3
56-
standard-minifier-css@1.3.5
57-
standard-minifier-js@2.2.0
58-
56+
standard-minifier-css@1.4.0
57+
standard-minifier-js@2.3.1
58+
5959
60-
dynamic-import@0.2.0
60+
dynamic-import@0.3.0
File renamed without changes.

.meteor/release

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
+52-48
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,61 @@
1-
2-
1+
2+
33
4-
4+
55
66
77
8-
autoupdate@1.3.12
9-
babel-compiler@6.24.7
10-
babel-runtime@1.1.1
11-
8+
autoupdate@1.4.0
9+
babel-compiler@7.0.5
10+
babel-runtime@1.2.2
11+
1212
1313
1414
1515
16-
boilerplate-generator@1.3.0
17-
16+
boilerplate-generator@1.4.0
17+
1818
19-
callback-hook@1.0.10
20-
check@1.2.5
19+
callback-hook@1.1.0
20+
check@1.3.0
2121
2222
2323
2424
25-
ddp-client@2.2.0
26-
ddp-common@1.3.0
25+
ddp-client@2.3.1
26+
ddp-common@1.4.0
2727
28-
28+
2929
30-
diff-sequence@1.0.7
31-
dynamic-import@0.2.0
32-
ecmascript@0.9.0
30+
diff-sequence@1.1.0
31+
dynamic-import@0.3.0
32+
ecmascript@0.10.5
3333
34-
ecmascript-runtime-client@0.5.0
34+
ecmascript-runtime-client@0.6.2
3535
3636
3737
38+
3839
fortawesome:[email protected]
3940
4041
4142
4243
4344
44-
http@1.3.0
45+
http@1.4.0
4546
46-
id-map@1.0.9
47+
id-map@1.1.0
4748
4849
4950
50-
51+
5152
5253
5354
5455
5556
5657
57-
58+
5859
5960
6061
@@ -65,71 +66,74 @@ local:[email protected]
6566
6667
6768
68-
69-
meteor-base@1.2.0
69+
70+
meteor-base@1.3.0
7071
7172
7273
meteorhacks:[email protected]
7374
meteorhacks:[email protected]
7475
meteorhacks:[email protected]
7576
meteorhacks:[email protected]
7677
meteorhacks:[email protected]
77-
minifier-css@1.2.16
78-
minifier-js@2.2.0
79-
78+
minifier-css@1.3.1
79+
minifier-js@2.3.3
80+
8081
8182
82-
83-
84-
mongo@1.3.1
83+
84+
85+
mongo@1.4.4
8586
8687
8788
8889
8990
9091
9192
92-
93-
93+
94+
9495
9596
96-
ordered-dict@1.0.9
97+
ordered-dict@1.1.0
9798
9899
percolatestudio:[email protected]_1
99100
practicalmeteor:[email protected]_1
100101
practicalmeteor:[email protected]_2
101-
102+
102103
103-
random@1.0.10
104-
105-
106-
107-
104+
random@1.1.0
105+
106+
107+
108+
108109
109110
110-
reload@1.1.11
111-
retry@1.0.9
111+
reload@1.2.0
112+
retry@1.1.0
112113
114+
113115
114116
115117
116-
118+
119+
117120
121+
118122
119123
120124
121-
standard-minifier-css@1.3.5
122-
standard-minifier-js@2.2.0
123-
125+
standard-minifier-css@1.4.1
126+
standard-minifier-js@2.3.2
127+
124128
125129
126130
127131
128-
tmeasday:check-npm-versions@0.2.0
132+
tmeasday:check-npm-versions@0.3.2
129133
130134
131135
132-
url@1.1.0
136+
url@1.2.0
133137
134-
webapp@1.4.0
138+
webapp@1.5.0
135139

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [1.0.8] - 2018-02-27
7+
- BREAKING CHANGE: Merged package.json and moved meteor files to top level. You should update your mup scripts and point to this directory instead of `/apm`.
8+
- Adding mongo indexes to improve cpu usage [#23](https://github.com/lmachens/meteor-apm-server/pull/23) Thx @jasongrishkoff
9+
- Provide working MUP deployment template and guide [#25](https://github.com/lmachens/meteor-apm-server/pull/25) Thx @jehartzog
10+
- Update npm dependencies.
11+
- Update Meteor to 1.6.1.
12+
- Fixed `MongoOplog is not a constructor`.
713

814
## [1.0.7] - 2018-01-23
915
### Fixed

apm/.meteor/release

-1
This file was deleted.

0 commit comments

Comments
 (0)