Skip to content

Commit d47355d

Browse files
committed
Publish packages
Update version number and CHANGELOG.md. - @appsignal/[email protected] - @appsignal/[email protected]
1 parent 47108e6 commit d47355d

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

packages/react/.changesets/add-support-for-react-19.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for react changelog
22

3+
## 1.0.29
4+
5+
_Published on 2025-01-02._
6+
7+
### Added
8+
9+
- Add support for React 19 (patch [30bf30b](https://github.com/appsignal/appsignal-javascript/commit/30bf30b30dde75b357c066c3228d2e0e9d388e17))
10+
311
## 1.0.28
412

513
_Published on 2024-11-12._

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/react",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {

packages/stimulus/.changesets/add-action-to-stimulus.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/stimulus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for stimulus changelog
22

3+
## 1.0.19
4+
5+
_Published on 2025-01-02._
6+
7+
### Added
8+
9+
- Add a default action to the stimulus error handler, based on the current controller. (patch [7787c1b](https://github.com/appsignal/appsignal-javascript/commit/7787c1ba2749bd7de03b66e74b772d6bd9f838b5))
10+
311
## 1.0.18
412

513
### Changed

packages/stimulus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/stimulus",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {

0 commit comments

Comments
 (0)