chore(multi): auto-admin@0.1.0, console-logger@0.2.0, launcher-spawn@0.2.0, pockethost@1.3.2

This commit is contained in:
Ben Allfree
2024-06-27 01:06:58 -07:00
parent 38d2c93a36
commit fc0028ebd4
12 changed files with 54 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
---
'@pockethost/plugin-launcher-spawn': patch
---
Added check-types support for Turbo

View File

@@ -1,7 +0,0 @@
---
'@pockethost/plugin-console-logger': minor
'@pockethost/plugin-launcher-spawn': minor
'@pockethost/plugin-auto-admin': minor
---
pockethost package is now a peer dependency

View File

@@ -1,5 +0,0 @@
---
'pockethost': patch
---
Updated plugin authoring guide

View File

@@ -1,5 +0,0 @@
---
'pockethost': patch
---
Updated plugin documentation

View File

@@ -1,5 +1,17 @@
# @pockethost/plugin-auto-admin
## 0.1.0
### Minor Changes
- 38d2c93: pockethost package is now a peer dependency
### Patch Changes
- Updated dependencies [b0a78d8]
- Updated dependencies [ac63ea7]
- pockethost@1.3.2
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pockethost/plugin-auto-admin",
"version": "0.0.2",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "http://github.com/pockethost/pockethost/packages/plugin-auto-admin"
@@ -27,7 +27,7 @@
"pocketbase": "^0.21.3"
},
"peerDependencies": {
"pockethost": "workspace:^1.0.0"
"pockethost": "workspace:^1.3.0"
},
"devDependencies": {
"@types/node": "^20.8.10",

View File

@@ -1,5 +1,17 @@
# @pockethost/plugin-console-logger
## 0.2.0
### Minor Changes
- 38d2c93: pockethost package is now a peer dependency
### Patch Changes
- Updated dependencies [b0a78d8]
- Updated dependencies [ac63ea7]
- pockethost@1.3.2
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pockethost/plugin-console-logger",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "http://github.com/pockethost/pockethost/packages/plugin-console-logger"

View File

@@ -1,5 +1,18 @@
# @pockethost/plugin-launcher-spawn
## 0.2.0
### Minor Changes
- 38d2c93: pockethost package is now a peer dependency
### Patch Changes
- eb0d011: Added check-types support for Turbo
- Updated dependencies [b0a78d8]
- Updated dependencies [ac63ea7]
- pockethost@1.3.2
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pockethost/plugin-launcher-spawn",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "http://github.com/pockethost/pockethost/packages/plugin-launcher-spawn"

View File

@@ -1,5 +1,17 @@
# pockethost
## 1.3.2
### Patch Changes
- b0a78d8: Updated plugin authoring guide
- ac63ea7: Updated plugin documentation
- Updated dependencies [eb0d011]
- Updated dependencies [38d2c93]
- @pockethost/plugin-launcher-spawn@0.2.0
- @pockethost/plugin-console-logger@0.2.0
- @pockethost/plugin-auto-admin@0.1.0
## 1.3.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "pockethost",
"version": "1.3.1",
"version": "1.3.2",
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"