Skip to content

Commit

Permalink
Version Packages (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 10, 2023
1 parent 171cd15 commit e0ea8ee
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-baboons-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-pumpkins-attack.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.50.0

### Minor Changes

- [#774](https://github.com/segmentio/analytics-next/pull/774) [`69154c3`](https://github.com/segmentio/analytics-next/commit/69154c31f0739c3d1e31c3fd4d0f075fac721289) Thanks [@zikaari](https://github.com/zikaari)! - Add useQueryString option to InitOptions

* [#787](https://github.com/segmentio/analytics-next/pull/787) [`171cd15`](https://github.com/segmentio/analytics-next/commit/171cd15b4c32f4c0780c1e3d8d6d646bb17c6c36) Thanks [@silesky](https://github.com/silesky)! - Add keep-alive header to fetch for standard transport.

### Patch Changes

- Updated dependencies [[`69154c3`](https://github.com/segmentio/analytics-next/commit/69154c31f0739c3d1e31c3fd4d0f075fac721289)]:
- @segment/analytics-core@1.2.2

## 1.49.2

### Patch 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.49.2",
"version": "1.50.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.1",
"@segment/analytics-core": "1.2.2",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "1.0.1",
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.49.2'
export const version = '1.50.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.2.2

### Patch Changes

- [#774](https://github.com/segmentio/analytics-next/pull/774) [`69154c3`](https://github.com/segmentio/analytics-next/commit/69154c31f0739c3d1e31c3fd4d0f075fac721289) Thanks [@zikaari](https://github.com/zikaari)! - Add useQueryString option to InitOptions

## 1.2.1

### 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.1",
"version": "1.2.2",
"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
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`69154c3`](https://github.com/segmentio/analytics-next/commit/69154c31f0739c3d1e31c3fd4d0f075fac721289)]:
- @segment/analytics-core@1.2.2

## 0.0.1

### Patch Changes

- Updated dependencies [[`43897d6`](https://github.com/segmentio/analytics-next/commit/43897d6ffc5f6c7be6a9dec569997348b8c93e51)]:
- @segment/analytics-core@1.2.1

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": "0.0.1-beta.17",
"version": "0.0.1",
"private": true,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.2.1",
"@segment/analytics-core": "1.2.2",
"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 @@ -1733,7 +1733,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.2.1
"@segment/analytics-core": 1.2.2
"@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 @@ -1789,7 +1789,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.2.1
"@segment/analytics-core": 1.2.2
"@types/node": ^14
node-fetch: ^2.6.7
tslib: ^2.4.1
Expand Down

0 comments on commit e0ea8ee

Please sign in to comment.