Skip to content

Commit fa58aa2

Browse files
Version Packages (#1349)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6477267 commit fa58aa2

File tree

8 files changed

+16
-14
lines changed

8 files changed

+16
-14
lines changed

.changeset/remove-node-fetch.md

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

.changeset/silent-destinations-metrics.md

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

packages/browser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @segment/analytics-next
22

3+
## 1.81.2
4+
5+
### Patch Changes
6+
7+
- [#1341](https://github.com/segmentio/analytics-next/pull/1341) [`6477267f`](https://github.com/segmentio/analytics-next/commit/6477267fc50887c84d475c48b3ab12493edff723) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Emit analytics_js.integration.invoke.error metric for destination load and build failures that were previously silent
8+
39
## 1.81.1
410

511
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-next",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.81.1'
2+
export const version = '1.81.2'

packages/node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @segment/analytics-node
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#1348](https://github.com/segmentio/analytics-next/pull/1348) [`99cd853b`](https://github.com/segmentio/analytics-next/commit/99cd853bddf28eb60991b79d263cb153367b093e) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Remove node-fetch dependency in favor of native globalThis.fetch (available since Node 18, package requires >= 20)
8+
39
## 2.3.0
410

511
### Minor Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-node",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '2.3.0'
2+
export const version = '3.0.0'

0 commit comments

Comments
 (0)