Skip to content

Commit 58ca71a

Browse files
Version Packages (#1158)
1 parent 567359f commit 58ca71a

File tree

17 files changed

+59
-34
lines changed

17 files changed

+59
-34
lines changed

.changeset/angry-items-change.md

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

.changeset/nasty-drinks-nail.md

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

.changeset/ninety-fireants-explain.md

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

.changeset/stupid-bikes-kiss.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.74.0
4+
5+
### Minor Changes
6+
7+
- [#1157](https://github.com/segmentio/analytics-next/pull/1157) [`3f58366b`](https://github.com/segmentio/analytics-next/commit/3f58366b0e01aa723d9d3bbb9fe8549d3082eb8e) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Refactoring CDN Url to be available from analytics settings
8+
9+
* [#1128](https://github.com/segmentio/analytics-next/pull/1128) [`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3) Thanks [@silesky](https://github.com/silesky)! - Do not make plugin.version required
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3), [`9ece2726`](https://github.com/segmentio/analytics-next/commit/9ece2726de257ecd594d601ef098bea746858133)]:
14+
- @segment/analytics-core@1.8.0
15+
316
## 1.73.0
417

518
### Minor 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.73.0",
3+
"version": "1.74.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.7.0",
53+
"@segment/analytics-core": "1.8.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.73.0'
2+
export const version = '1.74.0'

packages/core/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1128](https://github.com/segmentio/analytics-next/pull/1128) [`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3) Thanks [@silesky](https://github.com/silesky)! - Do not make plugin.version required
8+
9+
* [#1156](https://github.com/segmentio/analytics-next/pull/1156) [`9ece2726`](https://github.com/segmentio/analytics-next/commit/9ece2726de257ecd594d601ef098bea746858133) Thanks [@mrmckeb](https://github.com/mrmckeb)! - Improves support for TypeScript's `exactOptionalPropertyTypes` by allowing `undefined` to be passed to optional properties.
10+
311
## 1.7.0
412

513
### 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.7.0",
3+
"version": "1.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/segmentio/analytics-next",

packages/node/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#1128](https://github.com/segmentio/analytics-next/pull/1128) [`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3) Thanks [@silesky](https://github.com/silesky)! - Do not make plugin.version required
8+
9+
* [#1156](https://github.com/segmentio/analytics-next/pull/1156) [`9ece2726`](https://github.com/segmentio/analytics-next/commit/9ece2726de257ecd594d601ef098bea746858133) Thanks [@mrmckeb](https://github.com/mrmckeb)! - Improves support for TypeScript's `exactOptionalPropertyTypes` by allowing `undefined` to be passed to optional properties.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`c45d445b`](https://github.com/segmentio/analytics-next/commit/c45d445beb1b1d5b03738557720720d05e9c08a3), [`9ece2726`](https://github.com/segmentio/analytics-next/commit/9ece2726de257ecd594d601ef098bea746858133)]:
14+
- @segment/analytics-core@1.8.0
15+
316
## 2.1.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)