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

feat: <Stack> can align on x and y axis #2096

Merged
merged 4 commits into from
May 22, 2022
Merged

feat: <Stack> can align on x and y axis #2096

merged 4 commits into from
May 22, 2022

Conversation

sebald
Copy link
Member

@sebald sebald commented May 21, 2022

Closes #2095

@changeset-bot
Copy link

changeset-bot bot commented May 21, 2022

🦋 Changeset detected

Latest commit: 47eb203

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@marigold/docs Major
@marigold/components Major
@marigold/tokens Major
@marigold/create-theme Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added type:docs Improvements or additions to documentation type:feature New feature or component labels May 21, 2022
@sebald sebald merged commit a41bb8a into main May 22, 2022
@sebald sebald deleted the alignment-stack branch May 22, 2022 05:17
sebald added a commit that referenced this pull request May 23, 2022
* main:
  fix(deps): update dependency @types/node to v16.11.36 (#2094)
  fix(deps): update dependency @swc/core to v1.2.189 (#2093)
  feat: <Stack> can align on x and y axis (#2096)
  feat: <Inline> can align on x and y axis (#2092)
  refa: `<Table>` (#2081)
  refa: Remove "variant" prop from <Box> (#2074)
  fix: Indeterminate is visual only + correctly render with checkbox only (#2079)
  fix(deps): update dependency typescript to v4.6.4 (#2087)
  fix(deps): update dependency @swc/core to v1.2.186 (#2085)
  fix(deps): update storybook monorepo (#2089)
  fix(deps): update typescript-eslint monorepo to v5.25.0 (#2090)
  chore(deps): update dependency tsup to v5.12.8 (#2084)
  fix(deps): update dependency @swc/jest to v0.2.21 (#2086)
  chore(deps): update pnpm to v7.1.2 (#2088)
  chore(deps): update dependency @babel/core to v7.17.12 (#2083)
  fix(deps): pin dependency jest-environment-jsdom to 28.1.0 (#2082)
  fix(deps): update jest monorepo (major) (#2078)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Improvements or additions to documentation type:feature New feature or component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<Stack> should allow vertical and horizontal (left, center, right) alignment
1 participant