@tryghost/announcement-bar 1.1.12 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +7 -2
- package/package.json +4 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -9,7 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
### Running via Ghost `yarn dev` in root folder
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Announcement Bar runs automatically when using Ghost's development command from the monorepo root:
|
|
13
|
+
```bash
|
|
14
|
+
yarn dev
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
This starts all frontend apps (including Announcement Bar.)
|
|
13
18
|
|
|
14
19
|
## Release
|
|
15
20
|
|
|
@@ -31,4 +36,4 @@ To use the new version of signup form in Ghost, update the version in Ghost core
|
|
|
31
36
|
|
|
32
37
|
# Copyright & License
|
|
33
38
|
|
|
34
|
-
Copyright (c) 2013-
|
|
39
|
+
Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/announcement-bar",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository":
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git://github.com/TryGhost/Ghost.git"
|
|
8
|
-
},
|
|
5
|
+
"repository": "https://github.com/TryGhost/Ghost",
|
|
9
6
|
"author": "Ghost Foundation",
|
|
10
7
|
"files": [
|
|
11
8
|
"umd/",
|
|
@@ -84,8 +81,8 @@
|
|
|
84
81
|
},
|
|
85
82
|
"devDependencies": {
|
|
86
83
|
"@vitejs/plugin-react": "4.7.0",
|
|
87
|
-
"jsdom": "
|
|
88
|
-
"vite": "5.4.
|
|
84
|
+
"jsdom": "28.1.0",
|
|
85
|
+
"vite": "5.4.21",
|
|
89
86
|
"vite-plugin-svgr": "3.3.0",
|
|
90
87
|
"vitest": "1.6.1"
|
|
91
88
|
}
|