File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 55All 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @sanity/ui-workshop" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "keywords" : [
55 " sanity" ,
66 " ui" ,
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" : {
You can’t perform that action at this time.
0 commit comments