Skip to content

Commit af83355

Browse files
Version Packages (#1161)
1 parent 24acbe4 commit af83355

File tree

10 files changed

+26
-19
lines changed

10 files changed

+26
-19
lines changed

.changeset/blue-ads-doubt.md

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

.changeset/early-rabbits-rest.md

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

.changeset/strong-worms-clap.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.75.0
4+
5+
### Minor Changes
6+
7+
- [#1160](https://github.com/segmentio/analytics-next/pull/1160) [`bedea03b`](https://github.com/segmentio/analytics-next/commit/bedea03bb50e01a7df71461087a9ec340375906d) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Adding apiHost to the readonly data available from Analytics.settings
8+
39
## 1.74.0
410

511
### Minor 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.74.0",
3+
"version": "1.75.0",
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.74.0'
2+
export const version = '1.75.0'

packages/signals/signals-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`c8ce6144`](https://github.com/segmentio/analytics-next/commit/c8ce6144b31bddfc66961e979d5648fb66e102e5), [`29d17003`](https://github.com/segmentio/analytics-next/commit/29d1700303d0384fbd01edee9e9ff231f35de9ef), [`bedea03b`](https://github.com/segmentio/analytics-next/commit/bedea03bb50e01a7df71461087a9ec340375906d)]:
8+
- @segment/analytics-signals@1.4.0
9+
- @segment/analytics-next@1.75.0
10+
11+
## null
12+
13+
### Patch Changes
14+
715
- Updated dependencies [[`3f58366b`](https://github.com/segmentio/analytics-next/commit/3f58366b0e01aa723d9d3bbb9fe8549d3082eb8e), [`29e856f9`](https://github.com/segmentio/analytics-next/commit/29e856f9f36088a0dc625014ebda8e09fc3b621e), [`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3)]:
816
- @segment/analytics-next@1.74.0
917
- @segment/analytics-signals@1.3.0

packages/signals/signals/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1164](https://github.com/segmentio/analytics-next/pull/1164) [`c8ce6144`](https://github.com/segmentio/analytics-next/commit/c8ce6144b31bddfc66961e979d5648fb66e102e5) Thanks [@silesky](https://github.com/silesky)! - Emit network signals that result in errors if the response has been emitted. Add ok and status to network signal data.
8+
9+
* [#1163](https://github.com/segmentio/analytics-next/pull/1163) [`29d17003`](https://github.com/segmentio/analytics-next/commit/29d1700303d0384fbd01edee9e9ff231f35de9ef) Thanks [@silesky](https://github.com/silesky)! - Loosen signal redaction (from https://github.com/segmentio/analytics-next/pull/1106)
10+
311
## 1.3.0
412

513
### Minor Changes

packages/signals/signals/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-signals",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"main": "./dist/cjs/index.js",
55
"license": "MIT",
66
"repository": {
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.3.0'
2+
export const version = '1.4.0'

0 commit comments

Comments
 (0)