Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 1.66 KB

File metadata and controls

78 lines (45 loc) · 1.66 KB

@utrecht/body-react

0.0.11

Patch Changes

  • Updated dependencies [eabbf23]
    • @utrecht/body-css@4.0.0

0.0.10

Patch Changes

  • Updated dependencies [9a2eeb4]
    • @utrecht/body-css@3.0.0

0.0.9

Patch Changes

  • 9b3cb1e: Release with npm provenance.
  • Updated dependencies [9b3cb1e]
    • @utrecht/body-css@2.0.1

0.0.8

Patch Changes

  • 6a1dc0e: Updated peer dependencies for React 19 compatibility.

0.0.7

Patch Changes

  • Updated dependencies [77438bb]
    • @utrecht/body-css@2.0.0

0.0.6

Patch Changes

  • Updated dependencies [e20f33c]
    • @utrecht/body-css@1.2.1

0.0.5

Patch Changes

  • c4b943b: Fix exports to include .md files and consistently support the main import. Note: the .md files are for development purposes only, they are not supported as part of the public API.
  • Updated dependencies [f54840f]
    • @utrecht/body-css@1.2.0

0.0.4

Patch Changes

  • 25f8ba5: Make CSS and React components a dependency, instead of a devDependency. This should fix some TypeScript errors about missing types.

0.0.3

Patch Changes

  • 5881339: Remove "sideEffects": true from package.json to prevent tree shaking CSS injection'

0.0.2

Patch Changes

  • 709159c: Fix issue causing missing TypeScript d.ts files for React components.
  • 709159c: Specify exports in package.jon for .mjs files in React components.
  • 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses require() anymore!

0.0.1

Patch Changes

  • 6343055: Remove @babel runtime from .mjs files, use modern JavaScript syntax and use our own CSS injection script.