Skip to content

Commit 306f1d0

Browse files
authored
Merge branch 'master' into SER-2270-percentage-symbol-in-an-event-name-breaks-drill
2 parents 1863a83 + 7546337 commit 306f1d0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version xx.xx.xx
1+
## Version 24.05.21
22

33
Fixes:
44
- [core] Fixed a bug causing events to not being loaded when there's an escaped character in the event name
@@ -10,11 +10,11 @@ Fixes:
1010

1111

1212
Dependencies:
13-
- Bump sass from 1.81.0 to 1.83.3
1413
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
1514
- Bump countly-sdk-web from 24.11.2 to 24.11.4
1615
- Bump express-rate-limit from 7.4.1 to 7.5.0
1716
- Bump puppeteer from 23.10.4 to 23.11.1
17+
- Bump sass from 1.81.0 to 1.83.4
1818

1919
## Version 24.05.20
2020
Fixes:

bin/countly.install_rhel.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ cp "$DIR/config/supervisord.example.conf" "$DIR/config/supervisord.conf"
4848

4949
#Install raven-release for ipa-gothic-fonts required by puppeteer
5050
if [[ "$CENTOS_MAJOR" = "9" ]]; then
51-
sudo rpm -ivh https://pkgs.dyn.su/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
51+
sudo rpm -ivh https://pkgs.sysadmins.ws/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
5252
else
53-
sudo yum install -y https://pkgs.dyn.su/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
53+
sudo yum install https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
5454
sudo yum install -y ipa-gothic-fonts
5555
fi
5656

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git",
8282
"properties-parser": "0.6.0",
8383
"puppeteer": "^23.8.0",
84-
"sass": "1.83.3",
84+
"sass": "1.83.4",
8585
"tslib": "^2.6.3",
8686
"uglify-js": "3.19.3",
8787
"underscore": "1.13.7",

0 commit comments

Comments
 (0)