Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @remix-run/oxygen package #73

Merged
merged 10 commits into from
Oct 18, 2022
Merged

Add @remix-run/oxygen package #73

merged 10 commits into from
Oct 18, 2022

Conversation

frandiox
Copy link
Contributor

@frandiox frandiox commented Oct 13, 2022

Most of this comes from @remix-run/cloudflare and @remix-run/deno. This still uses KV asset handling for for local dev since we depend on Wrangler. We can remove that dependency once we migrate to mini-oxygen (I think?).

RE: #70

@jplhomer
Copy link
Contributor

PUMPED. A few thoughts:

  • Nit on the name. It would be nice to have a single @hydrogen/remix package (tho that namespace is taken) for all handler things AND query abstractions, etc. Not a deal-breaker, but we don't need to decide this now.
  • We should sync up with @GustavoCaso and friends to see how asset handling is changing in the Oxygen roadmap, and determine what we should be building

@frandiox
Copy link
Contributor Author

Shouldn't @hydrogen/remix be a different package with all the Hydrogen stuff + optional Oxygen stuff re-export?
Like, it's still possible to deploy raw Remix to Oxygen without anything from Hydrogen, right?

@jplhomer
Copy link
Contributor

Like, it's still possible to deploy raw Remix to Oxygen without anything from Hydrogen, right?

This is what I assumed, but I think SLT does not want us to optimize for this use case cc @benjaminsehl

@frandiox
Copy link
Contributor Author

@jplhomer Let's say we add a new @hydrogen/remix (or a different name) package that exports all the Hydrogen utilities and re-exports from @remix-run/oxygen, but it wraps createRequestHandler to add extra stuff to the loaders context, such as storefront client, language, and the buyer-ip thingy.

The @remix-run/oxygen package would probably be owned by the Oxygen folks to make sure it works with CFW and other platforms, and perhaps to add same-origin asset proxy if needed.

Would that work or do you have something else in mind?

@jplhomer
Copy link
Contributor

@frandiox sounds good to me!

@frandiox frandiox merged commit bbd60e4 into main Oct 18, 2022
@frandiox frandiox deleted the fd-remix-oxygen branch October 18, 2022 08:16
remcolakens added a commit to remcolakens/hydrogen that referenced this pull request Jul 14, 2023
## Context

Add new component to handle the text blocks

## Changes

- Introduced new component `<TextBlock />`
- Add crossOrigin for preconnect
- Add new type for the button variants

## Screenshot


