diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d405f4..09b59a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + + +### Bug Fixes + +* security alert against glob-parent ([627dd99](https://github.com/nick-codes/soldi.js/commit/627dd99714d85f0a666f3fb3f9bf3156be5d0dc6)) + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) diff --git a/lerna.json b/lerna.json index dd47cd9..71caac3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.4.0", + "version": "0.4.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/codemod/CHANGELOG.md b/packages/codemod/CHANGELOG.md index 5cd1f44..3ef1e51 100644 --- a/packages/codemod/CHANGELOG.md +++ b/packages/codemod/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + +**Note:** Version bump only for package @soldi/codemod + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 5e7cd51..55a2e2a 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@soldi/codemod", - "version": "0.4.0", + "version": "0.4.1", "description": "Codemod's for updating Dindero v1 code to @soldi/dinero or @soldi/core", "module": "index.mjs", "main": "dist/soldi-codemod.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3a03743..159593a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + +**Note:** Version bump only for package @soldi/core + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) **Note:** Version bump only for package @soldi/core diff --git a/packages/core/package.json b/packages/core/package.json index 0eeafd0..a9dba72 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@soldi/core", - "version": "0.4.0", + "version": "0.4.1", "description": "A simple currency library", "module": "index.mjs", "main": "dist/soldi-core.js", diff --git a/packages/dinero/CHANGELOG.md b/packages/dinero/CHANGELOG.md index 4685971..123fd92 100644 --- a/packages/dinero/CHANGELOG.md +++ b/packages/dinero/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + +**Note:** Version bump only for package @soldi/dinero + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) **Note:** Version bump only for package @soldi/dinero diff --git a/packages/dinero/package.json b/packages/dinero/package.json index f903276..cd82891 100644 --- a/packages/dinero/package.json +++ b/packages/dinero/package.json @@ -1,6 +1,6 @@ { "name": "@soldi/dinero", - "version": "0.4.0", + "version": "0.4.1", "description": "A Dinero v1 compatibility layer for Soldi", "main": "dist/soldi-dinero.js", "module": "index.mjs", @@ -16,9 +16,9 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest ." }, "dependencies": { - "@soldi/core": "0.4.0", - "@soldi/format-dinero": "0.4.0", - "@soldi/locale": "0.4.0" + "@soldi/core": "0.4.1", + "@soldi/format-dinero": "0.4.1", + "@soldi/locale": "0.4.1" }, "devDependencies": { "jest": "27.0.6", diff --git a/packages/format-dinero/CHANGELOG.md b/packages/format-dinero/CHANGELOG.md index 1a41443..0fd490b 100644 --- a/packages/format-dinero/CHANGELOG.md +++ b/packages/format-dinero/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + +**Note:** Version bump only for package @soldi/format-dinero + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) **Note:** Version bump only for package @soldi/format-dinero diff --git a/packages/format-dinero/package.json b/packages/format-dinero/package.json index 72b35d0..d4a8773 100644 --- a/packages/format-dinero/package.json +++ b/packages/format-dinero/package.json @@ -1,6 +1,6 @@ { "name": "@soldi/format-dinero", - "version": "0.4.0", + "version": "0.4.1", "description": "A formating layer for soldi that is compatible with Dinero v1 toFormat", "main": "dist/soldi-format-dinero.js", "module": "index.mjs", @@ -16,7 +16,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest ." }, "dependencies": { - "@soldi/core": "0.4.0" + "@soldi/core": "0.4.1" }, "devDependencies": { "jest": "27.0.6", diff --git a/packages/locale/CHANGELOG.md b/packages/locale/CHANGELOG.md index f6966a1..ce20e47 100644 --- a/packages/locale/CHANGELOG.md +++ b/packages/locale/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/nick-codes/soldi.js/compare/v0.4.0...v0.4.1) (2021-08-03) + +**Note:** Version bump only for package @soldi/locale + + + + + # [0.4.0](https://github.com/nick-codes/soldi.js/compare/v0.3.0...v0.4.0) (2021-08-02) **Note:** Version bump only for package @soldi/locale diff --git a/packages/locale/package.json b/packages/locale/package.json index 244a50a..7aefe17 100644 --- a/packages/locale/package.json +++ b/packages/locale/package.json @@ -1,6 +1,6 @@ { "name": "@soldi/locale", - "version": "0.4.0", + "version": "0.4.1", "description": "An extension layer for Soldi that adds getLocale and setLocale", "main": "dist/soldi-locale.js", "module": "index.mjs", @@ -16,7 +16,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest ." }, "dependencies": { - "@soldi/core": "0.4.0" + "@soldi/core": "0.4.1" }, "devDependencies": { "jest": "27.0.6",