You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2022/04/08 04:19:31 UTC

[incubator-flagon-useralejs] branch 2.3.0-RC-01 updated: updates userale versioning in webpack and react-app examples (placeholder for 2.3.0)

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch 2.3.0-RC-01
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/2.3.0-RC-01 by this push:
     new 900deef  updates userale versioning in webpack and react-app examples (placeholder for 2.3.0)
900deef is described below

commit 900deef0548401c713630ccca36f0e956503c9f5
Author: poorejc <po...@apache.org>
AuthorDate: Fri Apr 8 00:19:21 2022 -0400

    updates userale versioning in webpack and react-app examples (placeholder for 2.3.0)
---
 example/react-app-example/package.json     | 2 +-
 example/webpackUserAleExample/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/react-app-example/package.json b/example/react-app-example/package.json
index 0925abb..37f1e72 100644
--- a/example/react-app-example/package.json
+++ b/example/react-app-example/package.json
@@ -6,7 +6,7 @@
     "@testing-library/jest-dom": "^5.16.2",
     "@testing-library/react": "^12.1.4",
     "@testing-library/user-event": "^13.5.0",
-    "flagon-userale": "file:../..",
+    "flagon-userale": "^2.3.0",
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
     "react-scripts": "5.0.0"
diff --git a/example/webpackUserAleExample/package.json b/example/webpackUserAleExample/package.json
index 1fcb705..c3a6d55 100755
--- a/example/webpackUserAleExample/package.json
+++ b/example/webpackUserAleExample/package.json
@@ -39,7 +39,7 @@
     "npm": "6.4.1 || 6.7.0 - 6.12.1 || >=6.13.4"
   },
   "dependencies": {
-    "flagon-userale": "^2.2.0"
+    "flagon-userale": "^2.3.0"
   },
   "devDependencies": {
     "webpack": "^5.67.0",