Skip to content

Commit

Permalink
0.0.51 -> 0.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 15, 2023
1 parent 4cec2e4 commit 56acfda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"clear:builds": "rm -rf ./packages/*/dist",
"clear:parcel-cache": "rm -rf ./.parcel-cache",
"clear:node_modules": "rm -rf ./node_modules && rm -rf ./packages/*/node_modules",
"dev": "pnpm run /^dev:.*/",
"dev:core": "cd packages/suspense && pnpm watch",
"dev:website": "cd packages/suspense-website && pnpm watch",
"docs": "cd packages/suspense-website && pnpm build",
"prerelease": "preconstruct build",
"prettier": "prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
Expand Down
3 changes: 3 additions & 0 deletions packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.52
* Add custom error message for non-experimental "react" and "react-dom" dependencies.

## 0.0.51
* Add `status` field to deferred objects (values created with `createDeferred`)

Expand Down
2 changes: 1 addition & 1 deletion packages/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "0.0.51",
"version": "0.0.52",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 56acfda

@vercel
Copy link

@vercel vercel bot commented on 56acfda Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.