File tree Expand file tree Collapse file tree
scripts/scaffold-festival-days Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## @dvirtz/scaffold-festival-days-v1 .1.1 (2026-04-03)
2+
3+ * fix(scaffold-festival-days): avoid creating empty day events ([ 1b24f73] ( https://github.com/dvirtz/musicbrainz-scripts/commit/1b24f73 ) )
4+
15## @dvirtz/scaffold-festival-days-v1 .1.0 (2026-03-31)
26
37* feat(event-seeder): clone an event ([ 6f72397] ( https://github.com/dvirtz/musicbrainz-scripts/commit/6f72397 ) )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import defineConfig from '@repo/vite-config/userscript-config';
33export default defineConfig ( 'scaffold-festival-days' , {
44 name : 'Scaffold festival days' ,
55 description : 'Create festival daily sub-events' ,
6- version : '1.1.0 ' ,
6+ version : '1.1.1 ' ,
77
88 match : [ 'http*://*.musicbrainz.org/event/*' ] ,
99 'exclude-match' : [ 'http*://*.musicbrainz.org/event/*/*' , 'http*://*.musicbrainz.org/event/create' ] ,
You can’t perform that action at this time.
0 commit comments