Przeglądaj źródła

Merge pull request #4030 from weseek/master

release v4.3.1
Yuki Takei 4 lat temu
rodzic
commit
8f8bf524f1
2 zmienionych plików z 13 dodań i 5 usunięć
  1. 11 4
      CHANGES.md
  2. 2 1
      package.json

+ 11 - 4
CHANGES.md

@@ -1,13 +1,18 @@
 # CHANGES
 
-## v4.3.0-RC
+## v4.3.1-RC
 
-* Support: Upgrade libs
-    * striptags
+* Fix: Build script for production
+
+
+
+## v4.3.0-RC
 
 ### BREAKING CHANGES
 
-None.
+* GROWI includes some official plugins in default
+    * Users no longer need to install [growi-plugin-lsx](https://github.com/weseek/growi-plugin-lsx), [growi-plugin-pukiwiki-like-linker](https://github.com/weseek/growi-plugin-pukiwiki-like-linker) and [growi-plugin-attachment-refs](https://github.com/weseek/growi-plugin-attachment-refs) before build client.
+
 
 Upgrading Guide: <https://docs.growi.org/en/admin-guide/upgrading/43x.html>
 
@@ -22,6 +27,8 @@ Upgrading Guide: <https://docs.growi.org/en/admin-guide/upgrading/43x.html>
 * Improvement: Mark users who failed to send invitation emails
 * Fix: lsx plugin in the custom sidebar does not work when showing search result page
 * Support: Switch the official docker base image from Alpine based to Ubuntu based
+* Support: Upgrade libs
+    * striptags
 
 ## v4.2.21
 

+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "4.3.0-RC",
+  "version": "4.3.1-RC",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",
@@ -34,6 +34,7 @@
     "build:dev:watch": "npm run build:dev:app:watch",
     "build:dev:watch:poll": "npm run build:dev:app:watch:poll",
     "build:dev": "yarn build:dev:app",
+    "build:prod": "yarn lerna run build --scope @growi/app --scope @growi/slack",
     "build:slack": "lerna run build --scope @growi/slack",
     "build": "npm run build:dev:watch",
     "build:poll": "npm run build:dev:watch:poll",