@sanity/ui 3.5.2 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,7 +9,7 @@ npm install @sanity/ui
9
9
  npm install react react-dom styled-components
10
10
  ```
11
11
 
12
- [![npm version](https://img.shields.io/npm/v/@sanity/ui.svg?style=flat-square)](https://www.npmjs.com/package/@sanity/ui)
12
+ [![npm version](https://img.shields.io/npm/v/%40sanity%2Fui/release-v3?style=flat-square)](https://www.npmjs.com/package/@sanity/ui/v/release-v3)
13
13
 
14
14
  ## Usage
15
15
 
@@ -38,7 +38,7 @@ When you make a change that should be released, add a changeset to your pull req
38
38
  pnpm changeset
39
39
  ```
40
40
 
41
- Once pull requests with changesets are merged into the `main` branch, a "Version Packages" pull request is opened (and kept up to date) that bumps the affected package versions and updates their changelogs. Merging that pull request publishes the packages to npm through the [`Release` workflow](https://github.com/sanity-io/ui/actions/workflows/release.yml), which uses npm [Trusted Publishing](https://docs.npmjs.com/trusted-publishers) (OIDC).
41
+ Once pull requests with changesets are merged into the `v3` branch, a "Version Packages" pull request is opened (and kept up to date) that bumps the affected package versions and updates their changelogs. Merging that pull request publishes the packages to npm under the `release-v3` dist-tag through the [`Release` workflow](https://github.com/sanity-io/ui/actions/workflows/release.yml), which uses npm [Trusted Publishing](https://docs.npmjs.com/trusted-publishers) (OIDC). The `latest` dist-tag tracks releases from `main`.
42
42
 
43
43
  ## License
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "keywords": [
5
5
  "components",
6
6
  "design-system",
@@ -56,14 +56,14 @@
56
56
  "dependencies": {
57
57
  "@floating-ui/react-dom": "^2.1.9",
58
58
  "@juggle/resize-observer": "^3.4.0",
59
+ "@sanity/color": "^3.0.8",
60
+ "@sanity/icons": "^5.2.1",
59
61
  "csstype": "^3.2.3",
60
- "motion": "^13.0.0",
62
+ "motion": "^13.1.0",
61
63
  "react-compiler-runtime": "1.0.0",
62
64
  "react-is": "^19.2.8",
63
65
  "react-refractor": "^4.0.0",
64
- "use-effect-event": "^2.0.3",
65
- "@sanity/color": "^3.0.8",
66
- "@sanity/icons": "^5.2.1"
66
+ "use-effect-event": "^2.0.3"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@sanity/tsdown-config": "^0.24.0",