turbo-themes 0.12.2

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 (55) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +506 -0
  3. data/LICENSE +21 -0
  4. data/README.md +327 -0
  5. data/assets/css/adapters/bulma.css +26 -0
  6. data/assets/css/custom.css +129 -0
  7. data/assets/css/site.css +3019 -0
  8. data/assets/css/themes/bulma-dark.css +90 -0
  9. data/assets/css/themes/bulma-light.css +90 -0
  10. data/assets/css/themes/catppuccin-frappe.css +58 -0
  11. data/assets/css/themes/catppuccin-latte.css +58 -0
  12. data/assets/css/themes/catppuccin-macchiato.css +58 -0
  13. data/assets/css/themes/catppuccin-mocha.css +58 -0
  14. data/assets/css/themes/dracula.css +90 -0
  15. data/assets/css/themes/github-dark.css +58 -0
  16. data/assets/css/themes/github-light.css +58 -0
  17. data/assets/css/themes/turbo/bulma-dark.css +86 -0
  18. data/assets/css/themes/turbo/bulma-light.css +86 -0
  19. data/assets/css/themes/turbo/catppuccin-frappe.css +61 -0
  20. data/assets/css/themes/turbo/catppuccin-latte.css +61 -0
  21. data/assets/css/themes/turbo/catppuccin-macchiato.css +61 -0
  22. data/assets/css/themes/turbo/catppuccin-mocha.css +61 -0
  23. data/assets/css/themes/turbo/dracula.css +85 -0
  24. data/assets/css/themes/turbo/github-dark.css +61 -0
  25. data/assets/css/themes/turbo/github-light.css +61 -0
  26. data/assets/css/turbo-base.css +246 -0
  27. data/assets/css/turbo-core.css +92 -0
  28. data/assets/css/turbo-syntax.css +242 -0
  29. data/assets/img/bulma-logo-dark.png +0 -0
  30. data/assets/img/bulma-logo-dark.webp +0 -0
  31. data/assets/img/bulma-logo.png +0 -0
  32. data/assets/img/bulma-logo.webp +0 -0
  33. data/assets/img/catppuccin-logo-latte.png +0 -0
  34. data/assets/img/catppuccin-logo-latte.webp +0 -0
  35. data/assets/img/catppuccin-logo-macchiato.png +0 -0
  36. data/assets/img/catppuccin-logo-macchiato.webp +0 -0
  37. data/assets/img/dracula-logo.png +0 -0
  38. data/assets/img/dracula-logo.webp +0 -0
  39. data/assets/img/github-logo-dark.png +0 -0
  40. data/assets/img/github-logo-dark.webp +0 -0
  41. data/assets/img/github-logo-light.png +0 -0
  42. data/assets/img/github-logo-light.webp +0 -0
  43. data/assets/img/turbo-themes-logo-dark.png +0 -0
  44. data/assets/img/turbo-themes-logo-dark.webp +0 -0
  45. data/assets/img/turbo-themes-logo.png +0 -0
  46. data/assets/img/turbo-themes-logo.webp +0 -0
  47. data/assets/js/theme-selector.js +14 -0
  48. data/assets/js/theme-selector.js.map +1 -0
  49. data/assets/js/theme-selector.min.js +1 -0
  50. data/assets/js/theme-selector.ts +10 -0
  51. data/assets/js/tsconfig.json +18 -0
  52. data/assets/scss/_tokens.scss +56 -0
  53. data/lib/turbo-themes/version.rb +7 -0
  54. data/lib/turbo-themes.rb +10 -0
  55. metadata +178 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6f215a8e5f56d6bac7388d3f5ff765c160c384800dcea6fb6fed101ef6535f10
