Skip to content

Commit

Permalink
chore: version packages (#449)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @suspensive/[email protected]

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace
createElement by jsx

## @suspensive/[email protected]

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace
createElement by jsx

## @suspensive/[email protected]

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace
createElement by jsx

## @suspensive/[email protected]

### Patch Changes

-   Updated dependencies [88c1585]
    -   @suspensive/[email protected]

## @suspensive/[email protected]

### Patch Changes

-   Updated dependencies [88c1585]
    -   @suspensive/[email protected]
    -   @suspensive/[email protected]
    -   @suspensive/[email protected]
    -   @suspensive/[email protected]
  • Loading branch information
manudeli committed Dec 9, 2023
1 parent 27e63d3 commit 5357e0d
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-rabbits-act.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-await/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-await

## 0.0.10

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace createElement by jsx

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-await/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-await",
"version": "0.0.9",
"version": "0.0.10",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-image

## 0.0.2

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace createElement by jsx

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-image",
"version": "0.0.1",
"version": "0.0.2",
"description": "Useful image interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/react-query

## 1.20.6

### Patch Changes

- Updated dependencies [88c1585]
- @suspensive/react@1.20.6

## 1.20.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "1.20.5",
"version": "1.20.6",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -69,7 +69,7 @@
"tsd": "^0.29.0"
},
"peerDependencies": {
"@suspensive/react": "workspace:^1.20.5",
"@suspensive/react": "workspace:^1.20.6",
"@tanstack/react-query": "^4",
"react": "^16.8 || ^17 || ^18"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react

## 1.20.6

### Patch Changes

- 88c1585: refactor(react, react-await, react-image): replace createElement by jsx

## 1.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
"version": "1.20.5",
"version": "1.20.6",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
10 changes: 10 additions & 0 deletions websites/visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @suspensive/visualization

## 0.0.8

### Patch Changes

- Updated dependencies [88c1585]
- @suspensive/react-await@0.0.10
- @suspensive/react-image@0.0.2
- @suspensive/react@1.20.6
- @suspensive/react-query@1.20.6

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion websites/visualization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/visualization",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"description": "Visualization of Suspensive core concepts",
"homepage": "https://visualization.suspensive.org",
Expand Down

0 comments on commit 5357e0d

Please sign in to comment.