Skip to content

Commit 814f5ad

Browse files
committed
chore: release 1.0.0-alpha.1
1 parent 1e55d96 commit 814f5ad

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77
}
88

99
group 'run.halo.umami'
10-
version '0.0.1-SNAPSHOT'
1110
sourceCompatibility = JavaVersion.VERSION_17
1211

1312
repositories {

console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@halo-dev/components": "^0.0.0-alpha.5",
15-
"@halo-dev/console-shared": "^0.0.0-alpha.6",
15+
"@halo-dev/console-shared": "^2.0.0-alpha.3",
1616
"axios": "^1.1.3",
1717
"vue": "^3.2.41"
1818
},

console/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version=1.0.0-SNAPSHOT

lib/halo-2.0.0-SNAPSHOT-plain.jar

2.78 MB
Binary file not shown.

src/main/resources/plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: PluginUmami
55
spec:
66
enabled: true
7-
version: 0.0.1-SNAPSHOT
7+
version: 1.0.0-alpha.1
88
requires: "*"
99
author: halo-dev
1010
logo: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDQyOCAzODkuMTEiPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgZGF0YS1uYW1lPSJMYXllciA0Ij48Y2lyY2xlIGN4PSIyMTQuMTUiIGN5PSIxODEiIHI9IjE3MSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMjAiPjwvY2lyY2xlPjxwYXRoIGQ9Ik00MTMgMTM0LjExSDE1LjI5YTE1IDE1IDAgMDAtMTUgMTV2MTUuM0MuMTIgMTY4IDAgMTcxLjUyIDAgMTc1LjExYzAgMTE4LjE5IDk1LjgxIDIxNCAyMTQgMjE0IDExNi40IDAgMjExLjEtOTIuOTQgMjEzLjkzLTIwOC42NyAwLS40NC4wNy0uODguMDctMS4zM3YtMzBhMTUgMTUgMCAwMC0xNS0xNXoiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPgo=

0 commit comments

Comments
 (0)