Skip to content

Commit eb1daef

Browse files
Update CHANGELOG and knip configuration
- Add description for unreleased changes in CHANGELOG - Remove unused entry from knip configuration - Add jsdom as a development dependency in knip config
1 parent 4eb472d commit eb1daef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac
1616

1717
## Versions
1818
### [Unreleased]
19+
Changes since the last non-beta release.
1920
#### Added
2021
- 🚀 **Introducing React Server Components Support!** 🎉
2122
- Experience the future of React with full RSC integration

knip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const config: KnipConfig = {
55
workspaces: {
66
'.': {
77
entry: [
8-
'node_package/src/ReactOnRails.ts!',
98
'node_package/src/ReactOnRails.node.ts!',
109
'node_package/src/ReactOnRailsRSC.ts!',
1110
'node_package/src/registerServerComponent/client.ts!',
@@ -36,6 +35,7 @@ const config: KnipConfig = {
3635
'eslint-plugin-react',
3736
// Used in CI
3837
'@arethetypeswrong/cli',
38+
// used by Jest
3939
'jsdom',
4040
],
4141
},

0 commit comments

Comments
 (0)