Browse Source

Версия 0.11.0

Book Pauk 3 years ago
parent
commit
2127e2ec0a
3 changed files with 11179 additions and 14 deletions
  1. 11 0
      client/components/Reader/versionHistory.js
  2. 11167 13
      package-lock.json
  3. 1 1
      package.json

+ 11 - 0
client/components/Reader/versionHistory.js

@@ -1,4 +1,15 @@
 export const versionHistory = [
+{
+    showUntil: '2021-11-17',
+    header: '0.11.0 (2021-11-18)',
+    content:
+`
+<ul>
+    <li>переход на Vue 3</li>
+</ul>
+`
+},
+
 {
     showUntil: '2021-10-23',
     header: '0.10.3 (2021-10-24)',

File diff suppressed because it is too large
+ 11167 - 13
package-lock.json


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "Liberama",
-  "version": "0.10.3",
+  "version": "0.11.0",
   "author": "Book Pauk <bookpauk@gmail.com>",
   "license": "CC0-1.0",
   "repository": "bookpauk/liberama",

Some files were not shown because too many files changed in this diff