forked from Shopify/hydrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(changesets): version packages (Shopify#6)
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
1 parent
d45ebc9
commit e291c24
Showing
21 changed files
with
82 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|