Skip to content

Commit c20d03c

Browse files
committed
internal: publish
- @rest-hooks/[email protected]
1 parent f7c0822 commit c20d03c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/experimental/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-15)
7+
8+
9+
### 🚀 Features
10+
11+
* FixtureEndpoint & renderRestHook resolverFixtures ([#1027](https://github.com/coinbase/rest-hooks/issues/1027)) ([bbb69e9](https://github.com/coinbase/rest-hooks/commit/bbb69e9faaa523c46a0e309a44e0fd52f0ce91aa))
12+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
13+
14+
15+
### 🐛 Bug Fix
16+
17+
* Don't inline normalizr into cjs ([#1038](https://github.com/coinbase/rest-hooks/issues/1038)) ([f7c0822](https://github.com/coinbase/rest-hooks/commit/f7c08225180aa2284294982482105c119383df6d))
18+
19+
20+
621
## [1.0.0-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
722

823

packages/experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/experimental",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "Experimental extensions for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)