Skip to content

Commit

Permalink
New package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Oct 31, 2024
1 parent 7b37763 commit 629382b
Show file tree
Hide file tree
Showing 19 changed files with 92 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-hairs-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-coats-try.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shaggy-feet-kick.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/client-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# client-web

## 0.0.17

### Patch Changes

- 7b37763: Bump dependencies on POD and GPC
- Updated dependencies [7b37763]
- Updated dependencies [7b37763]
- @parcnet-js/client-rpc@1.2.0
- @parcnet-js/podspec@1.2.0
- @parcnet-js/client-helpers@1.0.8

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client-web",
"private": true,
"version": "0.0.16",
"version": "0.0.17",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
13 changes: 13 additions & 0 deletions examples/test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# test-app

## 1.0.23

### Patch Changes

- Updated dependencies [7b37763]
- Updated dependencies [e1a97f3]
- Updated dependencies [7b37763]
- @parcnet-js/client-rpc@1.2.0
- @parcnet-js/podspec@1.2.0
- @parcnet-js/app-connector@1.1.9
- @parcnet-js/ticket-spec@1.1.9
- @parcnet-js/app-connector-react@1.0.4

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "1.0.22",
"version": "1.0.23",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/app-connector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @parcnet-js/app-connector-react

## 1.0.4

### Patch Changes

- Updated dependencies [e1a97f3]
- Updated dependencies [7b37763]
- @parcnet-js/app-connector@1.1.9

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-connector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/app-connector-react",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/app-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @parcnet-js/app-connector

## 1.1.9

### Patch Changes

- e1a97f3: Don't close the modal when clicking outside it
- 7b37763: Bump dependencies on POD and GPC
- Updated dependencies [7b37763]
- Updated dependencies [7b37763]
- @parcnet-js/client-rpc@1.2.0
- @parcnet-js/podspec@1.2.0

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/app-connector",
"version": "1.1.8",
"version": "1.1.9",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/client-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @parcnet-js/client-helpers

## 1.0.8

### Patch Changes

- Updated dependencies [7b37763]
- Updated dependencies [7b37763]
- @parcnet-js/client-rpc@1.2.0

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/client-helpers",
"version": "1.0.7",
"version": "1.0.8",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/client-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @parcnet-js/client-rpc

## 1.2.0

### Minor Changes

- 7b37763: Support new PODValue types

### Patch Changes

- 7b37763: Bump dependencies on POD and GPC
- Updated dependencies [7b37763]
- Updated dependencies [7b37763]
- @parcnet-js/podspec@1.2.0

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parcnet-js/client-rpc",
"type": "module",
"version": "1.1.6",
"version": "1.2.0",
"license": "GPL-3.0-or-later",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/podspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @parcnet-js/podspec

## 1.2.0

### Minor Changes

- 7b37763: Support new PODValue types

### Patch Changes

- 7b37763: Bump dependencies on POD and GPC

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/podspec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/podspec",
"version": "1.1.3",
"version": "1.2.0",
"license": "GPL-3.0-or-later",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/ticket-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @parcnet-js/ticket-spec

## 1.1.9

### Patch Changes

- 7b37763: Bump dependencies on POD and GPC
- Updated dependencies [7b37763]
- Updated dependencies [7b37763]
- @parcnet-js/client-rpc@1.2.0
- @parcnet-js/podspec@1.2.0

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ticket-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcnet-js/ticket-spec",
"version": "1.1.8",
"version": "1.1.9",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 629382b

Please sign in to comment.