Skip to content

Commit

Permalink
Version Packages (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 7, 2023
1 parent f23f3be commit 83122fa
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-bottles-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-drinks-raise.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @segment/analytics-next

## 1.53.0

### Minor Changes

- [#870](https://github.com/segmentio/analytics-next/pull/870) [`f23f3be`](https://github.com/segmentio/analytics-next/commit/f23f3bec9a774d9e6df8e243ab8e2711bacedd37) Thanks [@silesky](https://github.com/silesky)! - Add updateCDNSettings option

* [#864](https://github.com/segmentio/analytics-next/pull/864) [`6cba535`](https://github.com/segmentio/analytics-next/commit/6cba5356c5f751e3edb30f7f524d4498600895b0) Thanks [@danieljackins](https://github.com/danieljackins)! - Add Client Hints API support

### Patch Changes

- Updated dependencies [[`6cba535`](https://github.com/segmentio/analytics-next/commit/6cba5356c5f751e3edb30f7f524d4498600895b0)]:
- @segment/analytics-core@1.3.0

## 1.52.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-next",
"version": "1.52.0",
"version": "1.53.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.2.5",
"@segment/analytics-core": "1.3.0",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated.
export const version = '1.52.0'
export const version = '1.53.0'
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @segment/analytics-core

## 1.3.0

### Minor Changes

- [#864](https://github.com/segmentio/analytics-next/pull/864) [`6cba535`](https://github.com/segmentio/analytics-next/commit/6cba5356c5f751e3edb30f7f524d4498600895b0) Thanks [@danieljackins](https://github.com/danieljackins)! - Add Client Hints API support

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-core",
"version": "1.2.5",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @segment/analytics-node

## 1.0.1

### Patch Changes

- Updated dependencies [[`6cba535`](https://github.com/segmentio/analytics-next/commit/6cba5356c5f751e3edb30f7f524d4498600895b0)]:
- @segment/analytics-core@1.3.0

## 1.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-node",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.2.5",
"@segment/analytics-core": "1.3.0",
"buffer": "^6.0.3",
"node-fetch": "^2.6.7",
"tslib": "^2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.2.5
"@segment/analytics-core": 1.3.0
"@segment/analytics.js-integration": ^3.3.3
"@segment/analytics.js-integration-amplitude": ^3.3.3
"@segment/analytics.js-video-plugins": ^0.2.1
Expand Down Expand Up @@ -1788,7 +1788,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.2.5
"@segment/analytics-core": 1.3.0
"@types/node": ^16
buffer: ^6.0.3
node-fetch: ^2.6.7
Expand Down

0 comments on commit 83122fa

Please sign in to comment.