Skip to content

Commit 03a5d3a

Browse files
authored
Merge pull request #57 from pinoramajs/changeset-release/main
chore: release candidate
2 parents c15cee4 + a95869e commit 03a5d3a

File tree

12 files changed

+40
-15
lines changed

12 files changed

+40
-15
lines changed

.changeset/fix-mcp-cli-args.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-table-header-alignment.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/create-server-example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pinorama-create-server-example
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- pinorama-server@0.3.2
8+
- pinorama-transport@0.1.4
9+
310
## 0.1.6
411

512
### Patch Changes

examples/create-server-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinorama-create-server-example",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"private": true,
66
"scripts": {

examples/fastify-example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pinorama-fastify-example
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- pinorama-server@0.3.2
8+
- pinorama-transport@0.1.4
9+
310
## 0.1.6
411

512
### Patch Changes

examples/fastify-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinorama-fastify-example",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/pinorama-mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pinorama-mcp
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 8cff224: Fix CLI documentation: URL is a positional argument, not a --url flag
8+
39
## 0.2.0
410

511
### Minor Changes

packages/pinorama-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinorama-mcp",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"type": "module",
66
"types": "./dist/index.d.mts",

packages/pinorama-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pinorama-server
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8cff224]
8+
- pinorama-mcp@0.2.1
9+
310
## 0.3.1
411

512
### Patch Changes

packages/pinorama-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinorama-server",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"type": "module",
66
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)