@fedify/fedify 1.3.0-dev.531 → 1.3.0-dev.547

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/CHANGES.md CHANGED
@@ -68,6 +68,22 @@ To be released.
68
68
  [#162]: https://github.com/dahlia/fedify/issues/162
69
69
 
70
70
 
71
+ Version 1.2.8
72
+ -------------
73
+
74
+ Released on November 23, 2024.
75
+
76
+ - Fixed warnings from the `fedify inbox` command.
77
+ [[#177], [#181] by WinterHana]
78
+ - Fixed `ShikiError` on the `fedify inbox` command rendering web interface.
79
+ [[#178], [#185] by Heesun Jung]
80
+ - Fixed text overflow of the `fedify inbox` command's web log view.
81
+ [[#180], [#188] by Lim Kyunghee]
82
+
83
+ [#177]: https://github.com/dahlia/fedify/issues/177
84
+ [#181]: https://github.com/dahlia/fedify/pull/181
85
+
86
+
71
87
  Version 1.2.7
72
88
  -------------
73
89
 
@@ -258,6 +274,22 @@ Released on October 31, 2024.
258
274
  [#118]: https://github.com/dahlia/fedify/issues/118
259
275
 
260
276
 
277
+ Version 1.1.8
278
+ -------------
279
+
280
+ Released on November 23, 2024.
281
+
282
+ - Fixed `ShikiError` on the `fedify inbox` command rendering web interface.
283
+ [[#178], [#185] by Heesun Jung]
284
+ - Fixed text overflow of the `fedify inbox` command's web log view.
285
+ [[#180], [#188] by Lim Kyunghee]
286
+
287
+ [#178]: https://github.com/dahlia/fedify/issues/178
288
+ [#180]: https://github.com/dahlia/fedify/issues/180
289
+ [#185]: https://github.com/dahlia/fedify/pull/185
290
+ [#188]: https://github.com/dahlia/fedify/pull/188
291
+
292
+
261
293
  Version 1.1.7
262
294
  -------------
263
295
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.531+2351d09f",
3
+ "version": "1.3.0-dev.547+c64f0332",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.531+2351d09f",
3
+ "version": "1.3.0-dev.547+c64f0332",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",