Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.

- @appsignal/react@1.0.29
- @appsignal/stimulus@1.0.19
  • Loading branch information
unflxw committed Jan 2, 2025
1 parent 47108e6 commit d47355d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
6 changes: 0 additions & 6 deletions packages/react/.changesets/add-support-for-react-19.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for react changelog

## 1.0.29

_Published on 2025-01-02._

### Added

- Add support for React 19 (patch [30bf30b](https://github.com/appsignal/appsignal-javascript/commit/30bf30b30dde75b357c066c3228d2e0e9d388e17))

## 1.0.28

_Published on 2024-11-12._
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/react",
"version": "1.0.28",
"version": "1.0.29",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand Down
6 changes: 0 additions & 6 deletions packages/stimulus/.changesets/add-action-to-stimulus.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/stimulus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for stimulus changelog

## 1.0.19

_Published on 2025-01-02._

### Added

- Add a default action to the stimulus error handler, based on the current controller. (patch [7787c1b](https://github.com/appsignal/appsignal-javascript/commit/7787c1ba2749bd7de03b66e74b772d6bd9f838b5))

## 1.0.18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/stimulus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/stimulus",
"version": "1.0.18",
"version": "1.0.19",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand Down

0 comments on commit d47355d

Please sign in to comment.