Skip to content

Commit

Permalink
Merge pull request #18 from pinoramajs/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix authored Aug 6, 2024
2 parents b31f88c + 01a4d9d commit 22d8fd8
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/lovely-students-tickle.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.2

### Patch Changes

- Updated dependencies [b31f88c]
- [email protected]
- [email protected]

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.2

### Patch Changes

- Updated dependencies [b31f88c]
- [email protected]
- [email protected]

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.3

### Patch Changes

- b31f88c: execute build step on github release workflow

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2

### Patch Changes

- b31f88c: execute build step on github release workflow

## 0.1.1

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

## 0.1.4

### Patch Changes

- Updated dependencies [b31f88c]
- [email protected]
- [email protected]
- [email protected]

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinorama-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinorama-studio",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/pinorama-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pinorama-transport

## 0.1.2

### Patch Changes

- b31f88c: execute build step on github release workflow

## 0.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/pinorama-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "pinorama-transport",
"version": "0.1.1",
"version": "0.1.2",
"description": "load pino logs into Pinorama",
"type": "module",
"types": "./dist/lib.d.mts",
"exports": "./dist/lib.mjs",
"bin": {
"pino-pinorama": "./dist/cli.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
Expand Down

0 comments on commit 22d8fd8

Please sign in to comment.