Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - auto-plugin-obsidian@0.1.6
 - create-obsidian-plugin@0.4.3
 - obsidian-plugin-cli@0.8.3
 - obsidian-utils@0.10.2
  • Loading branch information
zephraph committed Feb 5, 2023
1 parent 86111a3 commit d3aaa48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/auto-plugin-obsidian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-plugin-obsidian",
"version": "0.1.5",
"version": "0.1.6",
"description": "An auto plugin for automating the release of an obsidian plugin.",
"keywords": [
"create",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-obsidian-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-obsidian-plugin",
"version": "0.4.2",
"version": "0.4.3",
"description": "An unofficial tool for easily creating an obsidian plugin",
"keywords": [
"create",
Expand Down
8 changes: 4 additions & 4 deletions packages/obsidian-plugin-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g obsidian-plugin-cli
$ obsidian-plugin COMMAND
running command...
$ obsidian-plugin (-v|--version|version)
obsidian-plugin-cli/0.8.2 linux-x64 node-v14.21.2
obsidian-plugin-cli/0.8.3 linux-x64 node-v14.21.2
$ obsidian-plugin --help [COMMAND]
USAGE
$ obsidian-plugin COMMAND
Expand Down Expand Up @@ -54,7 +54,7 @@ OPTIONS
-o, --output-dir=output-dir [default: dist] path to write build output to
```

_See code: [src/commands/build.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.2/src/commands/build.ts)_
_See code: [src/commands/build.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.3/src/commands/build.ts)_

## `obsidian-plugin dev [ENTRYPOINT]`

Expand All @@ -81,7 +81,7 @@ DESCRIPTION
with --vault-path.
```

_See code: [src/commands/dev.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.2/src/commands/dev.ts)_
_See code: [src/commands/dev.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.3/src/commands/dev.ts)_

## `obsidian-plugin help [COMMAND]`

Expand Down Expand Up @@ -123,5 +123,5 @@ DESCRIPTION
obsidian-plugin install https://github.com/me/my-plugin
```

_See code: [src/commands/install.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.2/src/commands/install.ts)_
_See code: [src/commands/install.ts](https://github.com/zephraph/obsidian-tools/blob/v0.8.3/src/commands/install.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/obsidian-plugin-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-plugin-cli",
"description": "A CLI tool to make it easy to develop plugins for obisidian",
"version": "0.8.2",
"version": "0.8.3",
"author": "zephraph <zephraph@gmail.com>",
"bin": {
"obsidian-plugin": "./bin/run"
Expand All @@ -16,7 +16,7 @@
"cosmiconfig": "^7.0.0",
"dedent": "^0.7.0",
"esbuild": "^0.12.6",
"obsidian-utils": "^0.10.1",
"obsidian-utils": "^0.10.2",
"prompts": "^2.4.0",
"tslib": "^1",
"update-notifier": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/obsidian-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-utils",
"version": "0.10.1",
"version": "0.10.2",
"description": "A collection of utilities for interacting with or getting information on obsidian plugins",
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit d3aaa48

Please sign in to comment.