Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent 45b532a commit 3537247
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-tips-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rip-gost.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/create-server-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pinorama-create-server-example

## 0.1.3

### Patch Changes

- Updated dependencies [f79e807]
- pinorama-server@0.1.3
- pinorama-transport@0.1.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/create-server-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinorama-create-server-example",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pinorama-fastify-example

## 0.1.3

### Patch Changes

- Updated dependencies [f79e807]
- pinorama-server@0.1.3
- pinorama-transport@0.1.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinorama-fastify-example",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/pinorama-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pinorama-client

## 0.1.4

### Patch Changes

- 0b8ae5b: chore: optimize code and improve type safety

## 0.1.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/pinorama-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinorama-client",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"main": "./dist/node/pinorama-client.cjs",
"module": "./dist/node/pinorama-client.mjs",
Expand All @@ -21,7 +21,9 @@
}
},
"types": "./dist/types/pinorama-client.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist node_modules",
"build": "rollup --config"
Expand Down
6 changes: 6 additions & 0 deletions packages/pinorama-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pinorama-server

## 0.1.3

### Patch Changes

- f79e807: chore(server): optimize introspection route and improve code structure

## 0.1.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/pinorama-server/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "pinorama-server",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.mts",
"exports": "./dist/index.mjs",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist node_modules",
"build": "tsc"
Expand Down
11 changes: 11 additions & 0 deletions packages/pinorama-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# pinorama-studio

## 0.1.5

### Patch Changes

- 0b8ae5b: chore: optimize code and improve type safety
- Updated dependencies [0b8ae5b]
- Updated dependencies [f79e807]
- pinorama-client@0.1.4
- pinorama-server@0.1.3
- pinorama-transport@0.1.2

## 0.1.4

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/pinorama-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "pinorama-studio",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"type": "module",
"bin": {
"pinorama": "./cli.mjs"
},
"files": ["dist", "cli.mjs"],
"files": [
"dist",
"cli.mjs"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
4 changes: 3 additions & 1 deletion packages/pinorama-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"bin": {
"pino-pinorama": "./dist/cli.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
Expand Down

0 comments on commit 3537247

Please sign in to comment.