Skip to content

Commit 50ee9b3

Browse files
authored
Merge pull request #1100 from getmaxun/pre-release-42
chore: pre-release v0.0.42
2 parents 730cca9 + 8392f58 commit 50ee9b3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

maxun-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maxun-core",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "Core package for Maxun, responsible for data extraction",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

package.frontend.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maxun-frontend",
3-
"version": "0.0.41",
3+
"version": "0.0.42",
44
"dependencies": {
55
"@emotion/react": "^11.9.0",
66
"@emotion/styled": "^11.8.1",
@@ -20,7 +20,7 @@
2020
"i18next-browser-languagedetector": "^8.0.0",
2121
"i18next-http-backend": "^3.0.1",
2222
"jszip": "^3.10.1",
23-
"maxun-core": "^0.0.34",
23+
"maxun-core": "^0.0.35",
2424
"react": "^18.0.0",
2525
"react-dom": "^18.0.0",
2626
"react-i18next": "^15.1.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maxun",
3-
"version": "0.0.41",
3+
"version": "0.0.42",
44
"author": "Maxun",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
@@ -54,7 +54,7 @@
5454
"lodash": "^4.17.21",
5555
"loglevel": "^1.8.0",
5656
"loglevel-plugin-remote": "^0.6.8",
57-
"maxun-core": "^0.0.34",
57+
"maxun-core": "^0.0.35",
5858
"minio": "^8.0.1",
5959
"moment-timezone": "^0.5.45",
6060
"multer": "^2.1.1",

0 commit comments

Comments
 (0)