Skip to content

Commit

Permalink
[[ release ]] commit before tentative release.
Browse files Browse the repository at this point in the history
  • Loading branch information
soapdog committed Oct 5, 2021
1 parent 3132403 commit f6a79c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions dist/docs/packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ These are the packages that Patchfox is loading.

* [blog](/packages/blog/)
* [books](/packages/books/)
* [githubIntegration](/packages/githubIntegration/)
* [calendar](/packages/calendar/)
* [errorHandler](/packages/errorHandler/)
* [globalMenu](/packages/globalMenu/)
* [githubIntegration](/packages/githubIntegration/)
* [contacts](/packages/contacts/)
* [errorHandler](/packages/errorHandler/)
* [helpMenu](/packages/helpMenu/)
* [hub](/packages/hub/)
* [launcher](/packages/launcher/)
* [intercept](/packages/intercept/)
* [launcher](/packages/launcher/)
* [post](/packages/post/)
* [private](/packages/private/)
* [openCollectiveIntegration](/packages/openCollectiveIntegration/)
* [pub](/packages/pub/)
* [private](/packages/private/)
* [search](/packages/search/)
* [sourcehutIntegration](/packages/sourcehutIntegration/)
* [pub](/packages/pub/)
* [system](/packages/system/)
* [settings](/packages/settings/)
* [vote](/packages/vote/)
* [system](/packages/system/)
* [zine](/packages/zine/)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Patchfox is a Secure Scuttlebutt client",
"manifest_version": 2,
"name": "Patchfox",
"version": "2021.10.1",
"version": "2021.10.2",
"icons": {
"512": "images/patchfox_pixel_512.png",
"96": "images/patchfox_pixel_96.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patchfox",
"version": "2021.10.1",
"version": "2021.10.2",
"repository": {
"url": "https://github.com/soapdog/patchfox"
},
Expand Down
2 changes: 2 additions & 0 deletions src/packages/post/PostCompose.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
const { slide } = require("svelte/transition")
const AvatarChip = require("../../core/components/AvatarChip.svelte")
const MessageRenderer = require("../../core/components/MessageRenderer.svelte")
const Spinner = require("../../core/components/Spinner.svelte")
const { getPref } = require("../../core/kernel/prefs.js")
const pull = require("pull-stream")
const fileReader = require("pull-file-reader")
Expand Down

0 comments on commit f6a79c8

Please sign in to comment.