Skip to content

Commit 44e9b74

Browse files
new release
1 parent 8ea454c commit 44e9b74

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "cluster",
33
"name": "Cluster",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"minAppVersion": "1.5.3",
66
"description": "Cluster plugin mainly designed to simplify the process of note clustering on mobile devices and work well on PCs ether",
7-
"author": "lorens osman",
7+
"author": "lorens Osman",
88
"authorUrl": "https://twitter.com/lorans_othman",
9-
"fundingUrl": "https://github.com/lorens-osman-dev",
9+
"fundingUrl": "https://www.buymeacoffee.com/lorens",
1010
"isDesktopOnly": false
1111
}

src/createFamily/commit_info.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Did
22

3-
- [*] fix ribbon cluster command name
4-
- [*] fix First-cluster.md after the changes
5-
- [*] fix README.md after the changes
3+
- [*] release the v2.0.0
64

75
## ToDo
86

src/createFamily/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
filter: blur(50px);
550550
opacity: var(--settings-background-opacity);
551551
background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
552-
// animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
552+
animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
553553
border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
554554
}
555555

styles.css

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

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "1.5.3",
33
"1.0.1": "1.5.3",
4-
"1.0.2": "1.5.3"
4+
"1.0.2": "1.5.3",
5+
"2.0.0": "1.5.3"
56
}

0 commit comments

Comments
 (0)