Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
New release (#1966)
Browse files Browse the repository at this point in the history
* chore(deps): Bump storybook to latest

* chore(deps): Bump minor/patch deps

* Update PR template with proper checkboxes

* chore(deps): Bump all deps

* chore(deps): Bump yarn.lock to latest

* Deduplicate yarn.lock deps

* Replace .toBeNull w/ .not.toBeInTheDocument

* Use screen.* apis directly

* Un-type timers

* Fix a few lint warnings

* Resolve testing-library lint warnings

* Update tsdx resolutions for latest

* yarn

* Switch tests to use async calls to maybe fix CI

* Remove console.log

* Rename compressed-size github workflow

* Add a bunch of waitFor to hopefully fix tests

* Cleanup after each

* Remove waitFor's since it didn't work

* waitFor eachAfter

* Remove obsolete  afterEach

* Slight cleanup

* Run tests as verbose

* Switch github action build/test to use ubuntu-18.04

* try running tests on macos-11

* Move lint to separate github action

* Update test workflow to just test, not try to publish

* Update github actions to use node 16

* Replace  with

* Replace 'fireEvent.click' with 'userEvent.'

* Replace some keyDown with userEvent.type

* Replace a handful of fireEvent with userEvent

* chore(deps): Bump to @testing-library/react@13.0.0-alpha.5

* v4.4.8
  • Loading branch information
NateRadebaugh authored Jan 16, 2022
1 parent 5ab5b92 commit 59b3b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nateradebaugh/react-datetime",
"version": "4.4.6",
"version": "4.4.8",
"description": "A lightweight but complete datetime picker React.js component",
"license": "MIT",
"homepage": "https://github.com/NateRadebaugh/react-datetime",
Expand Down

1 comment on commit 59b3b97

@vercel
Copy link

@vercel vercel bot commented on 59b3b97 Jan 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.