Skip to content

Commit f8cdce1

Browse files
Version Packages (#1148)
1 parent 04a7cc8 commit f8cdce1

File tree

16 files changed

+53
-27
lines changed

16 files changed

+53
-27
lines changed

.changeset/cyan-oranges-swim.md

-5
This file was deleted.

.changeset/flat-dryers-wink.md

-6
This file was deleted.

.changeset/strong-rats-lay.md

-5
This file was deleted.

packages/browser/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @segment/analytics-next
22

3+
## 1.73.0
4+
5+
### Minor Changes
6+
7+
- [#1084](https://github.com/segmentio/analytics-next/pull/1084) [`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Adding support for 429 response from the server
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e)]:
12+
- @segment/analytics-core@1.7.0
13+
314
## 1.72.2
415

516
### Patch Changes

packages/browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-next",
3-
"version": "1.72.2",
3+
"version": "1.73.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",
@@ -50,7 +50,7 @@
5050
],
5151
"dependencies": {
5252
"@lukeed/uuid": "^2.0.0",
53-
"@segment/analytics-core": "1.6.0",
53+
"@segment/analytics-core": "1.7.0",
5454
"@segment/analytics-generic-utils": "1.2.0",
5555
"@segment/analytics.js-video-plugins": "^0.2.1",
5656
"@segment/facade": "^3.4.9",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.72.2'
2+
export const version = '1.73.0'

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @segment/analytics-core
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#1084](https://github.com/segmentio/analytics-next/pull/1084) [`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Adding support for 429 response from the server
8+
39
## 1.6.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-core",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",

packages/node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @segment/analytics-node
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e)]:
8+
- @segment/analytics-core@1.7.0
9+
310
## 2.1.2
411

512
### Patch Changes

packages/node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-node",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@lukeed/uuid": "^2.0.0",
39-
"@segment/analytics-core": "1.6.0",
39+
"@segment/analytics-core": "1.7.0",
4040
"@segment/analytics-generic-utils": "1.2.0",
4141
"buffer": "^6.0.3",
4242
"jose": "^5.1.0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '2.1.2'
2+
export const version = '2.1.3'

packages/signals/signals-example/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`04a7cc85`](https://github.com/segmentio/analytics-next/commit/04a7cc85247bdcdb832d0cca4ddbb4391ccada3a), [`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e), [`784ddf21`](https://github.com/segmentio/analytics-next/commit/784ddf21906a2a72c1ccea41d0ba323e189c4010)]:
8+
- @segment/analytics-signals@1.1.0
9+
- @segment/analytics-next@1.73.0
10+
11+
## null
12+
13+
### Patch Changes
14+
715
- Updated dependencies [[`549b028`](https://github.com/segmentio/analytics-next/commit/549b02898dd7c0541957659da8c56e93129507df)]:
816
- @segment/analytics-signals@1.0.1
917

packages/signals/signals/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @segment/analytics-signals
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#1147](https://github.com/segmentio/analytics-next/pull/1147) [`784ddf21`](https://github.com/segmentio/analytics-next/commit/784ddf21906a2a72c1ccea41d0ba323e189c4010) Thanks [@silesky](https://github.com/silesky)! - Update network signals to add support for allow/disallow
8+
9+
### Patch Changes
10+
11+
- [#1150](https://github.com/segmentio/analytics-next/pull/1150) [`04a7cc85`](https://github.com/segmentio/analytics-next/commit/04a7cc85247bdcdb832d0cca4ddbb4391ccada3a) Thanks [@silesky](https://github.com/silesky)! - Support XHR interception
12+
313
## 1.0.1
414

515
### Patch Changes

packages/signals/signals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-signals",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "./dist/cjs/index.js",
55
"license": "MIT",
66
"repository": {
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.0.1'
2+
export const version = '1.1.0'

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4146,7 +4146,7 @@ __metadata:
41464146
"@internal/config": 0.0.0
41474147
"@lukeed/uuid": ^2.0.0
41484148
"@segment/analytics-browser-actions-braze": ^1.3.0
4149-
"@segment/analytics-core": 1.6.0
4149+
"@segment/analytics-core": 1.7.0
41504150
"@segment/analytics-generic-utils": 1.2.0
41514151
"@segment/analytics.js-integration": ^3.3.3
41524152
"@segment/analytics.js-integration-amplitude": ^3.3.3
@@ -4201,7 +4201,7 @@ __metadata:
42014201
dependencies:
42024202
"@internal/config": 0.0.0
42034203
"@lukeed/uuid": ^2.0.0
4204-
"@segment/analytics-core": 1.6.0
4204+
"@segment/analytics-core": 1.7.0
42054205
"@segment/analytics-generic-utils": 1.2.0
42064206
"@types/node": ^16
42074207
axios: ^1.6.2

0 commit comments

Comments
 (0)