Skip to content

Commit

Permalink
Merge pull request #18 from XantreGodlike/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
XantreDev authored Oct 21, 2023
2 parents e57b7c5 + fed5f30 commit 38517ac
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-bulldogs-rest.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.12

### Patch Changes

- [email protected]

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.12

### Patch Changes

- [email protected]

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-for-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# components-for-test

## 3.0.2

### Patch Changes

- Updated dependencies [f33edb4]
- @preact-signals/utils@0.9.1
- @preact-signals/query@1.2.2

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"private": true,
"sideEffects": false,
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @preact-signals/query

## 1.2.2

### Patch Changes

- Updated dependencies [f33edb4]
- @preact-signals/utils@0.9.1

## 1.2.1

### 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.2.1",
"version": "1.2.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
8 changes: 7 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# @preact-signals/utils

## 0.9.1

### Patch Changes

- f33edb4: Bumped `react-fast-hoc` to 0.3.2

## 0.9.0

### Minor Changes

- ce2bbb9: Removed implementation of JSX binding for @preact-signals/utils`.
From now `@preact-signals/utils` `$` has `Signal` in prototype chain.
From now `@preact-signals/utils` `$`has`Signal` in prototype chain.

```tsx
console.log($(() => 10) instanceof Signal); // true
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact-signals/utils",
"version": "0.9.0",
"version": "0.9.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 38517ac

Please sign in to comment.