Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpalmer committed Jul 30, 2021
1 parent 6d43a61 commit e61a451
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-07-30)


### Bug Fixes

* husky eslint improvements ([55068df](https://github.com/nick-codes/soldi.js/commit/55068df97b31dcc1a287d1c9bfcc6f7b8d02ab49))


### Features

* add globals support and fix superCall ([c4b37b3](https://github.com/nick-codes/soldi.js/commit/c4b37b3e343fbfd8560b82cee209c26250b654ea))
* Dinero compatibility layer ([c708e2e](https://github.com/nick-codes/soldi.js/commit/c708e2e28ea571c0f4957f2b81dbb30e16bd20fe))
* format-dinero extension ([6302705](https://github.com/nick-codes/soldi.js/commit/6302705a48b4f939a5193df3799832ff4cdd3a94))
* Initial package setup ([5923ff3](https://github.com/nick-codes/soldi.js/commit/5923ff3e40e896fd1163670621bb91f7bd36b623))
* Locale as extension and used by Dinero ([5e47ded](https://github.com/nick-codes/soldi.js/commit/5e47ded279d22410b6301c4b083aa604c3779177))
* Soldi implementation ([673118c](https://github.com/nick-codes/soldi.js/commit/673118cfac890f0b686f32418ca8756922fdfa22))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.2.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-07-30)


### Bug Fixes

* husky eslint improvements ([55068df](https://github.com/nick-codes/soldi.js/commit/55068df97b31dcc1a287d1c9bfcc6f7b8d02ab49))


### Features

* add globals support and fix superCall ([c4b37b3](https://github.com/nick-codes/soldi.js/commit/c4b37b3e343fbfd8560b82cee209c26250b654ea))
* Locale as extension and used by Dinero ([5e47ded](https://github.com/nick-codes/soldi.js/commit/5e47ded279d22410b6301c4b083aa604c3779177))
* Soldi implementation ([673118c](https://github.com/nick-codes/soldi.js/commit/673118cfac890f0b686f32418ca8756922fdfa22))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soldi/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "A simple currency library",
"module": "index.mjs",
"main": "dist/soldi-core.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/dinero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-07-30)


### Bug Fixes

* husky eslint improvements ([55068df](https://github.com/nick.codes/soldi.js/commit/55068df97b31dcc1a287d1c9bfcc6f7b8d02ab49))


### Features

* Dinero compatibility layer ([c708e2e](https://github.com/nick.codes/soldi.js/commit/c708e2e28ea571c0f4957f2b81dbb30e16bd20fe))
* format-dinero extension ([6302705](https://github.com/nick.codes/soldi.js/commit/6302705a48b4f939a5193df3799832ff4cdd3a94))
* Locale as extension and used by Dinero ([5e47ded](https://github.com/nick.codes/soldi.js/commit/5e47ded279d22410b6301c4b083aa604c3779177))
8 changes: 4 additions & 4 deletions packages/dinero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soldi/dinero",
"version": "0.1.0",
"version": "0.2.0",
"description": "A Dinero v1 compatibility layer for Soldi",
"main": "dist/soldi-dinero.js",
"module": "index.mjs",
Expand All @@ -16,9 +16,9 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest ."
},
"dependencies": {
"@soldi/core": "0.1.0",
"@soldi/locale": "0.1.0",
"@soldi/format-dinero": "0.1.0"
"@soldi/core": "0.2.0",
"@soldi/format-dinero": "0.2.0",
"@soldi/locale": "0.2.0"
},
"devDependencies": {
"jest": "27.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/format-dinero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-07-30)


### Features

* format-dinero extension ([6302705](https://github.com/nick-codes/soldi.js/commit/6302705a48b4f939a5193df3799832ff4cdd3a94))
4 changes: 2 additions & 2 deletions packages/format-dinero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soldi/format-dinero",
"version": "0.1.0",
"version": "0.2.0",
"description": "A formating layer for soldi that is compatible with Dinero v1 toFormat",
"main": "dist/soldi-format-dinero.js",
"module": "index.mjs",
Expand All @@ -16,7 +16,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest ."
},
"dependencies": {
"@soldi/core": "0.1.0"
"@soldi/core": "0.2.0"
},
"devDependencies": {
"jest": "27.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-07-30)


### Features

* Locale as extension and used by Dinero ([5e47ded](https://github.com/nick-codes/soldi.js/commit/5e47ded279d22410b6301c4b083aa604c3779177))
4 changes: 2 additions & 2 deletions packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soldi/locale",
"version": "0.1.0",
"version": "0.2.0",
"description": "An extension layer for Soldi that adds getLocale and setLocale",
"main": "dist/soldi-locale.js",
"module": "index.mjs",
Expand All @@ -16,7 +16,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest ."
},
"dependencies": {
"@soldi/core": "0.1.0"
"@soldi/core": "0.2.0"
},
"devDependencies": {
"jest": "27.0.6",
Expand Down

0 comments on commit e61a451

Please sign in to comment.