Skip to content

Commit

Permalink
chore: bump 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Jan 2, 2022
1 parent 17ebe11 commit 8f420b5
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Give a concrete example of what you want to see in System Designer.

Give the following informations related to your problem:

- System Designer version number: (ex: *v5.0.2*)
- System Designer version number: (ex: *v5.1.0*)
- System Designer platform: (ex: *macOS*)
- Your OS version: (ex: *macOS 10.14.4*)
- If use on a phone, please give the model: (ex: *iPhone XS*)
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
For issues give the following informations related to your issue:

- System Designer version number: (ex: *v5.0.2*)
- System Designer version number: (ex: *v5.1.0*)
- System Designer platform: (ex: *macOS*)
- Your OS version: (ex: *macOS 10.14.4*)
- If use on a phone, please give the model: (ex: *iPhone XS*)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "system-designer",
"version": "5.0.2",
"version": "5.1.0",
"description": "System Designer, a low-code development platform for creating systems",
"homepage": "https://designfirst.io/systemdesigner/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/merges/cordova/cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// System Designer - Copyright 2022 Erwan Carriou
// Licensed under the Apache License, Version 2.0 (the "License")

const version = 'v5.0.2';
const version = 'v5.1.0';

const clearCaches = () => {
return caches.keys().then(keys => {
Expand Down
2 changes: 1 addition & 1 deletion src/merges/web/cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// System Designer - Copyright 2022 Erwan Carriou
// Licensed under the Apache License, Version 2.0 (the "License")

const version = 'v5.0.2';
const version = 'v5.1.0';

const clearCaches = () => {
return caches.keys().then(keys => {
Expand Down
4 changes: 2 additions & 2 deletions src/systems/classes/Designer-class.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down Expand Up @@ -180,7 +180,7 @@
"_id": "designer",
"debugWindow": null,
"runWindow": null,
"version": "5.0.2"
"version": "5.1.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/systems/classes/HTML-class.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"menu-action-version.html": {
"_id": "menu-action-version.html",
"source": "<a>v5.0.2</a>"
"source": "<a>v5.1.0</a>"
},
"menu-header-behavior.html": {
"_id": "menu-header-behavior.html",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/diagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-behavior.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions src/systems/core/system-designer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "system-designer",
"master": true,
"version": "5.0.2",
"version": "5.1.0",
"description": "A Designer for Systems",
"schemas": {
"104ad1f48518376": {
Expand Down Expand Up @@ -494,7 +494,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.2"
"default": "5.1.0"
},
"runWindow": {
"type": "object",
Expand Down

0 comments on commit 8f420b5

Please sign in to comment.