Skip to content

Commit 874c122

Browse files
committed
Publish packages
Update version number and CHANGELOG.md. - @appsignal/[email protected] - @appsignal/[email protected] - @appsignal/[email protected] - @appsignal/[email protected] - @appsignal/[email protected] - @appsignal/[email protected] - @appsignal/[email protected]
1 parent ebb2adc commit 874c122

16 files changed

+70
-20
lines changed

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal CLI changelog
22

3+
## 1.2.9
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/core dependency to 1.1.21.
10+
311
## 1.2.8
412

513
_Published on 2024-01-19._

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/cli",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@appsignal/core": "=1.1.20",
23+
"@appsignal/core": "=1.1.21",
2424
"chalk": "^4.1.0",
2525
"commander": "^6.2.1",
2626
"inquirer": "^7.3.3"

packages/core/.changesets/bump-dependencies-to-remove-vulnerability-warning.md

-6
This file was deleted.

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal Core changelog
22

3+
## 1.1.21
4+
5+
_Published on 2024-04-22._
6+
7+
### Fixed
8+
9+
- [ebb2adc](https://github.com/appsignal/appsignal-javascript/commit/ebb2adc81aee26b192d4eaca89df823c190bab7e) patch - Bump dependencies to remove vulnerability warning about `[email protected]`. The vulnerability does not apply to AppSignal's usage of it.
10+
311
## 1.1.20
412

513
### Changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/core",
3-
"version": "1.1.20",
3+
"version": "1.1.21",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {

packages/javascript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for JavaScript changelog
22

3+
## 1.3.29
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/core dependency to 1.1.21.
10+
311
## 1.3.28
412

513
### Changed

packages/javascript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/javascript",
3-
"version": "1.3.28",
3+
"version": "1.3.29",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"access": "public"
2929
},
3030
"dependencies": {
31-
"@appsignal/core": "=1.1.20",
31+
"@appsignal/core": "=1.1.21",
3232
"@appsignal/types": "=3.0.1",
3333
"tslib": "^2.3.0"
3434
},

packages/javascript/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not touch this file, auto-generated by scripts/create-version
2-
export const VERSION = "1.3.28"
2+
export const VERSION = "1.3.29"

packages/plugin-breadcrumbs-console/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for plugin-breadcrumbs-console changelog
22

3+
## 1.1.30
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/javascript dependency to 1.3.29.
10+
311
## 1.1.29
412

513
### Changed

packages/plugin-breadcrumbs-console/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/plugin-breadcrumbs-console",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@appsignal/javascript": "=1.3.28"
28+
"@appsignal/javascript": "=1.3.29"
2929
},
3030
"devDependencies": {
3131
"@appsignal/types": "=3.0.1"

packages/plugin-window-events/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for plugin-window-events changelog
22

3+
## 1.0.21
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/core dependency to 1.1.21.
10+
311
## 1.0.20
412

513
### Changed

packages/plugin-window-events/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/plugin-window-events",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@appsignal/types": "=3.0.1",
26-
"@appsignal/core": "=1.1.20"
26+
"@appsignal/core": "=1.1.21"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/preact/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for preact changelog
22

3+
## 1.0.22
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/core dependency to 1.1.21.
10+
311
## 1.0.21
412

513
### Changed

packages/preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/preact",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@appsignal/types": "=3.0.1",
26-
"@appsignal/core": "=1.1.20"
26+
"@appsignal/core": "=1.1.21"
2727
},
2828
"peerDependencies": {
2929
"preact": "^10.0.0"

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for react changelog
22

3+
## 1.0.24
4+
5+
_Published on 2024-04-22._
6+
7+
### Changed
8+
9+
- patch - Update @appsignal/core dependency to 1.1.21.
10+
311
## 1.0.23
412

513
### Changed

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/react",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@appsignal/types": "=3.0.1",
26-
"@appsignal/core": "=1.1.20"
26+
"@appsignal/core": "=1.1.21"
2727
},
2828
"peerDependencies": {
2929
"react": ">= 16.8.6 < 19"

0 commit comments

Comments
 (0)