Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.5 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Jul 19, 2021
1 parent 53f84c2 commit 5b86090
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# [2.0.0-alpha.4](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2021-07-16)
# [2.0.0-alpha.5](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2021-07-19)

### Features

* introduce compare function ([#266](https://github.com/dinerojs/dinero.js/issues/266)) ([53f84c2](https://github.com/dinerojs/dinero.js/commit/53f84c28c78ba8bf04249615267f01f60603c674))

# [2.0.0-alpha.4](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2021-07-16)

# [2.0.0-alpha.3](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2021-07-13)

Expand Down
6 changes: 3 additions & 3 deletions examples/cart-react/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@dinero.js/example-cart-react",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.4",
"@dinero.js/currencies": "2.0.0-alpha.5",
"classnames": "2.2.6",
"dinero.js": "2.0.0-alpha.4",
"dinero.js": "2.0.0-alpha.5",
"react": "17.0.0",
"react-dom": "17.0.0",
"rosetta": "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/cart-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dinero.js/example-cart-vue",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.4",
"dinero.js": "2.0.0-alpha.4",
"@dinero.js/currencies": "2.0.0-alpha.5",
"dinero.js": "2.0.0-alpha.5",
"rosetta": "1.1.0",
"vue": "3.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinero.js/example-starter",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"vite": "^2.4.2"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.4",
"dinero.js": "2.0.0-alpha.4"
"@dinero.js/currencies": "2.0.0-alpha.5",
"dinero.js": "2.0.0-alpha.5"
}
}
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": ["packages/*", "examples/*"],
"version": "2.0.0-alpha.4",
"packages": [
"packages/*",
"examples/*"
],
"version": "2.0.0-alpha.5",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/calculator-bigint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinero.js/calculator-bigint",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Bigint calculator implementation for Dinero.js",
"keywords": [
"money",
Expand Down Expand Up @@ -43,6 +43,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/core": "2.0.0-alpha.4"
"@dinero.js/core": "2.0.0-alpha.5"
}
}
4 changes: 2 additions & 2 deletions packages/calculator-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinero.js/calculator-number",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Number calculator implementation for Dinero.js",
"keywords": [
"money",
Expand Down Expand Up @@ -43,6 +43,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/core": "2.0.0-alpha.4"
"@dinero.js/core": "2.0.0-alpha.5"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinero.js/core",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Common code between Dinero.js packages",
"keywords": [
"money",
Expand Down Expand Up @@ -41,6 +41,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.4"
"@dinero.js/currencies": "2.0.0-alpha.5"
}
}
2 changes: 1 addition & 1 deletion packages/currencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinero.js/currencies",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Common currency implementations for Dinero.js",
"keywords": [
"money",
Expand Down
8 changes: 4 additions & 4 deletions packages/dinero.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dinero.js",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Create, calculate, and format money in JavaScript and TypeScript",
"keywords": [
"money",
Expand Down Expand Up @@ -43,8 +43,8 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/calculator-number": "2.0.0-alpha.4",
"@dinero.js/core": "2.0.0-alpha.4",
"@dinero.js/currencies": "2.0.0-alpha.4"
"@dinero.js/calculator-number": "2.0.0-alpha.5",
"@dinero.js/core": "2.0.0-alpha.5",
"@dinero.js/currencies": "2.0.0-alpha.5"
}
}

1 comment on commit 5b86090

@vercel
Copy link

@vercel vercel bot commented on 5b86090 Jul 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.