Skip to content

Commit

Permalink
Merge pull request #58 from XantreGodlike/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
XantreDev authored Jan 19, 2024
2 parents 651e7ee + 45b523a commit f703c24
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-bees-punch.md

This file was deleted.

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

## 0.0.25

### Patch Changes

- [email protected]

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/preact-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-test",
"private": true,
"version": "0.0.24",
"version": "0.0.25",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions apps/react-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-test

## 0.0.31

### Patch Changes

- [email protected]

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-test",
"private": true,
"version": "0.0.30",
"version": "0.0.31",
"type": "module",
"scripts": {
"dev:patching": "cross-env TRACKING_METHOD='patching' vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-for-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# components-for-test

## 4.0.11

### Patch Changes

- Updated dependencies [97be1be]
- @preact-signals/query@1.3.11

## 4.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components-for-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-for-test",
"version": "4.0.10",
"version": "4.0.11",
"private": true,
"sideEffects": false,
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @preact-signals/query

## 1.3.11

### Patch Changes

- 97be1be: Fix: reexport `useMutation# @preact-signals/query

## 1.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact-signals/query",
"version": "1.3.10",
"version": "1.3.11",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f703c24

Please sign in to comment.