Skip to content

Commit 70dade5

Browse files
chore(release): 3.3.1 [skip ci]
1 parent a57bf25 commit 70dade5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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+
## [3.3.1](https://github.com/sanity-io/ui-workshop/compare/v3.3.0...v3.3.1) (2025-08-06)
9+
10+
### Bug Fixes
11+
12+
- workaround workshop.runtime.ts css import regression ([a57bf25](https://github.com/sanity-io/ui-workshop/commit/a57bf2568256d28f358733f8cb5b39e4d55a0b70))
13+
814
## [3.3.0](https://github.com/sanity-io/ui-workshop/compare/v3.2.0...v3.3.0) (2025-08-06)
915

1016
### Features

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/ui-workshop",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"keywords": [
55
"sanity",
66
"ui",
@@ -27,7 +27,9 @@
2727
"exports": {
2828
".": {
2929
"source": "./exports/index.ts",
30-
"node": {"default": "./dist/index.node.js"},
30+
"node": {
31+
"default": "./dist/index.node.js"
32+
},
3133
"default": "./dist/index.js"
3234
},
3335
"./plugin-a11y": {

0 commit comments

Comments
 (0)