Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Apr 22, 2021
1 parent 1158023 commit 7fdce22
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## v0.7.3 (Wed Apr 21 2021)

:tada: This release contains work from a new contributor! :tada:

:heart: David Dios ([@dios-david](https://github.com/dios-david))

Thanks for all your work!

### ✨ New Features

- `@theme-ui/css`
- Adding `scroll-margin` props
[#1664](https://github.com/system-ui/theme-ui/pull/1664)
([@dios-david](https://github.com/dios-david))

### 🐛 Bug Fix

- `@theme-ui/css`
- Return negative number from lookup if theme value is a number
[#1665](https://github.com/system-ui/theme-ui/pull/1665)
([@kenny-f](https://github.com/kenny-f))

### 🔩 Dependency Updates

- `@theme-ui/editor`
- chore(deps): bump reakit from 1.3.5 to 1.3.7
[#1644](https://github.com/system-ui/theme-ui/pull/1644)
([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
[@lachlanjc](https://github.com/lachlanjc))

#### Authors: 4

- David Dios ([@dios-david](https://github.com/dios-david))
- Kenny ([@kenny-f](https://github.com/kenny-f))
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))

---

## v0.7.2 (Mon Apr 19 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down
10 changes: 8 additions & 2 deletions auto.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ const npmOptions: INpmConfig = {
exact: true,
}


const allContributorsOptions: IAllContributorsPluginOptions = {
exclude: ['dependabot[bot]', 'dependabot-preview[bot]'],
exclude: [
'dependabot',
'dependabot[bot]',
'@dependabot[bot]',
'dependabot-preview',
'dependabot-preview[bot]',
'@dependabot-preview[bot]',
],
types: {
infra: ['./github/**/*'],
example: ['examples/**/*'],
Expand Down
25 changes: 25 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.7.3 (Wed Apr 21 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: David Dios ([@dios-david](https://github.com/dios-david))

:heart: Kenny ([@kenny-f](https://github.com/kenny-f))

#### 🐛 Bug Fix

- Adding `scroll-margin` props [#1664](https://github.com/system-ui/theme-ui/pull/1664) ([@dios-david](https://github.com/dios-david))
- Return negative number from lookup if theme value is a number [#1665](https://github.com/system-ui/theme-ui/pull/1665) ([@kenny-f](https://github.com/kenny-f))
- revert only tests ([@kenny-f](https://github.com/kenny-f))
- Return negative number from lookup if theme value is a number ([@kenny-f](https://github.com/kenny-f))
- adding scroll-margin props ([@dios-david](https://github.com/dios-david))

#### Authors: 2

- David Dios ([@dios-david](https://github.com/dios-david))
- Kenny ([@kenny-f](https://github.com/kenny-f))

---

# v0.7.0 (Thu Apr 15 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down
13 changes: 13 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.7.3 (Wed Apr 21 2021)

#### 🔩 Dependency Updates

- chore(deps): bump reakit from 1.3.5 to 1.3.7 [#1644](https://github.com/system-ui/theme-ui/pull/1644) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@lachlanjc](https://github.com/lachlanjc))

#### Authors: 2

- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))

---

# v0.7.1 (Mon Apr 19 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down

0 comments on commit 7fdce22

Please sign in to comment.