@tpham0/orange
Advanced tools
Comparing version 6.0.0 to 7.0.0
@@ -1,26 +0,16 @@ | ||
# @tpham0/orange [6.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@5.0.0...@tpham0/orange@6.0.0) (2020-12-24) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [7.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@6.0.0...@tpham0/orange@7.0.0) (2020-12-24) | ||
### Features | ||
* a ([44568c6](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/44568c6c43548fe37f8423fc1b49fa083c7978e9)) | ||
- s ([88ceb1b](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/88ceb1b45793e42546fa4e0a01f74f3584dedc16)) | ||
### BREAKING CHANGES | ||
* a | ||
- s | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 10.0.0 | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [5.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@3.0.1...@tpham0/orange@5.0.0) (2020-12-24) | ||
@@ -27,0 +17,0 @@ |
@@ -33,3 +33,3 @@ import { printMe, add } from '@tpham0/apple'; | ||
function log2s21() { | ||
console.log('log212222222'); | ||
console.log('l2og212222222'); | ||
} | ||
@@ -36,0 +36,0 @@ |
@@ -35,3 +35,3 @@ 'use strict'; | ||
function log2s21() { | ||
console.log('log212222222'); | ||
console.log('l2og212222222'); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -1,2 +0,2 @@ | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(l){console.log(o.printMe(l))},exports.log10=function(){console.log("log10")},exports.log11=function(){console.log("hello world")},exports.log21=function(){console.log("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("log212222222")},exports.log6=function(){console.log("log622")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log2226")},exports.sum=function(l){return l.reduce((function(l,n){return o.add(l,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(l){console.log(o.printMe(l))},exports.log10=function(){console.log("log10")},exports.log11=function(){console.log("hello world")},exports.log21=function(){console.log("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("l2og212222222")},exports.log6=function(){console.log("log622")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log2226")},exports.sum=function(l){return l.reduce((function(l,n){return o.add(l,n)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "10.0.0" | ||
"@tpham0/apple": "^11.0.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "32ed7e5a4038f882e31e9926e6714512496bdca3" | ||
"gitHead": "fcc64c7803b4cc4535a17d1e07b51d3bff5530a6" | ||
} |
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
12109
+ Added@tpham0/apple@11.0.0(transitive)
- Removed@tpham0/apple@10.0.0(transitive)
Updated@tpham0/apple@^11.0.0