![text-block-component](https://github.com/code-internet-applications/cbt-hydrogen/assets/2558163/57bc8527-f281-45aa-bd41-cd0c3f49a46d)

## Paperwork

[SCH-94](https://codeinternetapplications.atlassian.net/browse/SCH-94)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I've performed a self-review of my own code
- [x] I've added a changeset if this PR contains user-facing or
noteworthy changes
- [x] I've commented my code, particularly in hard-to-understand areas
- [x] I've made corresponding changes to the documentation
- [x] I've tested my code for breaking changes and added the
corresponding
      footer in this PR if needed


[SCH-94]:
https://codeinternetapplications.atlassian.net/browse/SCH-94?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
remcolakens added a commit to remcolakens/hydrogen that referenced this pull request Jul 14, 2023
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#75](https://github.com/code-internet-applications/cbt-hydrogen/pull/75)

[`0486806`](https://github.com/code-internet-applications/cbt-hydrogen/commit/0486806eba4e19371c2de948a38017407486a056)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add
announcement bar

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#72](https://github.com/code-internet-applications/cbt-hydrogen/pull/72)

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9)
Thanks [@remcolakens](https://github.com/remcolakens)! - SCH-93: Add
hero
    banner component

-
[Shopify#74](https://github.com/code-internet-applications/cbt-hydrogen/pull/74)

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408)
Thanks [@remcolakens](https://github.com/remcolakens)! - Exported button
type
    to make it easier to reuse

-
[Shopify#73](https://github.com/code-internet-applications/cbt-hydrogen/pull/73)

[`563ce94`](https://github.com/code-internet-applications/cbt-hydrogen/commit/563ce94141d7535664e51bdd6190761a70d16164)
Thanks [@remcolakens](https://github.com/remcolakens)! - Added button
variants
    type for Typescript

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#74](https://github.com/code-internet-applications/cbt-hydrogen/pull/74)

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408)
Thanks [@remcolakens](https://github.com/remcolakens)! - Minor
responsive
    tweaks

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#72](https://github.com/code-internet-applications/cbt-hydrogen/pull/72)

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9)
    Thanks [@remcolakens](https://github.com/remcolakens)! - Introduced
    <ContainerDebug /> component for a better debugging experience

-
[Shopify#73](https://github.com/code-internet-applications/cbt-hydrogen/pull/73)

[`563ce94`](https://github.com/code-internet-applications/cbt-hydrogen/commit/563ce94141d7535664e51bdd6190761a70d16164)
Thanks [@remcolakens](https://github.com/remcolakens)! - add debug grid
for
    mobile

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#72](https://github.com/code-internet-applications/cbt-hydrogen/pull/72)

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9)
Thanks [@remcolakens](https://github.com/remcolakens)! - SCH-93: Add
hero
    banner component

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - Fixed issue in
    twMerge where custom theme scales are not recognized

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - SCH-13: Added
basic
    header styling and new react component

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#75](https://github.com/code-internet-applications/cbt-hydrogen/pull/75)

[`0486806`](https://github.com/code-internet-applications/cbt-hydrogen/commit/0486806eba4e19371c2de948a38017407486a056)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add
announcement bar

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - SCH-13: Added
basic
    header styling and new react component

### Patch Changes

-   Updated dependencies

\[[`0486806`](https://github.com/code-internet-applications/cbt-hydrogen/commit/0486806eba4e19371c2de948a38017407486a056),

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9),

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7),

[`563ce94`](https://github.com/code-internet-applications/cbt-hydrogen/commit/563ce94141d7535664e51bdd6190761a70d16164),

[`563ce94`](https://github.com/code-internet-applications/cbt-hydrogen/commit/563ce94141d7535664e51bdd6190761a70d16164),

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408)]:
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - Fixed issue in
    twMerge where custom theme scales are not recognized

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#74](https://github.com/code-internet-applications/cbt-hydrogen/pull/74)

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408)
Thanks [@remcolakens](https://github.com/remcolakens)! - Added
eslint-comments
    for better support with Hydrogen linting

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#72](https://github.com/code-internet-applications/cbt-hydrogen/pull/72)

[`21f5a89`](https://github.com/code-internet-applications/cbt-hydrogen/commit/21f5a89c63988ca10444b86a8b5e7205a219fec9)
Thanks [@remcolakens](https://github.com/remcolakens)! - SCH-93: Add
hero
    banner component

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - Fixed issue in
    twMerge where custom theme scales are not recognized

### Patch Changes

-
[Shopify#76](https://github.com/code-internet-applications/cbt-hydrogen/pull/76)

[`9d42df4`](https://github.com/code-internet-applications/cbt-hydrogen/commit/9d42df4444896b28c0b955b1283df2c8996d5e51)
Thanks [@remcolakens](https://github.com/remcolakens)! - Fixed issue
with
    eslint comments

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#76](https://github.com/code-internet-applications/cbt-hydrogen/pull/76)

[`9d42df4`](https://github.com/code-internet-applications/cbt-hydrogen/commit/9d42df4444896b28c0b955b1283df2c8996d5e51)
Thanks [@remcolakens](https://github.com/remcolakens)! - add relevance
filter
    to hydrogen-utils

## @code-internet-applications/[email protected]

### Minor Changes

-
[Shopify#74](https://github.com/code-internet-applications/cbt-hydrogen/pull/74)

[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add default
grid
    classes

-
[Shopify#69](https://github.com/code-internet-applications/cbt-hydrogen/pull/69)

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80)
Thanks [@remcolakens](https://github.com/remcolakens)! - Fixed issue in
    twMerge where custom theme scales are not recognized

### Patch Changes

-
[Shopify#71](https://github.com/code-internet-applications/cbt-hydrogen/pull/71)

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - The form
styling has
    been refactored to improve the IDE experience.

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-
[Shopify#71](https://github.com/code-internet-applications/cbt-hydrogen/pull/71)

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - The form
styling has
    been refactored to improve the IDE experience.

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-
[Shopify#71](https://github.com/code-internet-applications/cbt-hydrogen/pull/71)

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - The form
styling has
    been refactored to improve the IDE experience.

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-
[Shopify#71](https://github.com/code-internet-applications/cbt-hydrogen/pull/71)

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - The form
styling has
    been refactored to improve the IDE experience.

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

## @code-internet-applications/[email protected]

### Patch Changes

-
[Shopify#71](https://github.com/code-internet-applications/cbt-hydrogen/pull/71)

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - The form
styling has
    been refactored to improve the IDE experience.

-   Updated dependencies

\[[`b18a13b`](https://github.com/code-internet-applications/cbt-hydrogen/commit/b18a13bd0b95bdb9fb8bf492c0ff471a0a594408),

[`85661c1`](https://github.com/code-internet-applications/cbt-hydrogen/commit/85661c187763889d037909a68fc718b3e7280c80),

[`92907c5`](https://github.com/code-internet-applications/cbt-hydrogen/commit/92907c5c2d639caf3e987616207a12faeabb12c7)]:
    -   @code-internet-applications/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants