Skip to content

Commit d0c5b18

Browse files
authored
Merge pull request #569 from metalizzsas/changeset-release/main
Version Packages
2 parents 1830cc8 + 1023ec9 commit d0c5b18

11 files changed

Lines changed: 28 additions & 20 deletions

File tree

.changeset/poor-bananas-sleep.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-walls-fry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/simulation-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"modbus-serial": "^8.0.16"
2222
},
2323
"devDependencies": {
24-
"@nuster/turbine": "2.2.3",
24+
"@nuster/turbine": "2.3.0",
2525
"@types/cors": "^2.8.17",
2626
"@types/express": "^4.17.21",
2727
"@types/node": "^20.12.12",

packages/simulation-server/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/simulation-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format": "prettier --plugin-search-dir . --write ."
2020
},
2121
"devDependencies": {
22-
"@nuster/turbine": "2.2.3",
22+
"@nuster/turbine": "2.3.0",
2323
"@sveltejs/adapter-node": "^5.0.1",
2424
"@sveltejs/kit": "2.5.8",
2525
"@typescript-eslint/eslint-plugin": "^7.9.0",

packages/simulation-ui/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/turbine/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nuster/turbine
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#568](https://github.com/metalizzsas/NusterKit/pull/568) [`1d45dfa`](https://github.com/metalizzsas/NusterKit/commit/1d45dfab5e8796a353fad826e9b4b0acb84e8f52) Thanks [@Kworz](https://github.com/Kworz)! - feat: duration computation is now step iteration based, you now have the detailed progress with step.progresses json array
8+
9+
### Patch Changes
10+
11+
- [#568](https://github.com/metalizzsas/NusterKit/pull/568) [`52bda7c`](https://github.com/metalizzsas/NusterKit/commit/52bda7cf9e2a72f8fb9a7d6f745f3a553e9f5eae) Thanks [@Kworz](https://github.com/Kworz)! - fix: toasts call to actions are now executed, no api endpoint data is leaked to the user now.
12+
313
## 2.2.3
414

515
### Patch Changes

packages/turbine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": "18.x"
55
},
6-
"version": "2.2.3",
6+
"version": "2.3.0",
77
"description": "Handle complex machines cycles with ease using turbine.",
88
"main": "build/app.js",
99
"files": [

packages/ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nuster/ui
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#568](https://github.com/metalizzsas/NusterKit/pull/568) [`1d45dfa`](https://github.com/metalizzsas/NusterKit/commit/1d45dfab5e8796a353fad826e9b4b0acb84e8f52) Thanks [@Kworz](https://github.com/Kworz)! - feat: duration computation is now step iteration based, you now have the detailed progress with step.progresses json array
8+
9+
### Patch Changes
10+
11+
- [#568](https://github.com/metalizzsas/NusterKit/pull/568) [`52bda7c`](https://github.com/metalizzsas/NusterKit/commit/52bda7cf9e2a72f8fb9a7d6f745f3a553e9f5eae) Thanks [@Kworz](https://github.com/Kworz)! - fix: toasts call to actions are now executed, no api endpoint data is leaked to the user now.
12+
313
## 2.2.3
414

515
### Patch Changes

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuster/ui",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"description": "User interface for Turbine",
66
"main": "build/index.js",
@@ -31,7 +31,7 @@
3131
"svelte-markdown": "^0.4.1"
3232
},
3333
"devDependencies": {
34-
"@nuster/turbine": "2.2.3",
34+
"@nuster/turbine": "2.3.0",
3535
"@sveltejs/adapter-node": "^5.0.1",
3636
"@sveltejs/kit": "^2.5.8",
3737
"@tailwindcss/typography": "^0.5.13",

0 commit comments

Comments
 (0)