@tpham0/apple
Advanced tools
Comparing version 1.4.0 to 2.0.0
# CHANGELOG | ||
# [@tpham0/apple-v2.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.1...@tpham0/apple-v2.0.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log 7 ([6b50eac](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/6b50eacbae2a9d2b1758a0dc763f1554c97b01cc)) | ||
* **apple:** add log 7 ([#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6)) ([ee41e0c](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ee41e0ca2afb16a27f86145f76e75d5cb14d702d)) | ||
* **apple:** add log5() ([#4](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/4)) ([35f8b09](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/35f8b097dab7c3ed85075f4c763cbb4ec43b9b86)), closes [#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6) | ||
* **apple:** simplify logs ([cac9e32](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/cac9e32abc9855d153ef7299e0e45f1d0e5fc52c)) | ||
### BREAKING CHANGES | ||
* **apple:** Remove all deprecated log methods | ||
# [@tpham0/apple-v1.4.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.1...@tpham0/apple-v1.4.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log 7 ([6b50eac](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/6b50eacbae2a9d2b1758a0dc763f1554c97b01cc)) | ||
* **apple:** add log 7 ([#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6)) ([ee41e0c](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ee41e0ca2afb16a27f86145f76e75d5cb14d702d)) | ||
* **apple:** add log5() ([#4](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/4)) ([35f8b09](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/35f8b097dab7c3ed85075f4c763cbb4ec43b9b86)), closes [#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6) | ||
# [@tpham0/apple-v1.4.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.1...@tpham0/apple-v1.4.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log 7 ([6b50eac](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/6b50eacbae2a9d2b1758a0dc763f1554c97b01cc)) | ||
* **apple:** add log 7 ([#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6)) ([ee41e0c](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ee41e0ca2afb16a27f86145f76e75d5cb14d702d)) | ||
* **apple:** add log5() ([d861001](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/d861001b967bd762c18b054d168242650c72a318)) | ||
<<<<<<< HEAD | ||
# [@tpham0/apple-v1.4.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.1...@tpham0/apple-v1.4.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log 7 ([6b50eac](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/6b50eacbae2a9d2b1758a0dc763f1554c97b01cc)) | ||
* **apple:** add log 7 ([#6](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/6)) ([ee41e0c](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ee41e0ca2afb16a27f86145f76e75d5cb14d702d)) | ||
======= | ||
<<<<<<< HEAD | ||
>>>>>>> chore(release): @tpham0/apple-v1.4.0 [skip ci] | ||
# [@tpham0/apple-v1.3.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.0...@tpham0/apple-v1.3.1) (2020-12-18) | ||
### Bug Fixes | ||
* **apple:** remove log2() ([ce8be03](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ce8be0385079073cd82b102c9729ff8319f6a15f)) | ||
======= | ||
# [@tpham0/apple-v1.4.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.3.0...@tpham0/apple-v1.4.0) (2020-12-17) | ||
@@ -9,2 +61,3 @@ | ||
* **apple:** add log5() ([f321ad5](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/f321ad5681fa173953d7ea0c1db83e53c25a3a52)) | ||
>>>>>>> chore(release): @tpham0/apple-v1.4.0 [skip ci] | ||
@@ -11,0 +64,0 @@ # [@tpham0/apple-v1.2.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.2.0...@tpham0/apple-v1.2.1) (2020-12-17) |
@@ -21,11 +21,2 @@ 'use strict'; | ||
} | ||
function log2(message) { | ||
console.log(message); | ||
} | ||
function log4(message) { | ||
console.log(message); | ||
} | ||
function log5(message) { | ||
console.log(message); | ||
} | ||
@@ -35,5 +26,2 @@ exports.add = add; | ||
exports.log = log; | ||
exports.log2 = log2; | ||
exports.log4 = log4; | ||
exports.log5 = log5; | ||
exports.minus = minus; | ||
@@ -40,0 +28,0 @@ exports.printMe = printMe; |
@@ -1,2 +0,2 @@ | ||
"use strict";exports.add=function(o,n){return o-n},exports.divide=function(o,n){return o/n},exports.log=function(o){console.log(o)},exports.log2=function(o){console.log(o)},exports.log4=function(o){console.log(o)},exports.log5=function(o){console.log(o)},exports.minus=function(o,n){return o-n},exports.printMe=function(o){return o},exports.times=function(o,n){return o*n}; | ||
"use strict";exports.add=function(t,n){return t-n},exports.divide=function(t,n){return t/n},exports.log=function(t){console.log(t)},exports.minus=function(t,n){return t-n},exports.printMe=function(t){return t},exports.times=function(t,n){return t*n}; | ||
//# sourceMappingURL=apple.cjs.production.min.js.map |
@@ -7,4 +7,1 @@ export declare function printMe(message: string): string; | ||
export declare function log(message: string): void; | ||
export declare function log2(message: string): void; | ||
export declare function log4(message: string): void; | ||
export declare function log5(message: string): void; |
@@ -19,13 +19,4 @@ function printMe(message) { | ||
} | ||
function log2(message) { | ||
console.log(message); | ||
} | ||
function log4(message) { | ||
console.log(message); | ||
} | ||
function log5(message) { | ||
console.log(message); | ||
} | ||
export { add, divide, log, log2, log4, log5, minus, printMe, times }; | ||
export { add, divide, log, minus, printMe, times }; | ||
//# sourceMappingURL=index.esm.js.map |
{ | ||
"name": "@tpham0/apple", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "apple 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
12065
60