Skip to content

Commit 09736d5

Browse files
chore(release): 4.0.0 [skip ci]
1 parent 7cbd073 commit 09736d5

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [4.0.0](https://github.com/sanity-io/dashboard/compare/v3.1.6...v4.0.0) (2024-07-15)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- This module now requires the peer dependency `styled-components` greater than or
13+
equal to version 6.1. This aligns with Sanity v3.37.0 and higher.
14+
- This module now requires Node.js 18 or higher.
15+
This shouldn't really impact anyone beyond developers of the module, since this really only applies
16+
to the build tooling.
17+
18+
### Bug Fixes
19+
20+
- add request tags for all dashboard widget api requests ([528b92d](https://github.com/sanity-io/dashboard/commit/528b92dc2f1869d2d1fcff46000cb1b78aae675f))
21+
- **projectInfo:** show external studio host if present ([36c6882](https://github.com/sanity-io/dashboard/commit/36c688211145e3dbed283b28f97898d13d6d77ef))
22+
- **projectUsers:** show all of a users' roles, fix invite link + text ([4699add](https://github.com/sanity-io/dashboard/commit/4699add5706e3381d59c8d70353d30a7ce1b4123))
23+
- require styled-components ^6.1, node >= 18 ([b0d9cb6](https://github.com/sanity-io/dashboard/commit/b0d9cb6726ec68d97550d1a465196835f463366d))
24+
- upgrade build tooling, es/cjs export definitions ([21eaa29](https://github.com/sanity-io/dashboard/commit/21eaa29847b7157881d98c171fbaca74865cce17))
25+
- use named import for styled-components ([5eec15a](https://github.com/sanity-io/dashboard/commit/5eec15ad6a9fdfae4d05b186576459bf302d3898))
26+
827
## [3.1.6](https://github.com/sanity-io/dashboard/compare/v3.1.5...v3.1.6) (2023-11-30)
928

1029
### Bug Fixes

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Sanity.io
3+
Copyright (c) 2024 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/dashboard",
3-
"version": "3.1.6",
3+
"version": "4.0.0",
44
"description": "Tool for rendering dashboard widgets",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)