Skip to content

Commit

Permalink
Release 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Dec 18, 2024
1 parent f01953f commit e19bdc7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This Changelog contains the changes for all packages of this monorepo, which all

## Unreleased

## 6.8.1 - 2024-12-18

### Fixed

- Add quantitykind constants for those quantitykinds that are defined in the currency file in QUDT.
Expand Down
4 changes: 2 additions & 2 deletions allunits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qudtlib/allunits",
"version": "6.8.0",
"version": "6.8.1",
"description": "Package containing all QUDT units, quantityKinds, and prefixes",
"main": "dist/cjs/units.js",
"module": "dist/mjs/units.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@qudtlib/core": "^6.8.0",
"@qudtlib/core": "^6.8.1",
"decimal.js": "10.4.2"
}
}
4 changes: 2 additions & 2 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qudtlib/core",
"version": "6.8.0",
"version": "6.8.1",
"description": "Data model for QUDTLib",
"main": "dist/cjs/qudtlib.js",
"module": "dist/mjs/qudtlib.js",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qudtlib/examples",
"version": "6.8.0",
"version": "6.8.1",
"description": "@qudtlib examples",
"private": true,
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@qudtlib/allunits": "^6.8.0",
"@qudtlib/allunits": "^6.8.1",
"decimal.js": "10.4.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "6.8.0"
"version": "6.8.1"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e19bdc7

Please sign in to comment.