Skip to content

Commit

Permalink
Version Packages (#411)
Browse files Browse the repository at this point in the history
* Version Packages

* Quick fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mike Nikles <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent 01ed8ec commit f87aa85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-bugs-move.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugin-request-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webstone-plugin-request-logger

## 0.3.2

### Patch Changes

- Export the `RequestLogger` Typescript interface. ([#410](https://github.com/WebstoneHQ/webstone-plugins/pull/410))

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-request-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstone-plugin-request-logger",
"version": "0.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/WebstoneHQ/webstone-plugins",
Expand Down
3 changes: 1 addition & 2 deletions packages/plugin-request-logger/src/app.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// See https://kit.svelte.dev/docs/types#app

// for information about these interfaces
import type { RequestLogger } from '$lib/request-logger.ts';

// for information about these interfaces
declare global {
namespace App {
// interface Error {}
Expand Down

0 comments on commit f87aa85

Please sign in to comment.