Skip to content

Commit f025fcd

Browse files
Merge branch 'master' into simplify-log-parameter-names
2 parents a85f4b1 + 3d27811 commit f025fcd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Change Log
22

3+
### v0.49.2
4+
5+
- [#1259](https://github.com/opencomponents/oc/pull/1259) [BUGFIX] remove prefix command on npm
6+
- [#1249](https://github.com/opencomponents/oc/pull/1249) [INTERNAL] use internal body-parser from express >=4.16
7+
- [#1250](https://github.com/opencomponents/oc/pull/1250) [INTERNAL] reduce lodash functions where they are easy replaceable
8+
- [#1216](https://github.com/opencomponents/oc/pull/1216) [#1218](https://github.com/opencomponents/oc/pull/1218) [#1219](https://github.com/opencomponents/oc/pull/1219) [#1220](https://github.com/opencomponents/oc/pull/1220) [#1221](https://github.com/opencomponents/oc/pull/1221) [#1222](https://github.com/opencomponents/oc/pull/1222) [#1223](https://github.com/opencomponents/oc/pull/1223) [#1224](https://github.com/opencomponents/oc/pull/1224) [#1225](https://github.com/opencomponents/oc/pull/1225) [#1226](https://github.com/opencomponents/oc/pull/1226) [#1227](https://github.com/opencomponents/oc/pull/1227) [#1228](https://github.com/opencomponents/oc/pull/1228) [#1229](https://github.com/opencomponents/oc/pull/1229) [#1231](https://github.com/opencomponents/oc/pull/1231) [#1232](https://github.com/opencomponents/oc/pull/1232) [#1233](https://github.com/opencomponents/oc/pull/1233) [#1234](https://github.com/opencomponents/oc/pull/1234) [#1235](https://github.com/opencomponents/oc/pull/1235) [#1236](https://github.com/opencomponents/oc/pull/1236) [#1237](https://github.com/opencomponents/oc/pull/1237) [#1238](https://github.com/opencomponents/oc/pull/1238) [#1239](https://github.com/opencomponents/oc/pull/1239) [#1240](https://github.com/opencomponents/oc/pull/1240) [#1243](https://github.com/opencomponents/oc/pull/1243) [#1244](https://github.com/opencomponents/oc/pull/1244) [#1248](https://github.com/opencomponents/oc/pull/1248) [#1251](https://github.com/opencomponents/oc/pull/1251) [#1252](https://github.com/opencomponents/oc/pull/1252) [#1254](https://github.com/opencomponents/oc/pull/1254) [INTERNAL] Move to Typescript
9+
- [#1217](https://github.com/opencomponents/oc/pull/1217) [INTERNAL] update packages
10+
- [#1209](https://github.com/opencomponents/oc/pull/1209) [INTERNAL] remove wrap-cli-callback
11+
- [#1210](https://github.com/opencomponents/oc/pull/1210) [INTERNAL] remove new references on non-classes
12+
313
### v0.49.1
414

515
- [#1215](https://github.com/opencomponents/oc/pull/1215) add default empty object for object keys

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc",
3-
"version": "0.49.1",
3+
"version": "0.49.2",
44
"description": "A framework for developing and distributing html components",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/components/oc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oc-client",
33
"description": "The OpenComponents client-side javascript client",
4-
"version": "0.49.1",
4+
"version": "0.49.2",
55
"repository": "https://github.com/opencomponents/oc/tree/master/components/oc-client",
66
"author": "Matteo Figus <[email protected]>",
77
"oc": {

0 commit comments

Comments
 (0)