mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-15 05:16:35 +02:00
bump to 6.3.6 n add changelog
This commit is contained in:
@@ -107,6 +107,13 @@ export function Changelog(props) {
|
||||
<div>
|
||||
<h1>Whats new?</h1>
|
||||
|
||||
<Notification version="6.3.6" {...props} isLatest={true}>
|
||||
<NotificationItem type="bug">
|
||||
Import of creations (in logged in state) now always works even if the
|
||||
same creations have been imported to some other account.
|
||||
</NotificationItem>
|
||||
</Notification>
|
||||
|
||||
<Notification version="6.3.4" {...props} isLatest={true}>
|
||||
<NotificationItem type="bug">
|
||||
Public creations are now working.
|
||||
|
@@ -84,7 +84,7 @@ if (module.hot) {
|
||||
}
|
||||
|
||||
const UNSAVED_WARNING_COUNT = 15;
|
||||
const version = '6.3.5';
|
||||
const version = '6.3.6';
|
||||
|
||||
// Read forced settings as query parameters
|
||||
window.forcedSettings = {};
|
||||
|
Reference in New Issue
Block a user