Skip to content

Commit

Permalink
ci(changesets): version packages (Shopify#6)
Browse files Browse the repository at this point in the history
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

-
[`cc1d6cb`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cc1d6cb115d1b4d95eff3ead54ba8d3d621e9597)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and basic accordion component

### Patch Changes

-   Updated dependencies

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

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

### Minor Changes

-
[`6f7431f`](https://github.com/code-internet-applications/cbt-hydrogen/commit/6f7431f9164768b752f40038db616ecff6f6e9c4)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and example component

### Patch Changes

-   Updated dependencies

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

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

### Minor Changes

-
[`416bb73`](https://github.com/code-internet-applications/cbt-hydrogen/commit/416bb73b333a680567060486492ecf21585c6551)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and basic eslint settings

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

### Minor Changes

-
[`f1df415`](https://github.com/code-internet-applications/cbt-hydrogen/commit/f1df41570d5ff206b487288de67a147d630cfeb9)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and basic postcss config

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

### Minor Changes

-
[`c180043`](https://github.com/code-internet-applications/cbt-hydrogen/commit/c180043eb28de8c1bea61b94afeb0e463e4cf6c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and basic tailwind config

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

### Minor Changes

-
[`bc06212`](https://github.com/code-internet-applications/cbt-hydrogen/commit/bc06212364c37152be78f8e878075ad6844fe1aa)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and basic postcss config

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

### Minor Changes

-
[`cea266d`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cea266d08918451795282bee08933204430457b5)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial
directory
    and the first basic tailwind helper

### Patch Changes

-   Updated dependencies

\[[`6f7431f`](https://github.com/code-internet-applications/cbt-hydrogen/commit/6f7431f9164768b752f40038db616ecff6f6e9c4)]:
    -   @code-internet-applications/[email protected]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Remco Lakens <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent d45ebc9 commit e291c24
Show file tree
Hide file tree
Showing 21 changed files with 82 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-dancers-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-seas-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-seahorses-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-waves-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-kangaroos-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-kangaroos-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-drinks-sparkle.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @code-internet-applications/accordion

## 0.1.0

### Minor Changes

- [`cc1d6cb`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cc1d6cb115d1b4d95eff3ead54ba8d3d621e9597)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and basic accordion component

### Patch Changes

- Updated dependencies
[[`cea266d`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cea266d08918451795282bee08933204430457b5)]:
- @code-internet-applications/tailwind-utils@0.1.0
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/accordion",
"version": "0.0.0",
"version": "0.1.0",
"description": "A simple and accessible accordion component",
"author": "Code Internet Applications <[email protected]>",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @code-internet-applications/react

## 0.1.0

### Minor Changes

- [`6f7431f`](https://github.com/code-internet-applications/cbt-hydrogen/commit/6f7431f9164768b752f40038db616ecff6f6e9c4)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and example component

### Patch Changes

- Updated dependencies
[[`cc1d6cb`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cc1d6cb115d1b4d95eff3ead54ba8d3d621e9597)]:
- @code-internet-applications/accordion@0.1.0
2 changes: 1 addition & 1 deletion packages/components/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/react",
"version": "0.0.0",
"version": "0.1.0",
"description": "The React component library of the Code Base Theme",
"author": "Code Internet Applications <[email protected]>",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/eslint-config-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @code-internet-applications/eslint-config-code

## 0.1.0

### Minor Changes

- [`416bb73`](https://github.com/code-internet-applications/cbt-hydrogen/commit/416bb73b333a680567060486492ecf21585c6551)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and basic eslint settings
2 changes: 1 addition & 1 deletion packages/config/eslint-config-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/eslint-config-code",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shareable ESLint config",
"author": "Code Internet Applications <[email protected]>",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/config/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @code-internet-applications/postcss-config

## 0.1.0

### Minor Changes

- [`f1df415`](https://github.com/code-internet-applications/cbt-hydrogen/commit/f1df41570d5ff206b487288de67a147d630cfeb9)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and basic postcss config
2 changes: 1 addition & 1 deletion packages/config/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/postcss-config",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shareable Postcss config",
"author": "Code Internet Applications <[email protected]>",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/config/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @code-internet-applications/tailwind-config

## 0.1.0

### Minor Changes

- [`c180043`](https://github.com/code-internet-applications/cbt-hydrogen/commit/c180043eb28de8c1bea61b94afeb0e463e4cf6c7)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and basic tailwind config
2 changes: 1 addition & 1 deletion packages/config/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/tailwind-config",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shareable Tailwind config",
"author": "Code Internet Applications <[email protected]>",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/config/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @code-internet-applications/tsconfig

## 0.1.0

### Minor Changes

- [`bc06212`](https://github.com/code-internet-applications/cbt-hydrogen/commit/bc06212364c37152be78f8e878075ad6844fe1aa)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and basic postcss config
2 changes: 1 addition & 1 deletion packages/config/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/tsconfig",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shareable TypeScript config",
"author": "Code Internet Applications <[email protected]>",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/utilities/tailwind-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @code-internet-applications/tailwind-utils

## 0.1.0

### Minor Changes

- [`cea266d`](https://github.com/code-internet-applications/cbt-hydrogen/commit/cea266d08918451795282bee08933204430457b5)
Thanks [@remcolakens](https://github.com/remcolakens)! - Add initial directory
and the first basic tailwind helper
2 changes: 1 addition & 1 deletion packages/utilities/tailwind-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-internet-applications/tailwind-utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "A utility library designed to help you with building custom storefronts",
"author": "Code Internet Applications <[email protected]>",
"repository": {
Expand Down

0 comments on commit e291c24

Please sign in to comment.