Skip to content

Commit

Permalink
Version Packages (#1039)
Browse files Browse the repository at this point in the history
* Version Packages

* chore: allow manual run of ci workflow

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Kinread <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 397c4f9 commit 3fb9047
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-olives-reply.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-dragons-remember.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
32 changes: 22 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @autoguru/overdrive

## 4.38.0

### Minor Changes

- 45097a0: Introduces DateTimePicker (beta) to help users book a service
drop-off time. May be extended for additional use cases.

### Patch Changes

- 84b8ed1: Stack, BulletList and OrderList components now use preferred `as`
prop.

## 4.37.1

### Patch Changes
Expand Down Expand Up @@ -1797,8 +1809,8 @@
`<AutoSuggest>` can now be given a `autoWidth` prop that will auto the width
in relation to setting the width, or for it to be automatic.

- `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
- `autoWidth={false}` means to set to the width of the select input.
- `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
- `autoWidth={false}` means to set to the width of the select input.

eg:

Expand Down Expand Up @@ -1912,8 +1924,8 @@
backdrop. Also; if you wish to remove the fadeIn/fadeOut animation, a
`transition?: boolean` can also be provided.

- Removes `<ModalPortal />` in favor of `<Modal />`
- Deprecated `withModal`, which could simply just use the Modal component
- Removes `<ModalPortal />` in favor of `<Modal />`
- Deprecated `withModal`, which could simply just use the Modal component

Worth noting that a `role="presentation"` is applied to the `Modal`, so
consumers should be applying a `role="none presentation"` to their direct
Expand Down Expand Up @@ -1966,9 +1978,9 @@
Breakpoints have been amended to follow (mobile first):
- `tablet` is iPad Mini width less 25%, so any device greater than 768px
- `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
- `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
- `tablet` is iPad Mini width less 25%, so any device greater than 768px
- `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
- `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
all at landscape.
Expand Down Expand Up @@ -2051,9 +2063,9 @@

**A few changes**

- `OverdriveProvider` must now be provider
- `ToastProvider` must also be provided when using a `useToast`
- `@autoguru/overdrive/reset` must be given first.
- `OverdriveProvider` must now be provider
- `ToastProvider` must also be provided when using a `useToast`
- `@autoguru/overdrive/reset` must be given first.

... and a whole series of other things. Please consult to the PR (#273) to
get a better idea of what's changed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoguru/overdrive",
"version": "4.37.1",
"version": "4.38.0",
"description": "Overdrive is a product component library, and design system for AutoGuru.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 3fb9047

Please sign in to comment.