浏览代码

Change versions to 4.0.0.dev0 (#1552)

* Change versions to 4.0.0.dev0

* Change versions to 4.0.0.dev0

* update frontend packages to 4.0

---------

Co-authored-by: Fred Lefévère-Laoide <90181748+FredLL-Avaiga@users.noreply.github.com>
Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Jean-Robin 10 月之前
父节点
当前提交
20adfc4719

+ 1 - 1
frontend/taipy-gui/base/src/packaging/package.json

@@ -1,6 +1,6 @@
 {
   "name": "taipy-gui-base",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "private": true,
   "main": "./taipy-gui-base.js",
   "types": "./taipy-gui-base.d.ts"

+ 3 - 3
frontend/taipy-gui/dom/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "taipy-gui-dom",
-  "version": "3.1.0",
+  "version": "4.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "taipy-gui-dom",
-      "version": "3.1.0",
+      "version": "4.0.0",
       "dependencies": {
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
@@ -15,7 +15,7 @@
     },
     "../packaging": {
       "name": "taipy-gui",
-      "version": "3.1.0"
+      "version": "4.0.0"
     },
     "node_modules/js-tokens": {
       "version": "4.0.0",

+ 1 - 1
frontend/taipy-gui/dom/package.json

@@ -1,6 +1,6 @@
 {
   "name": "taipy-gui-dom",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "private": true,
   "dependencies": {
     "react": "^18.2.0",

+ 2 - 2
frontend/taipy-gui/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "taipy-gui",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "taipy-gui",
-      "version": "3.2.0",
+      "version": "4.0.0",
       "dependencies": {
         "@emotion/react": "^11.10.0",
         "@emotion/styled": "^11.10.0",

+ 1 - 1
frontend/taipy-gui/package.json

@@ -1,6 +1,6 @@
 {
   "name": "taipy-gui",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "private": true,
   "dependencies": {
     "@emotion/react": "^11.10.0",

+ 1 - 1
frontend/taipy-gui/packaging/package.json

@@ -1,6 +1,6 @@
 {
   "name": "taipy-gui",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "private": true,
   "main": "./taipy-gui.js",
   "types": "./taipy-gui.d.ts"

+ 4 - 3
frontend/taipy/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "taipy-gui-core",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "taipy-gui-core",
-      "version": "3.2.0",
+      "version": "4.0.0",
       "hasInstallScript": true,
       "dependencies": {
         "@emotion/react": "^11.10.6",
@@ -41,7 +41,8 @@
       }
     },
     "../../taipy/gui/webapp": {
-      "version": "3.2.0"
+      "name": "taipy-gui",
+      "version": "4.0.0"
     },
     "node_modules/@babel/code-frame": {
       "version": "7.24.7",

+ 1 - 1
frontend/taipy/package.json

@@ -1,6 +1,6 @@
 {
   "name": "taipy-gui-core",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "private": true,
   "devDependencies": {
     "@types/react": "^18.0.15",

+ 1 - 1
taipy/config/README.md

@@ -23,7 +23,7 @@ specific language governing permissions and limitations under the License.
 ## What is Taipy Config
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including *taipy-config* to let users
+[website](https://www.taipy.io). Taipy is split into multiple packages including *taipy-config* to let users
 install the minimum they need.
 
 Taipy Config is a package designed to help users configure their Taipy application.

+ 1 - 1
taipy/config/package_desc.md

@@ -16,7 +16,7 @@ and limitations under the License.
 ## What is Taipy Config
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including *taipy-config*
+[website](https://www.taipy.io). Taipy is split into multiple packages including *taipy-config*
 to let users install the minimum they need.
 
 Taipy Config is a package designed to help users configure their Taipy application.

+ 1 - 1
taipy/config/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}

+ 1 - 1
taipy/core/README.md

@@ -27,7 +27,7 @@ and limitations under the License.
 ## What is Taipy Core
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including
+[website](https://www.taipy.io). Taipy is split into multiple packages including
 *taipy-core* to let users install the minimum they need.
 
 Taipy Core mostly includes business-oriented

+ 1 - 1
taipy/core/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}

+ 1 - 1
taipy/gui/README.md

@@ -23,7 +23,7 @@ specific language governing permissions and limitations under the License.
 ## What is Taipy GUI
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including `taipy-gui` to let users
+[website](https://www.taipy.io). Taipy is split into multiple packages including `taipy-gui` to let users
 install the minimum they need.
 
 Taipy GUI provides Python classes that make it easy to create powerful web apps in minutes.

+ 1 - 1
taipy/gui/package_desc.md

@@ -16,7 +16,7 @@ and limitations under the License.
 ## What is Taipy GUI
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including *taipy-gui* to let users
+[website](https://www.taipy.io). Taipy is split into multiple packages including *taipy-gui* to let users
 install the minimum they need.
 
 Taipy GUI provides Python classes that make it easy to create powerful web apps in minutes.

+ 1 - 1
taipy/gui/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}

+ 1 - 1
taipy/rest/README.md

@@ -26,7 +26,7 @@ and limitations under the License.
 ## What is Taipy REST
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including
+[website](https://www.taipy.io). Taipy is split into multiple packages including
 *taipy-core* and *taipy-rest* to let users install the minimum they need.
 
 Taipy Core mostly includes business-oriented

+ 1 - 1
taipy/rest/package_desc.md

@@ -16,7 +16,7 @@ and limitations under the License.
 ## What is Taipy REST
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including
+[website](https://www.taipy.io). Taipy is split into multiple packages including
 *taipy-core* and *taipy-rest* to let users install the minimum they need.
 
 Taipy Core mostly includes business-oriented

+ 1 - 1
taipy/rest/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}

+ 2 - 2
taipy/templates/package_desc.md

@@ -16,10 +16,10 @@ and limitations under the License.
 ## What is Taipy templates
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including *taipy-templates*
+[website](https://www.taipy.io). Taipy is split into multiple packages including *taipy-templates*
 to let users install the minimum they need.
 
-Taipy templates is a repository that contains templates and scaffoldings created and
+Taipy templates is a repository that contains templates created and
 maintained by Taipy. It helps users getting started with a simple and ready-to-go application.
 
 To create a Taipy application using this template, first you need to install Taipy (> 2.2).

+ 1 - 1
taipy/templates/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}

+ 1 - 1
taipy/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 2, "patch": 0, "ext": "dev0"}
+{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}