mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Update CHANGELOG (and fix package.json version)
This commit is contained in:
parent
c619196787
commit
96f13e2d69
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
---
|
||||
|
||||
## Upcoming version
|
||||
* [fix] Improve slug creation (slashes were breaking rendering in some environments)
|
||||
[#850](https://github.com/sharetribe/flex-template-web/pull/850)
|
||||
|
||||
## v1.0.0
|
||||
|
||||
* [change] Migrate remaining Redux Forms to Final Form. Also now all the form components can be
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.3.1",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue