Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.11 (#689)
Browse files Browse the repository at this point in the history
This pull request prepares the following release:
| Repository | Branch | Update | Change |
|---|---|---|---|
| [dinero.js](https://github.com/dinerojs/dinero.js) |
releases/v2.0.0-alpha.11 | prerelease | [`2.0.0-alpha.10` →
`2.0.0-alpha.11`](v2.0.0-alpha.10...releases/v2.0.0-alpha.11)
|

### Release Summary
This is going to be published with the following command:

| Dir | Command |
|---|---|
| packages/calculator-bigint | yarn publish --access public --tag alpha
|
| packages/calculator-number | yarn publish --access public --tag alpha
|
| packages/core | yarn publish --access public --tag alpha |
| packages/currencies | yarn publish --access public --tag alpha |
| packages/dinero.js | yarn publish --access public --tag alpha |

### Merging Instructions
When merging this pull request, you need to **Squash and merge** and
make sure that the title starts with `chore: release v2.0.0-alpha.11`.
<details>
<summary>See details</summary>

After that, a commit `chore: release v2.0.0-alpha.11` will be added and
you or your CI can run `shipjs trigger` to trigger the release based on
the commit.
![Squash and
merge](https://raw.githubusercontent.com/algolia/shipjs/v0.24.4/assets/squash-and-merge.png)
</details>

---

_This pull request is automatically generated by
[Ship.js](https://github.com/algolia/shipjs)_.
  • Loading branch information
sarahdayan authored Dec 4, 2022
1 parent e7bb473 commit 2117fd3
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 25 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0-alpha.11](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2022-12-04)


### Features

* provide better support for non-decimal currencies ([#309](https://github.com/dinerojs/dinero.js/issues/309)) ([e7e9a19](https://github.com/dinerojs/dinero.js/commit/e7e9a19e6eb8e4ff8903867a60c1457a8d241d0c)), closes [#294](https://github.com/dinerojs/dinero.js/issues/294)


### BREAKING CHANGES

* ** the `toUnit` and the `toFormat` functions were
removed.



# [2.0.0-alpha.10](https://github.com/dinerojs/dinero.js/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2022-11-19)

### Bug Fixes
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.10",
"version": "2.0.0-alpha.11",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.10",
"@dinero.js/currencies": "2.0.0-alpha.11",
"classnames": "2.2.6",
"dinero.js": "2.0.0-alpha.10",
"dinero.js": "2.0.0-alpha.11",
"react": "18.2.0",
"react-dom": "18.2.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.10",
"version": "2.0.0-alpha.11",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.10",
"dinero.js": "2.0.0-alpha.10",
"@dinero.js/currencies": "2.0.0-alpha.11",
"dinero.js": "2.0.0-alpha.11",
"vue": "3.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/pricing-react/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@dinero.js/example-pricing-react",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"scripts": {
"build:clean": "rimraf ./dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.10",
"@dinero.js/currencies": "2.0.0-alpha.11",
"@heroicons/react": "1.0.2",
"classnames": "2.3.1",
"dinero.js": "2.0.0-alpha.10",
"dinero.js": "2.0.0-alpha.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-slider": "1.3.1"
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.10",
"version": "2.0.0-alpha.11",
"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.10",
"dinero.js": "2.0.0-alpha.10"
"@dinero.js/currencies": "2.0.0-alpha.11",
"dinero.js": "2.0.0-alpha.11"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"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.10",
"version": "2.0.0-alpha.11",
"description": "Bigint calculator implementation for Dinero.js",
"keywords": [
"money",
Expand Down Expand Up @@ -44,6 +44,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/core": "2.0.0-alpha.10"
"@dinero.js/core": "2.0.0-alpha.11"
}
}
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.10",
"version": "2.0.0-alpha.11",
"description": "Number calculator implementation for Dinero.js",
"keywords": [
"money",
Expand Down Expand Up @@ -44,6 +44,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/core": "2.0.0-alpha.10"
"@dinero.js/core": "2.0.0-alpha.11"
}
}
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.10",
"version": "2.0.0-alpha.11",
"description": "Common code between Dinero.js packages",
"keywords": [
"money",
Expand Down Expand Up @@ -42,6 +42,6 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/currencies": "2.0.0-alpha.10"
"@dinero.js/currencies": "2.0.0-alpha.11"
}
}
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.10",
"version": "2.0.0-alpha.11",
"description": "Common currency implementations for Dinero.js",
"keywords": [
"money",
Expand Down
10 changes: 5 additions & 5 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.10",
"version": "2.0.0-alpha.11",
"description": "Create, calculate, and format money in JavaScript and TypeScript",
"keywords": [
"money",
Expand Down Expand Up @@ -44,11 +44,11 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@dinero.js/calculator-number": "2.0.0-alpha.10",
"@dinero.js/core": "2.0.0-alpha.10",
"@dinero.js/currencies": "2.0.0-alpha.10"
"@dinero.js/calculator-number": "2.0.0-alpha.11",
"@dinero.js/core": "2.0.0-alpha.11",
"@dinero.js/currencies": "2.0.0-alpha.11"
},
"devDependencies": {
"@dinero.js/calculator-bigint": "2.0.0-alpha.10"
"@dinero.js/calculator-bigint": "2.0.0-alpha.11"
}
}

1 comment on commit 2117fd3

@vercel
Copy link

@vercel vercel bot commented on 2117fd3 Dec 4, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dinerojs – ./

dinerojs-git-main-dinerojs.vercel.app
dinerojs-dinerojs.vercel.app
v2.dinerojs.com

Please sign in to comment.