@tryghost/comments-ui 1.3.0 → 1.3.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2025 Ghost Foundation
3
+ Copyright (c) 2013-2026 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -10,7 +10,10 @@ Comments widget that is embedded at the bottom of posts in Ghost.
10
10
 
11
11
  ### Running via Ghost `yarn dev` in root folder
12
12
 
13
- You can automatically start the comments dev server when developing Ghost by running Ghost (in root folder) via `yarn dev --all` or `yarn dev --comments`. This will host the comments JavaScript files, and makes sure that Ghost uses these locally hosted assets instead of the ones from the CDN.
13
+ Comments UI runs automatically when using Ghost's development command from the monorepo root:
14
+ ```bash
15
+ yarn dev
16
+ ```
14
17
 
15
18
  ## Release
16
19
 
@@ -33,4 +36,4 @@ If the CI doesn't clear JsDelivr cache to get the new version out instantly, you
33
36
 
34
37
  # Copyright & License
35
38
 
36
- Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
39
+ Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/comments-ui",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",