-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hcode/add-drawai-qrart-pagination
- Loading branch information
Showing
11 changed files
with
613 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
{ | ||
"name": "@acedatacloud/nexior", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 11 Feb 2025 14:21:11 GMT", | ||
"version": "2.14.4", | ||
"tag": "@acedatacloud/nexior_v2.14.4", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "bb898f988c09b0e77b551e7775961131f2ba70cb", | ||
"comment": "update player slider style" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@acedatacloud/nexior", | ||
"commit": "bb898f988c09b0e77b551e7775961131f2ba70cb", | ||
"comment": "update deepseek experience" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 10 Feb 2025 14:21:28 GMT", | ||
"version": "2.14.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log - @acedatacloud/nexior | ||
|
||
This log was last generated on Mon, 10 Feb 2025 14:21:28 GMT and should not be manually modified. | ||
This log was last generated on Tue, 11 Feb 2025 14:21:11 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.14.4 | ||
|
||
Tue, 11 Feb 2025 14:21:11 GMT | ||
|
||
### Patches | ||
|
||
- update player slider style ([email protected]) | ||
- update deepseek experience ([email protected]) | ||
|
||
## 2.14.3 | ||
|
||
Mon, 10 Feb 2025 14:21:28 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acedatacloud/nexior", | ||
"version": "2.14.3", | ||
"version": "2.14.4", | ||
"author": "Germey Technology <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -105,7 +105,7 @@ | |
"prettier": "^2.6.2", | ||
"rollup-plugin-string": "^3.0.0", | ||
"sass": "^1.38.1", | ||
"tailwindcss": "^3.4.0", | ||
"tailwindcss": "^2.2.8", | ||
"typescript": "^4.9.5", | ||
"vite": "^2.9.16", | ||
"vite-bundle-visualizer": "1.0", | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
Oops, something went wrong.