Skip to content

Commit db1b641

Browse files
committed
Update manifest for release.
1 parent d629e64 commit db1b641

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
* @markdown-confluence/lib bumped from 3.0.4 to 3.0.0
88
* @markdown-confluence/mermaid-electron-renderer bumped from 3.0.4 to 3.0.0
99

10+
## [5.0.1](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v5.0.0...obsidian-confluence-v5.0.1) (2023-05-03)
11+
12+
13+
### Documentation
14+
15+
* Add note about logging issues to mono repo ([19992f6](https://github.com/markdown-confluence/markdown-confluence/commit/19992f6705e0882025a1f8100b4ef42903df71e8))
16+
* Fix docs when they are published to obsidian-integration repo ([bb5887b](https://github.com/markdown-confluence/markdown-confluence/commit/bb5887b96fcd27678c52552576defd0fda8dcf19))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @markdown-confluence/lib bumped from 5.0.0 to 5.0.1
24+
* @markdown-confluence/mermaid-electron-renderer bumped from 5.0.0 to 5.0.1
25+
1026
## [5.0.0](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.9.0...obsidian-confluence-v5.0.0) (2023-05-03)
1127

1228

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Copyright (c) 2022 Atlassian US, Inc.
1515
- CLI for pushing markdown files from disk
1616
- Commands and ribbon icon for easy access
1717

18+
## Issues
19+
Please log issues to https://github.com/markdown-confluence/markdown-confluence/issues as this is where the code is being developed.
20+
1821
## Getting Started
1922

2023
## Alternative Installation
@@ -32,22 +35,22 @@ Copyright (c) 2022 Atlassian US, Inc.
3235
- `Atlassian API Token`: Your Atlassian API token. You can generate one from your [Atlassian Account Settings](https://id.atlassian.com/manage-profile/security/api-tokens).
3336
- `Folder To Publish`: The name of the folder in Obsidian containing the notes you want to publish (default: "Confluence Pages")
3437

35-
![Settings](../../docs/screenshots/settings.png)
38+
![Settings](./docs/screenshots/settings.png)
3639

3740
## Usage
3841

3942
### Ribbon Icon
4043

4144
Click the cloud icon in the ribbon to publish the notes from the configured folder to Confluence.
4245

43-
![Ribbon icon](../../docs/screenshots/ribbon.png)
46+
![Ribbon icon](./docs/screenshots/ribbon.png)
4447

4548

4649
### Commands
4750

4851
Use the command palette (`Ctrl/Cmd + P`) to execute the "Publish All to Confluence" command, which publishes all the notes from the configured folder to Confluence.
4952

50-
![Commands](../../docs/screenshots/commands.png)
53+
![Commands](./docs/screenshots/commands.png)
5154

5255
### connie-publish Frontmatter
5356

docs/screenshots/commands.png

36.7 KB
Loading

docs/screenshots/ribbon.png

12 KB
Loading

docs/screenshots/settings.png

120 KB
Loading

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "confluence-integration",
33
"name": "Confluence Integration",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"minAppVersion": "1.0.0",
66
"description": "This plugin allows you to publish your notes to Confluence",
77
"author": "andymac4182",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-confluence",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "This library allows you to publish your notes to Confluence",
55
"main": "main.js",
66
"type": "module",
@@ -24,8 +24,8 @@
2424
"mime-types": "^2.1.35",
2525
"react": "^16.14.0",
2626
"react-dom": "^16.14.0",
27-
"@markdown-confluence/lib": "5.0.0",
28-
"@markdown-confluence/mermaid-electron-renderer": "5.0.0"
27+
"@markdown-confluence/lib": "5.0.1",
28+
"@markdown-confluence/mermaid-electron-renderer": "5.0.1"
2929
},
3030
"resolutions": {
3131
"prosemirror-model": "1.14.3"

0 commit comments

Comments
 (0)