Skip to content

Commit 0f11ccc

Browse files
authored
Merge pull request #3646 from LiteFarmOrg/Update_version
Update version numbers (3.7.4)
2 parents b598a43 + 9a07458 commit 0f11ccc

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litefarm-api",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "LiteFarm API server",
55
"main": "./api/src/server.js",
66
"type": "module",

packages/api/src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (process.env.SENTRY_DSN && environment !== 'development') {
3939
// Automatically instrument Node.js libraries and frameworks
4040
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
4141
],
42-
release: '3.7.3',
42+
release: '3.7.4',
4343
// Set tracesSampleRate to 1.0 to capture 100%
4444
// of transactions for performance monitoring.
4545
// We recommend adjusting this value in production

packages/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litefarm-webapp",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "LiteFarm Web application",
55
"type": "module",
66
"scripts": {

packages/webapp/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if (import.meta.env.VITE_SENTRY_DSN) {
8787
Sentry.init({
8888
dsn: import.meta.env.VITE_SENTRY_DSN,
8989
integrations: [new Integrations.BrowserTracing()],
90-
release: '3.7.3',
90+
release: '3.7.4',
9191
// Set tracesSampleRate to 1.0 to capture 100%
9292
// of transactions for performance monitoring.
9393
// We recommend adjusting this value in production

packages/webapp/src/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const APP_VERSION = '3.7.0';
1212
export const VERSION_RELEASE_NOTES_LINK =
1313
'https://www.litefarm.org/post/start-2025-right-manage-crops-and-animals-seamlessly-with-litefarm';
1414

15-
export const CONSENT_VERSION = '7.0';
15+
export const CONSENT_VERSION = '7.1';
1616

1717
export const BETA_BADGE_LINK =
1818
'https://www.litefarm.org/post/beta-features-on-litefarm-your-feedback-matters';

0 commit comments

Comments
 (0)