Skip to content

Commit

Permalink
Merge pull request #7503 from TheThingsNetwork/release/v3.33.1
Browse files Browse the repository at this point in the history
Release v3.33.1
  • Loading branch information
KrishnaIyer authored Feb 12, 2025
2 parents 7492a05 + d9c0c7f commit 2bd39e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For details about compatibility between different releases, see the **Commitment

### Security

## [3.33.1] - unreleased
## [3.33.1] - 2025-02-10

### Added

Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 53 files
+68 −0 vendor/aquascope/aqm-codec.yaml
+21 −0 vendor/aquascope/aqm-profile.yaml
+252 −0 vendor/aquascope/aqm.js
+ vendor/aquascope/aqm.png
+98 −0 vendor/aquascope/aqm.yaml
+ vendor/aquascope/aqs.png
+5 −8 vendor/aquascope/aqs.yaml
+4 −5 vendor/aquascope/bvs.yaml
+ vendor/aquascope/bvs2.png
+52 −0 vendor/aquascope/flo-codec.yaml
+20 −0 vendor/aquascope/flo-profile.yaml
+ vendor/aquascope/flo.jpg
+98 −0 vendor/aquascope/flo.yaml
+5 −0 vendor/aquascope/index.yaml
+29 −0 vendor/aquascope/index.yaml~
+5 −5 vendor/aquascope/kfr.yaml
+52 −0 vendor/aquascope/prs-codec.yaml
+21 −0 vendor/aquascope/prs-profile.yaml
+ vendor/aquascope/prs.png
+98 −0 vendor/aquascope/prs.yaml
+5 −0 vendor/aquascope/ran-codec.yaml
+20 −0 vendor/aquascope/ran-profile.yaml
+196 −0 vendor/aquascope/ran.js
+ vendor/aquascope/ran.png
+98 −0 vendor/aquascope/ran.yaml
+3 −0 vendor/index.yaml
+4,896 −4,691 vendor/jooby/mtx1.js
+15 −0 vendor/kamstrup/flowiq2200-02k73a-profile.yaml
+ vendor/kamstrup/flowiq2200-02k73a.png
+57 −0 vendor/kamstrup/flowiq2200-02k73a.yaml
+15 −0 vendor/kamstrup/index.yaml
+2 −0 vendor/pepperl-fuchs/index.yaml
+80 −0 vendor/pepperl-fuchs/wilsen-node-codec.yaml
+ vendor/pepperl-fuchs/wilsen-node.jpg
+165 −0 vendor/pepperl-fuchs/wilsen-node.yaml
+28 −0 vendor/pepperl-fuchs/wilsen-sonic-distance-codec.yaml
+ vendor/pepperl-fuchs/wilsen-sonic-distance.jpg
+32 −6 vendor/pepperl-fuchs/wilsen-sonic-distance.yaml
+ vendor/pepperl-fuchs/wilsen-sonic-level.jpg
+32 −6 vendor/pepperl-fuchs/wilsen-sonic-level.yaml
+90 −0 vendor/pepperl-fuchs/wilsen-valve-codec.yaml
+ vendor/pepperl-fuchs/wilsen-valve.jpg
+162 −0 vendor/pepperl-fuchs/wilsen-valve.yaml
+228 −42 vendor/pepperl-fuchs/wilsen.js
+2 −26 vendor/plenom/busylight.js
+12 −1 vendor/radio-bridge/radio_bridge_packet_decoder.js
+17 −0 vendor/southerniot/index.yaml
+12 −0 vendor/southerniot/senseclimate-codec.yaml
+47 −0 vendor/southerniot/senseclimate-profile-868.yaml
+47 −0 vendor/southerniot/senseclimate-profile-915.yaml
+68 −0 vendor/southerniot/senseclimate.js
+ vendor/southerniot/senseclimate.png
+168 −0 vendor/southerniot/senseclimate.yaml
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-stack",
"version": "3.33.0",
"version": "3.33.1",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ttn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-lw",
"version": "3.33.0",
"version": "3.33.1",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit 2bd39e6

Please sign in to comment.