This commit is contained in:
Marta Kowalska
2025-12-23 22:49:22 +00:00
parent bb81e7a336
commit ad5994b8bf
3 changed files with 24 additions and 18 deletions

28
package-lock.json generated
View File

@@ -1,17 +1,17 @@
{
"name": "@svar-ui/react-gantt",
"version": "2.4.3",
"version": "2.4.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@svar-ui/react-gantt",
"version": "2.4.3",
"version": "2.4.4",
"license": "MIT",
"dependencies": {
"@svar-ui/gantt-data-provider": "2.4.3",
"@svar-ui/gantt-locales": "2.4.3",
"@svar-ui/gantt-store": "2.4.3",
"@svar-ui/gantt-data-provider": "2.4.4",
"@svar-ui/gantt-locales": "2.4.4",
"@svar-ui/gantt-store": "2.4.4",
"@svar-ui/lib-dom": "0.11.1",
"@svar-ui/lib-react": "1.2.2",
"@svar-ui/lib-state": "1.9.6",
@@ -1345,24 +1345,24 @@
}
},
"node_modules/@svar-ui/gantt-data-provider": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-data-provider/-/gantt-data-provider-2.4.3.tgz",
"integrity": "sha512-PN7c5Il3z47Hbb11CeYDtK1sNAM0hQffYF3fm6hHVnWelgJTg6HP7YC21pjfP+koP37MXYHEsMuIYLsPSZwEQA==",
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-data-provider/-/gantt-data-provider-2.4.4.tgz",
"integrity": "sha512-Jngj0P75STm6cdNqG3mHBcIBq4OWa4eqRLQjgv09xONhx9rYXn9xOOFIyPpyxaeKY9wKr2+H6Z+dhOrJfBg3pA==",
"license": "MIT",
"dependencies": {
"@svar-ui/lib-data-provider": "1.7.1"
}
},
"node_modules/@svar-ui/gantt-locales": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-locales/-/gantt-locales-2.4.3.tgz",
"integrity": "sha512-Bz+T3yztniTN/4YGZ4uvdYg/VeFN0qcvOVifM150hwTQEZEq3dj2dKxpeG6Ez67BUZLgJgLGCvE/nx2wiMbmiw==",
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-locales/-/gantt-locales-2.4.4.tgz",
"integrity": "sha512-cVXxoA+4cRMGuzKUC6TKM/A9RysxSlL2BJ6F5kx3VzLNzpKAytDWNRp5j+2QPLBqjtcc/KF5Ha2lEUOW2qc2EA==",
"license": "MIT"
},
"node_modules/@svar-ui/gantt-store": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-store/-/gantt-store-2.4.3.tgz",
"integrity": "sha512-UXfRjR1/sETv493IE2mXC2yKPMJ6GvStGggAjjq3eFeU/w3nwc3l+mWttUWVqUXgfvR41XXkOl+vLHqSzbJnEw==",
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/@svar-ui/gantt-store/-/gantt-store-2.4.4.tgz",
"integrity": "sha512-AioX4ndXz17xvK9nw4qlUJ4PWnHZ3mEylIxAE3KqQZtc1CG6HfjPdfZghMR6sGaYhztNNPaeRoEIiQOk0ageyQ==",
"license": "MIT",
"dependencies": {
"@svar-ui/lib-state": "1.9.6",

View File

@@ -1,6 +1,6 @@
{
"name": "@svar-ui/react-gantt",
"version": "2.4.3",
"version": "2.4.4",
"description": "A customizable, high-performance React Gantt chart component for building project timelines.",
"productTag": "gantt",
"productTrial": true,
@@ -59,9 +59,9 @@
"react-dom": ">=18"
},
"dependencies": {
"@svar-ui/gantt-data-provider": "2.4.3",
"@svar-ui/gantt-locales": "2.4.3",
"@svar-ui/gantt-store": "2.4.3",
"@svar-ui/gantt-data-provider": "2.4.4",
"@svar-ui/gantt-locales": "2.4.4",
"@svar-ui/gantt-store": "2.4.4",
"@svar-ui/lib-dom": "0.11.1",
"@svar-ui/lib-state": "1.9.6",
"@svar-ui/lib-react": "1.2.2",

View File

@@ -1,3 +1,9 @@
## Version 2.4.4
### Fixes
- Splitting a task is limited to last segment
## Version 2.4.3
Community license changed from GPL to MIT