4
+ data.tar.gz: 8aebed588592775587d02e73396ea37cc2f66e5ca79ee17d094b6ae3ffaf3c75
5
+ SHA512:
6
+ metadata.gz: 05c8f3e8f20954145fd6f7ef0ac4f267813fce3d2cea09b9d061ab3f9187916816c3b0099bf358f990ca5748571ed51b9a9a17511dd01bb96aca83d77c17d98b
7
+ data.tar.gz: 3bf202019ac1933a75293e68b49e551e9a5f42b667dce9597d8218437c1f217bcbc10b8afca2ae87b335b9db84313a1943971a030cfaf961b3d7193be9532d4b
data/CHANGELOG.md ADDED
@@ -0,0 +1,506 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on Keep a Changelog and this project adheres to SemVer.
6
+
7
+ ## [Unreleased]
8
+
9
+ ### Added
10
+
11
+ - TBD
12
+
13
+ ## [0.12.2] - 2026-01-16
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - use OIDC for npm and remove duplicate publish job (#225)
18
+
19
+ ## [0.12.1] - 2026-01-16
20
+
21
+ ### 🐛 Fixed
22
+
23
+ - exclude Jekyll test dir and skip Ruby in Python publish (#223)
24
+
25
+ ## [0.12.0] - 2026-01-16
26
+
27
+ ### ✨ Added
28
+
29
+ - rebrand from bulma-turbo-themes to turbo-themes with multi-platform support (#182)
30
+
31
+ ### 🐛 Fixed
32
+
33
+ - generate Lighthouse index.html and improve Swift coverage (#221)
34
+ - fix search and add multi-language coverage reports (#219)
35
+ - lock file maintenance (#171)
36
+ - use baseUrl for all internal navigation links
37
+ - update docs and workflows for universal package focus (#218)
38
+ - add workflow for generating E2E snapshots (#215)
39
+ - update github/codeql-action action to v4.31.10 (#217)
40
+ - update dependency bun to v1.3.6 (#216)
41
+ - update softprops/action-gh-release digest to 78237c5 (#214)
42
+ - update ruby/setup-ruby action to v1.281.0 (#213)
43
+ - update ruby/setup-ruby action to v1.280.0 (#212)
44
+ - update astral-sh/setup-uv action to v7.2.0 (#211)
45
+ - update actions/github-script digest to 450193c (#209)
46
+ - update ruby/setup-ruby action to v1.279.0 (#208)
47
+ - update renovatebot/github-action action to v44.2.3 (#206)
48
+ - update oven-sh/setup-bun action to v2.1.0 (#205)
49
+ - update turbocoder13/py-lintro digest to 05d996c (#204)
50
+ - update ruby/setup-ruby action to v1.278.0 (#203)
51
+ - update renovatebot/github-action action to v44.2.2 (#202)
52
+ - update ruby/setup-ruby action to v1.276.0 (#201)
53
+ - update turbocoder13/py-lintro digest to 0376ea5 (#200)
54
+ - update renovatebot/github-action action to v44.2.1 (#198)
55
+ - update turbocoder13/py-lintro digest to 0304bb5 (#197)
56
+ - update ruby/setup-ruby action to v1.275.0 (#196)
57
+ - update softprops/action-gh-release digest to 5122b4e (#195)
58
+ - update peter-evans/create-pull-request action to v8 (#194)
59
+ - update actions/setup-node digest (#193)
60
+ - update github artifact actions (#192)
61
+ - update dependency bun to v1.3.5 (#191)
62
+ - update actions/cache action to v5 (#189)
63
+ - update github/codeql-action action to v4.31.9 (#190)
64
+ - update turbocoder13/py-lintro digest to 12e0051 (#185)
65
+ - update renovatebot/github-action action to v44.2.0 (#188)
66
+ - update step-security/harden-runner action to v2.14.0 (#186)
67
+ - update ruby/setup-ruby action to v1.270.0 (#181)
68
+ - update astral-sh/setup-uv action to v7.1.6 (#184)
69
+ - update actions/download-artifact digest to 37930b1 (#183)
70
+ - update github/codeql-action action to v4.31.8 (#180)
71
+ - update dependency bun to v1.3.4 (#179)
72
+ - update codecov/codecov-action action to v5.5.2 (#178)
73
+ - update actions/setup-node action to v6.1.0 (#176)
74
+ - update turbocoder13/py-lintro digest to d2f79fd (#175)
75
+ - update astral-sh/setup-uv action to v7.1.5 (#174)
76
+ - update softprops/action-gh-release digest to 60cfd9a (#172)
77
+ - update renovatebot/github-action action to v44.0.5 (#173)
78
+ - update oven-sh/setup-bun action to v2.0.2 (#168)
79
+ - update actions/create-github-app-token action to v2.2.1 (#169)
80
+ - update github/codeql-action action to v4.31.7 (#167)
81
+
82
+ ## [0.11.0] - 2026-01-XX
83
+
84
+ ### Changed
85
+
86
+ - BREAKING: Restructured to monorepo architecture with workspace-based packages
87
+ - BREAKING: Refactored theme selector into focused modules (packages/theme-selector/)
88
+ - BREAKING: Moved Jekyll site to apps/site/ directory
89
+ - BREAKING: Reorganized build scripts to generators/ directory
90
+ - BREAKING: Moved adapters to packages/adapters/ (tailwind, bulma, bootstrap)
91
+ - BREAKING: Core tokens and themes now in packages/core/
92
+ - Updated Ruby gem build process to copy Jekyll files from apps/site/ during gem build
93
+ - Updated GitHub Pages deployment workflow to build from apps/site/
94
+ - Updated E2E test scripts to reference apps/site/\_site
95
+
96
+ ### Added
97
+
98
+ - Workspace-based package structure for better code organization
99
+ - Clear separation between core tokens (@turbocoder13/turbo-themes-core) and UI
100
+ components (@turbocoder13/turbo-theme-selector)
101
+ - Package-level test configurations with vitest
102
+ - Generators directory for code generation scripts (python, swift, sass)
103
+
104
+ ### Fixed
105
+
106
+ - Improved build order to ensure packages are built before root package
107
+ - Updated all import paths to use .js extensions for ES modules
108
+ - Fixed generator script paths to work with new monorepo structure
109
+
110
+ ## [0.10.8] - 2025-12-05
111
+
112
+ ### 🐛 Fixed
113
+
114
+ - update react monorepo to v19 (#165)
115
+
116
+ ## [0.10.7] - 2025-12-05
117
+
118
+ ### 🐛 Fixed
119
+
120
+ - update renovatebot/github-action digest to 4ebebab (#141)
121
+
122
+ ## [0.10.6] - 2025-12-05
123
+
124
+ ### 🐛 Fixed
125
+
126
+ - update actions/create-github-app-token action to v2 (#162)
127
+
128
+ ## [0.10.5] - 2025-12-05
129
+
130
+ ### 🐛 Fixed
131
+
132
+ - update actions/checkout action to v6 (#160)
133
+
134
+ ## [0.10.4] - 2025-12-05
135
+
136
+ ### 🐛 Fixed
137
+
138
+ - update softprops/action-gh-release digest to a06a81a (#142)
139
+
140
+ ## [0.10.3] - 2025-12-05
141
+
142
+ ### 🐛 Fixed
143
+
144
+ - update actions/checkout action to v5.0.1 (#144)
145
+
146
+ ## [0.10.2] - 2025-12-05
147
+
148
+ ### 🐛 Fixed
149
+
150
+ - update astral-sh/setup-uv action to v7.1.4 (#145)
151
+
152
+ ## [0.10.1] - 2025-12-05
153
+
154
+ ### 🐛 Fixed
155
+
156
+ - update actions/create-github-app-token action to v1.12.0 (#153)
157
+
158
+ ## [0.10.0] - 2025-12-05
159
+
160
+ ### ✨ Added
161
+
162
+ - add full theming solution with context and hooks (#151)
163
+
164
+ ### 🐛 Fixed
165
+
166
+ - recognize scoped conventional commits in version bump (#154)
167
+ - update peter-evans/create-pull-request action to v7.0.11 (#148)
168
+ - add missing egress endpoints for Bun CDN downloads
169
+
170
+ ## [0.9.0] - 2025-12-05
171
+
172
+ ### ✨ Added
173
+
174
+ - migrate theme system to SASS (#143)
175
+
176
+ ### 🐛 Fixed
177
+
178
+ - enable platformCommit for Renovate to sign commits
179
+ - correct JavaScript reference in gem layout (#106)
180
+
181
+ ### 🔧 Changed
182
+
183
+ - add missing egress endpoints for Bun download (#149)
184
+ - update actions/setup-node digest to 633bb92 (#110)
185
+ - update peter-evans/create-pull-request digest to 271a8d0 (#109)
186
+ - update actions/setup-node digest to 2028fbc (#108)
187
+
188
+ ## [0.8.1] - 2025-11-16
189
+
190
+ ### 🐛 Fixed
191
+
192
+ - update OpenSSF badge to Best Practices (#104)
193
+
194
+ ## [0.8.0] - 2025-11-16
195
+
196
+ ### ✨ Added
197
+
198
+ - include layouts and data files in gem
199
+
200
+ ## [0.7.4] - 2025-11-16
201
+
202
+ ### 🐛 Fixed
203
+
204
+ - add missing RubyGems endpoints to build job egress policy
205
+
206
+ ## [0.7.3] - 2025-11-16
207
+
208
+ ### 🐛 Fixed
209
+
210
+ - allow bundler download cdn
211
+
212
+ ## [0.7.2] - 2025-11-16
213
+
214
+ ### 🐛 Fixed
215
+
216
+ - allow release assets for gem publish
217
+
218
+ ## [0.7.1] - 2025-11-16
219
+
220
+ ### 🐛 Fixed
221
+
222
+ - add cache.ruby-lang.org to publish job egress policy
223
+
224
+ ## [0.7.0] - 2025-11-16
225
+
226
+ ### ✨ Added
227
+
228
+ - implement enterprise-level build/publish separation
229
+
230
+ ## [0.6.5] - 2025-11-16
231
+
232
+ ### 🐛 Fixed
233
+
234
+ - add Rakefile and build-gem.sh documentation
235
+ - improve Rakefile with best practices
236
+ - add Rakefile and use release-gem action for trusted publishing
237
+
238
+ ## [0.6.4] - 2025-11-16
239
+
240
+ ### 🐛 Fixed
241
+
242
+ - use configure-rubygems-credentials for OIDC auth
243
+
244
+ ## [0.6.3] - 2025-11-16
245
+
246
+ ### 🐛 Fixed
247
+
248
+ - use OIDC trusted publisher for RubyGems release
249
+
250
+ ### 🔧 Changed
251
+
252
+ - resolve workflow failures in gem publishing and release creation
253
+
254
+ ## [0.6.2] - 2025-11-16
255
+
256
+ ### 🐛 Fixed
257
+
258
+ - add missing network endpoints for publish workflows
259
+ - Lighthouse reports not appearing on site and deploy-pages Ruby version
260
+
261
+ ## [0.6.2] - 2025-11-16
262
+
263
+ ### 🐛 Fixed
264
+
265
+ - add missing network endpoints for publish workflows
266
+ - Lighthouse reports not appearing on site and deploy-pages Ruby version
267
+
268
+ ## [0.6.1] - 2025-11-16
269
+
270
+ ### 🐛 Fixed
271
+
272
+ - add missing id-token permission and correct Ruby version
273
+
274
+ ## [0.6.0] - 2025-11-16
275
+
276
+ ### ✨ Added
277
+
278
+ - use GitHub App for release automation matching py-lintro pattern
279
+
280
+ ### 🐛 Fixed
281
+
282
+ - prevent version PR infinite loop and add download retry logic
283
+
284
+ ## [0.5.2] - 2025-11-15
285
+
286
+ ### 🐛 Fixed
287
+
288
+ - handle existing PR gracefully in version bump workflow
289
+ - add actions:write permission for workflow_dispatch triggers
290
+
291
+ ## [0.5.2] - 2025-11-15
292
+
293
+ ### 🐛 Fixed
294
+
295
+ - add actions:write permission for workflow_dispatch triggers
296
+
297
+ ## [0.5.2] - 2025-11-15
298
+
299
+ ### 🐛 Fixed
300
+
301
+ - trigger publish workflows directly after tag creation
302
+
303
+ ## [0.5.1] - 2025-11-15
304
+
305
+ ### 🐛 Fixed
306
+
307
+ - trigger publish workflows directly after tag creation
308
+
309
+ ## [0.5.0] - 2025-11-15
310
+
311
+ ### ✨ Added
312
+
313
+ - implement Jekyll gem wrapper for bulma-turbo-themes (#80)
314
+ - add comprehensive Playwright E2E test suite with accessibility checks (#44)
315
+ - implement PR-based release workflow system (#31)
316
+
317
+ ### 🐛 Fixed
318
+
319
+ - skip pre-commit hooks in automated version PR creation
320
+ - optimize complete release train workflow pipeline (#86)
321
+ - separate CI build script from local development build (#84)
322
+ - fix version PR branch checkout failure (#85)
323
+ - add CI environment detection and explicit --no-serve flag (#82)
324
+ - add checkout step to deployment workflows (#81)
325
+ - add Playwright browser caching and skip E2E tests in build workflow (#79)
326
+ - resolve hadolint binary naming and checksum verification issues (#78)
327
+ - remove monitoring uptime workflow (#30)
328
+
329
+ ### 🔧 Changed
330
+
331
+ - update dependency ruby to v3.4.7 (#83)
332
+ - update ossf/scorecard-action digest to 4eaacf0 (#72)
333
+ - update softprops/action-gh-release digest to 5be0e66 (#76)
334
+ - update turbocoder13/py-lintro digest to b3fb40d (#77)
335
+ - update actions/download-artifact digest (#71)
336
+ - update actions/checkout digest to 08c6903 (#70)
337
+ - update dependency ruby (#68)
338
+ - update dependency jsdom to v27.1.0 (#67)
339
+ - update dependency eslint to v9.39.1 (#65)
340
+ - update dependency html-proofer to v5.1.0 (#66)
341
+ - update dependency happy-dom to v20.0.10 (#57)
342
+ - update softprops/action-gh-release digest to 00362be (#55)
343
+ - update github artifact actions (#60)
344
+ - update turbocoder13/py-lintro digest to 1e25709 (#56)
345
+ - update actions/setup-node action to v6 (#58)
346
+ - update actions/upload-pages-artifact action to v4 (#59)
347
+ - update github/codeql-action digest to 71d0a56 (#61)
348
+ - update peter-evans/create-or-update-comment action to v5 (#62)
349
+ - update peter-evans/find-comment action to v4 (#63)
350
+ - update sigstore/cosign-installer action to v4 (#64)
351
+ - update ruby/setup-ruby digest to d5126b9 (#54)
352
+ - update ossf/scorecard-action digest to ee561a8 (#53)
353
+ - update actions/checkout digest to ff7abcd (#45)
354
+ - update actions/github-script digest to ed59741 (#48)
355
+ - update actions/upload-artifact digest to 330a01c (#52)
356
+ - update actions/setup-node digest to dda4788 (#51)
357
+ - update github/codeql-action digest to ae78991 (#50)
358
+ - update actions/download-artifact digest to 018cc2c (#49)
359
+ - update actions/github-script action to v8 (#47)
360
+ - update actions/checkout action to v5 (#46)
361
+ - update sigstore/cosign-installer action to v3.10.1 (#43)
362
+ - update dependency happy-dom to v20.0.8 (#42)
363
+ - update codecov/codecov-action action to v5.5.1 (#41)
364
+ - update actions/upload-artifact action to v4.6.2 (#40)
365
+ - update actions/setup-node action to v4.4.0 (#39)
366
+ - update actions/upload-artifact digest to 2848b2c (#38)
367
+ - check for existing remote branch before creating local one (#36)
368
+ - update actions/github-script digest to ed59741 (#33)
369
+ - update actions/checkout digest to ff7abcd (#32)
370
+ - update dependency stylelint-config-standard to v39 (#29)
371
+ - update dependency lint-staged to v16 (#28)
372
+ - update typescript-eslint monorepo to v8.46.1 (#27)
373
+ - update dependency ruby to v3.4.7 (#26)
374
+ - update dependency eslint to v9.38.0 (#25)
375
+
376
+ ## [0.4.0] - 2025-10-21
377
+
378
+ ### ✨ Added
379
+
380
+ - implement PR-based release workflow system (#31)
381
+
382
+ ### 🐛 Fixed
383
+
384
+ - remove monitoring uptime workflow (#30)
385
+
386
+ ### 🔧 Changed
387
+
388
+ - update actions/setup-node action to v4.4.0 (#39)
389
+ - update actions/upload-artifact digest to 2848b2c (#38)
390
+ - check for existing remote branch before creating local one (#36)
391
+ - update actions/github-script digest to ed59741 (#33)
392
+ - update actions/checkout digest to ff7abcd (#32)
393
+ - update dependency stylelint-config-standard to v39 (#29)
394
+ - update dependency lint-staged to v16 (#28)
395
+ - update typescript-eslint monorepo to v8.46.1 (#27)
396
+ - update dependency ruby to v3.4.7 (#26)
397
+ - update dependency eslint to v9.38.0 (#25)
398
+
399
+ ## [0.4.0] - 2025-10-21
400
+
401
+ ### ✨ Added
402
+
403
+ - implement PR-based release workflow system (#31)
404
+
405
+ ### 🐛 Fixed
406
+
407
+ - remove monitoring uptime workflow (#30)
408
+
409
+ ### 🔧 Changed
410
+
411
+ - update actions/upload-artifact digest to 2848b2c (#38)
412
+ - check for existing remote branch before creating local one (#36)
413
+ - update actions/github-script digest to ed59741 (#33)
414
+ - update actions/checkout digest to ff7abcd (#32)
415
+ - update dependency stylelint-config-standard to v39 (#29)
416
+ - update dependency lint-staged to v16 (#28)
417
+ - update typescript-eslint monorepo to v8.46.1 (#27)
418
+ - update dependency ruby to v3.4.7 (#26)
419
+ - update dependency eslint to v9.38.0 (#25)
420
+
421
+ ## [0.4.0] - 2025-10-19
422
+
423
+ ### ✨ Added
424
+
425
+ - implement PR-based release workflow system (#31)
426
+
427
+ ### 🐛 Fixed
428
+
429
+ - remove monitoring uptime workflow (#30)
430
+
431
+ ### 🔧 Changed
432
+
433
+ - check for existing remote branch before creating local one (#36)
434
+ - update actions/github-script digest to ed59741 (#33)
435
+ - update actions/checkout digest to ff7abcd (#32)
436
+ - update dependency stylelint-config-standard to v39 (#29)
437
+ - update dependency lint-staged to v16 (#28)
438
+ - update typescript-eslint monorepo to v8.46.1 (#27)
439
+ - update dependency ruby to v3.4.7 (#26)
440
+ - update dependency eslint to v9.38.0 (#25)
441
+
442
+ ## [0.4.0] - 2025-10-19
443
+
444
+ ### ✨ Added
445
+
446
+ - implement PR-based release workflow system (#31)
447
+
448
+ ### 🐛 Fixed
449
+
450
+ - remove monitoring uptime workflow (#30)
451
+
452
+ ### 🔧 Changed
453
+
454
+ - update actions/github-script digest to ed59741 (#33)
455
+ - update actions/checkout digest to ff7abcd (#32)
456
+ - update dependency stylelint-config-standard to v39 (#29)
457
+ - update dependency lint-staged to v16 (#28)
458
+ - update typescript-eslint monorepo to v8.46.1 (#27)
459
+ - update dependency ruby to v3.4.7 (#26)
460
+ - update dependency eslint to v9.38.0 (#25)
461
+
462
+ ## [0.3.0] - 2025-10-19
463
+
464
+ ### ✨ Added
465
+
466
+ - implement PR-based release workflow system (#31)
467
+
468
+ ### 🐛 Fixed
469
+
470
+ - remove monitoring uptime workflow (#30)
471
+
472
+ ### 🔧 Changed
473
+
474
+ - update actions/github-script digest to ed59741 (#33)
475
+ - update actions/checkout digest to ff7abcd (#32)
476
+ - update dependency stylelint-config-standard to v39 (#29)
477
+ - update dependency lint-staged to v16 (#28)
478
+ - update typescript-eslint monorepo to v8.46.1 (#27)
479
+ - update dependency ruby to v3.4.7 (#26)
480
+ - update dependency eslint to v9.38.0 (#25)
481
+
482
+ ## [0.2.0] - 2025-10-19
483
+
484
+ ### ✨ Added
485
+
486
+ - implement PR-based release workflow system (#31)
487
+
488
+ ### 🐛 Fixed
489
+
490
+ - remove monitoring uptime workflow (#30)
491
+
492
+ ### 🔧 Changed
493
+
494
+ - update actions/github-script digest to ed59741 (#33)
495
+ - update actions/checkout digest to ff7abcd (#32)
496
+ - update dependency stylelint-config-standard to v39 (#29)
497
+ - update dependency lint-staged to v16 (#28)
498
+ - update typescript-eslint monorepo to v8.46.1 (#27)
499
+ - update dependency ruby to v3.4.7 (#26)
500
+ - update dependency eslint to v9.38.0 (#25)
501
+
502
+ ## [0.1.0] - 2025-10-04
503
+
504
+ ### Added
505
+
506
+ - Initial project setup, demo site, themes, and selector
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Turbo Coder
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.