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/[email protected]
- @appsignal/[email protected]
- @appsignal/[email protected]
- @appsignal/[email protected]
- @appsignal/[email protected]
- @appsignal/[email protected]
- @appsignal/[email protected]
  • Loading branch information
unflxw committed Nov 12, 2024
1 parent f5e3ea2 commit d6f352c
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 25 deletions.
6 changes: 0 additions & 6 deletions packages/cli/.changesets/deprecate-cli-installer.md

This file was deleted.

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

## 1.3.0

_Published on 2024-11-12._

### Deprecated

- The CLI installer has been deprecated in favor of the web wizard installer. (minor [e833d6d](https://github.com/appsignal/appsignal-javascript/commit/e833d6d5197dad7d1d4397c719204ad60f97fe4f))

## 1.2.10

_Published on 2024-04-23._
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/cli",
"version": "1.2.10",
"version": "1.3.0",
"main": "./dist/index",
"repository": {
"type": "git",
Expand Down

This file was deleted.

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

## 1.1.24

_Published on 2024-11-12._

### Fixed

- Fix an issue where objects given as tags or breadcrumb metadata would have their values modified in place. (patch [e9794db](https://github.com/appsignal/appsignal-javascript/commit/e9794dbea47f5b85779a5617ea8d0d826f3147c7))

## 1.1.23

_Published on 2024-10-01._
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/core",
"version": "1.1.23",
"version": "1.1.24",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for JavaScript changelog

## 1.4.1

_Published on 2024-11-12._

### Changed

- Update @appsignal/core dependency to 1.1.24. (patch)

## 1.4.0

_Published on 2024-10-01._
Expand Down
4 changes: 2 additions & 2 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/javascript",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"dependencies": {
"@appsignal/core": "=1.1.23",
"@appsignal/core": "=1.1.24",
"@appsignal/types": "=3.0.1",
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not touch this file, auto-generated by scripts/create-version
export const VERSION = "1.4.0"
export const VERSION = "1.4.1"
8 changes: 8 additions & 0 deletions packages/plugin-breadcrumbs-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for plugin-breadcrumbs-console changelog

## 1.1.34

_Published on 2024-11-12._

### Changed

- Update @appsignal/javascript dependency to 1.4.1. (patch)

## 1.1.33

_Published on 2024-10-01._
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-breadcrumbs-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/plugin-breadcrumbs-console",
"version": "1.1.33",
"version": "1.1.34",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"@appsignal/javascript": "=1.4.0"
"@appsignal/javascript": "=1.4.1"
},
"devDependencies": {
"@appsignal/types": "=3.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-window-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for plugin-window-events changelog

## 1.0.24

_Published on 2024-11-12._

### Changed

- Update @appsignal/core dependency to 1.1.24. (patch)

## 1.0.23

_Published on 2024-10-01._
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-window-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/plugin-window-events",
"version": "1.0.23",
"version": "1.0.24",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@appsignal/types": "=3.0.1",
"@appsignal/core": "=1.1.23"
"@appsignal/core": "=1.1.24"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for preact changelog

## 1.0.25

_Published on 2024-11-12._

### Changed

- Update @appsignal/core dependency to 1.1.24. (patch)

## 1.0.24

_Published on 2024-10-01._
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/preact",
"version": "1.0.24",
"version": "1.0.25",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@appsignal/types": "=3.0.1",
"@appsignal/core": "=1.1.23"
"@appsignal/core": "=1.1.24"
},
"peerDependencies": {
"preact": "^10.0.0"
Expand Down
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.28

_Published on 2024-11-12._

### Changed

- Update @appsignal/core dependency to 1.1.24. (patch)

## 1.0.27

_Published on 2024-10-01._
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/react",
"version": "1.0.27",
"version": "1.0.28",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@appsignal/types": "=3.0.1",
"@appsignal/core": "=1.1.23"
"@appsignal/core": "=1.1.24"
},
"peerDependencies": {
"react": ">= 16.8.6 < 19"
Expand Down

0 comments on commit d6f352c

Please sign in to comment.