This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
v1.0.0
Release Notes
From #54
We have a CircleCI job that will validate that each pull request has valid labels. This will always fail when the PR is initially created because there are no labels.
This creates a GitHub Action that will re-run the CI step whenever labels are added or removed from a PR.
From #52
Safari doesn't understand using a height of 100%
for position: fixed
elements. This will use 100vh
instead of 100%
to match the viewport height.
💥 Breaking Change
- Set up automatic npm releases using
auto
#48 (@justinanastos)
🐛 Bug Fix
- Fix release script #55 (@justinanastos)
- Speed up
check-labels
task by not installing dependencies #53 (@justinanastos) - Fix modals sizes in Safari #52 (@justinanastos)
- Add name and email to
auto
config #51 (@justinanastos) - Make release.sh executable #50 (@justinanastos)
⚠️ Pushed to master
- use .npmrc (@justinanastos)
- 1.0.0 (@justinanastos)
Authors: 1
- Justin Anastos (@justinanastos)