Skip to content

Commit

Permalink
chore(release): 7.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-beta.1](v6.2.4...v7.0.0-beta.1) (2022-10-03)

### Bug Fixes

* improve bundle sizes ([d85fac6](d85fac6))
* update design system beta version to latest ([29e098a](29e098a))

### chore

* update React to v18 ([#1115](#1115)) ([0810008](0810008))

### Features

* add phone property ([7a93d64](7a93d64))
* Currency input ([#1055](#1055)) ([7538357](7538357))
* move Select to design system, import from there ([#1062](https://github.com/SoftwareBrothers/adminjs/issues/1062))([@ariansobczak-rst](https://github.com/ariansobczak-rst)) ([910f709](910f709))
* Rebrand cleanup ([#1047](#1047)) ([a9e5baf](a9e5baf))
* Rich text ([#1059](#1059)) ([7aedbfb](7aedbfb))

### BREAKING CHANGES

* React updated from v16 to v18
* Removed Quill options from rich text
* removed softwareBrothers from options and introduced withMadeWithLove
  • Loading branch information
semantic-release-bot committed Oct 3, 2022
1 parent e6d4eaa commit 7182937
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": "adminjs",
"version": "6.2.4",
"version": "7.0.0-beta.1",
"description": "Admin panel for apps written in node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7182937

Please sign in to comment.