Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lucky-turkeys-wash.md

This file was deleted.

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

## 0.1.11

### Patch Changes

- Updated dependencies [[`adb82f1`](https://github.com/reactive/data-client/commit/adb82f15c1959ecfc09565a519d2672a2d63178c)]:
- @data-client/rest@0.18.1
- @data-client/react@0.18.0

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-benchmark-react",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"description": "React rendering benchmark comparing @data-client/react against other data libraries",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/coin-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# coinbase-lite

## 0.0.26

### Patch Changes

- Updated dependencies [[`adb82f1`](https://github.com/reactive/data-client/commit/adb82f15c1959ecfc09565a519d2672a2d63178c)]:
- @data-client/rest@0.18.1

## 0.0.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinbase-lite",
"version": "0.0.25",
"version": "0.0.26",
"packageManager": "yarn@4.14.1",
"description": "Coin App",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@babel/runtime-corejs3": "7.29.2",
"@data-client/img": "0.18.0",
"@data-client/react": "0.18.0",
"@data-client/rest": "0.18.0",
"@data-client/rest": "0.18.1",
"core-js": "3.49.0",
"d3": "7.9.0",
"history": "*",
Expand Down
8 changes: 8 additions & 0 deletions examples/test-bundlesize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test-bundlesize

## 0.1.18

### Patch Changes

- Updated dependencies [[`adb82f1`](https://github.com/reactive/data-client/commit/adb82f15c1959ecfc09565a519d2672a2d63178c)]:
- @data-client/rest@0.18.1
- @data-client/react@0.18.0

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/test-bundlesize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-bundlesize",
"version": "0.1.17",
"version": "0.1.18",
"packageManager": "yarn@4.14.1",
"description": "Testing Bundled Size",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @data-client/rest

## 0.18.1

### Patch Changes

- [`adb82f1`](https://github.com/reactive/data-client/commit/adb82f15c1959ecfc09565a519d2672a2d63178c) - RestEndpoint.remove.name is 'partialUpdate' since it uses 'PATCH'

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/rest",
"version": "0.18.0",
"version": "0.18.1",
"description": "Quickly define typed REST resources and endpoints",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ __metadata:
languageName: unknown
linkType: soft

"@data-client/rest@npm:0.18.0, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest":
"@data-client/rest@npm:0.18.1, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest":
version: 0.0.0-use.local
resolution: "@data-client/rest@workspace:packages/rest"
dependencies:
Expand Down Expand Up @@ -11059,7 +11059,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.29.2"
"@data-client/img": "npm:0.18.0"
"@data-client/react": "npm:0.18.0"
"@data-client/rest": "npm:0.18.0"
"@data-client/rest": "npm:0.18.1"
"@linaria/core": "npm:*"
"@linaria/react": "npm:*"
"@linaria/shaker": "npm:*"
Expand Down