Skip to content

Commit 9a19a3c

Browse files
Version Packages (#1089)
1 parent b611746 commit 9a19a3c

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.changeset/ninety-gifts-march.md

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

.changeset/violet-actors-pump.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.70.0
4+
5+
### Minor Changes
6+
7+
- [#1088](https://github.com/segmentio/analytics-next/pull/1088) [`2299e9a`](https://github.com/segmentio/analytics-next/commit/2299e9a7a83f421f0bbf7fac03abc9c030296cac) Thanks [@silesky](https://github.com/silesky)! - Refactor to change interface name from `legacySettings` -> `cdnSettings`, in order to clarify code.
8+
9+
* [#1090](https://github.com/segmentio/analytics-next/pull/1090) [`b611746`](https://github.com/segmentio/analytics-next/commit/b611746e23c1fab7321bb4d100f236813ffb416c) Thanks [@silesky](https://github.com/silesky)! - - Add public settings API
10+
- Do not expose loadLegacySettings / loadCDNSettings (private API)
11+
312
## 1.69.0
413

514
### 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.69.0",
3+
"version": "1.70.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.69.0'
2+
export const version = '1.70.0'

0 commit comments

Comments
 (0)