Skip to content

Commit

Permalink
Merge pull request #21 from pinoramajs/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release candidate
  • Loading branch information
cesconix authored Aug 19, 2024
2 parents 54639cb + a88d620 commit 979fe2a
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-candles-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-tips-flow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-pets-reply.md

This file was deleted.

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

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [306a952]
- Updated dependencies [f79e807]
- pinorama-server@0.2.0
- 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
9 changes: 9 additions & 0 deletions examples/fastify-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pinorama-fastify-example

## 0.1.3

### Patch Changes

- Updated dependencies [306a952]
- Updated dependencies [f79e807]
- pinorama-server@0.2.0
- 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
10 changes: 10 additions & 0 deletions packages/pinorama-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# pinorama-client

## 0.2.0

### Minor Changes

- 306a952: add live mode feature

### 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.2.0",
"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
10 changes: 10 additions & 0 deletions packages/pinorama-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# pinorama-server

## 0.2.0

### Minor Changes

- 306a952: add live mode feature

### 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.2.0",
"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
17 changes: 17 additions & 0 deletions packages/pinorama-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# pinorama-studio

## 0.2.0

### Minor Changes

- 306a952: add live mode feature

### Patch Changes

- 54639cb: update favicon to official logo
- 0b8ae5b: chore: optimize code and improve type safety
- Updated dependencies [0b8ae5b]
- Updated dependencies [306a952]
- Updated dependencies [f79e807]
- pinorama-client@0.2.0
- pinorama-server@0.2.0
- 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.2.0",
"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 979fe2a

Please sign in to comment.