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

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

.changeset/flat-dryers-wink.md

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

.changeset/strong-rats-lay.md

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

packages/browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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",
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.72.2'
2+
export const version = '1.73.0'

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)