@tpham0/orange
Advanced tools
Comparing version 2.0.0 to 2.1.0
# CHANGELOG | ||
# [@tpham0/orange-v2.1.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v2.0.0...@tpham0/orange-v2.1.0) (2020-12-18) | ||
### Features | ||
* **orange:** add log8 ([edf3171](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/edf3171a65b1c8ecaf0614ba487b301483c03f97)) | ||
# [@tpham0/orange-v2.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.3.1...@tpham0/orange-v2.0.0) (2020-12-18) | ||
@@ -8,5 +15,31 @@ | ||
* **apple:** add log7 ([#10](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/10)) ([064f6d4](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/064f6d4750a54c4a76d3e82f9872c0ce534c8a58)) | ||
### BREAKING CHANGES | ||
* **apple:** ADD LOG7 | ||
* chore(release): @tpham0/orange-v2.0.0 [skip ci] | ||
# [@tpham0/orange-v2.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.3.1...@tpham0/orange-v2.0.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log7 ([83e3185](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/83e318505439c322a150ce3b117b66756ce37945)) | ||
### BREAKING CHANGES | ||
* **apple:** ADD LOG7 | ||
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> | ||
# [@tpham0/orange-v2.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.3.1...@tpham0/orange-v2.0.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log7 ([83e3185](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/83e318505439c322a150ce3b117b66756ce37945)) | ||
### BREAKING CHANGES | ||
@@ -13,0 +46,0 @@ |
@@ -5,1 +5,2 @@ export declare function callMe(message: string): void; | ||
export declare function log7(): void; | ||
export declare function log8(): void; |
@@ -17,4 +17,7 @@ import { printMe, add } from '@tpham0/apple'; | ||
} | ||
function log8() { | ||
console.log('log6'); | ||
} | ||
export { callMe, log6, log7, sum }; | ||
export { callMe, log6, log7, log8, sum }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -19,2 +19,5 @@ 'use strict'; | ||
} | ||
function log8() { | ||
console.log('log6'); | ||
} | ||
@@ -24,3 +27,4 @@ exports.callMe = callMe; | ||
exports.log7 = log7; | ||
exports.log8 = log8; | ||
exports.sum = sum; | ||
//# sourceMappingURL=orange.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(e){console.log(o.printMe(e))},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(e){console.log(o.printMe(e))},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log6")},exports.log8=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Orange package", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8611
59