We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41192f3 commit 7e284e3Copy full SHA for 7e284e3
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 3.8.0 (2023-07-24)
4
+
5
+**Migration Guide**
6
7
+- Update theme files.
8
+- Update assets style files
9
+- Remove code highlight
10
11
+**Implemented New Features and Enhancements**
12
13
+- Upgrade to PrimeVue 3.30.2
14
15
## 3.7.0 (2023-05-06)
16
17
- Upgrade to PrimeVue 3.28.0
package.json
@@ -1,6 +1,6 @@
{
"name": "sakai-vue",
- "version": "3.7.0",
+ "version": "3.8.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -25,4 +25,4 @@
25
"sass": "^1.55.0",
26
"vite": "^4.2.1"
27
}
28
-}
+}
0 commit comments