We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27c953 commit 24bd518Copy full SHA for 24bd518
changelog.md
@@ -1,16 +1,12 @@
1
# Changelog
2
3
-## 2.0.1-beta
4
-- Fix ace configure
5
-
6
-## 2.0.0-beta
+## 2.0.0
7
- Update Edge 5 > 6
8
- Update daisyUI (4.9.0)
9
- Fix scroll page if modal component it use
10
- Fix avatar
11
- Update dependencies
12
13
14
***
15
16
## 1.7.2
package.json
@@ -1,6 +1,6 @@
{
"name": "@jrmc/edge-components",
- "version": "2.0.1-beta",
+ "version": "2.0.0",
"type": "module",
"description": "",
"engines": {
@@ -55,7 +55,7 @@
55
},
56
"publishConfig": {
57
"access": "public",
58
- "tag": "next"
+ "tag": "latest"
59
60
"volta": {
61
"node": "20.12.0"
0 commit comments