Skip to content

Commit

Permalink
Version Packages (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2023
1 parent cf4422b commit 86b74b1
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 37 deletions.
7 changes: 0 additions & 7 deletions .changeset/hip-parents-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-oranges-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-insects-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-foxes-approve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-rings-tie.md

This file was deleted.

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

## 1.49.0

### Minor Changes

- [#738](https://github.com/segmentio/analytics-next/pull/738) [`fed489c`](https://github.com/segmentio/analytics-next/commit/fed489cbf2e5b4c0f8423453e24831ec5dcdd7ce) Thanks [@silesky](https://github.com/silesky)! - Make trait fields nullable. Type traits for group() differently than identify() call.

* [#722](https://github.com/segmentio/analytics-next/pull/722) [`61688e2`](https://github.com/segmentio/analytics-next/commit/61688e251ad2f60dae4cfd65cf59401c29ec66bd) Thanks [@silesky](https://github.com/silesky)! - Improve core interfaces. Refactor analytics-next to use shared EventQueue, dispatch, and other methods.
Augment Browser interface with traits and context options type.

### Patch Changes

- [#730](https://github.com/segmentio/analytics-next/pull/730) [`a392bf9`](https://github.com/segmentio/analytics-next/commit/a392bf9ef60cf4a6e6edef0b7c038e993b18b1bd) Thanks [@pooyaj](https://github.com/pooyaj)! - Adding jsdocs for universal storage

* [#743](https://github.com/segmentio/analytics-next/pull/743) [`88c91c8`](https://github.com/segmentio/analytics-next/commit/88c91c8cd56730253b8ac055437823721e450a42) Thanks [@silesky](https://github.com/silesky)! - Remove remote metrics from context and move to stats

- [#742](https://github.com/segmentio/analytics-next/pull/742) [`e29a21a`](https://github.com/segmentio/analytics-next/commit/e29a21adafb44a8810c7534ecde96f03eab0b246) Thanks [@silesky](https://github.com/silesky)! - Fix webdriver.io interception bug. Refactor to use native fetch where unfetch is unavailable.

- Updated dependencies [[`fed489c`](https://github.com/segmentio/analytics-next/commit/fed489cbf2e5b4c0f8423453e24831ec5dcdd7ce), [`61688e2`](https://github.com/segmentio/analytics-next/commit/61688e251ad2f60dae4cfd65cf59401c29ec66bd)]:
- @segment/analytics-core@1.2.0

## 1.48.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.48.0",
"version": "1.49.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.1.6",
"@segment/analytics-core": "1.2.0",
"@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.48.0'
export const version = '1.49.0'
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @segment/analytics-core

## 1.2.0

### Minor Changes

- [#738](https://github.com/segmentio/analytics-next/pull/738) [`fed489c`](https://github.com/segmentio/analytics-next/commit/fed489cbf2e5b4c0f8423453e24831ec5dcdd7ce) Thanks [@silesky](https://github.com/silesky)! - Make trait fields nullable. Type traits for group() differently than identify() call.

* [#722](https://github.com/segmentio/analytics-next/pull/722) [`61688e2`](https://github.com/segmentio/analytics-next/commit/61688e251ad2f60dae4cfd65cf59401c29ec66bd) Thanks [@silesky](https://github.com/silesky)! - Improve core interfaces. Refactor analytics-next to use shared EventQueue, dispatch, and other methods.
Augment Browser interface with traits and context options type.

## 1.1.6

### 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.1.6",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @segment/analytics-node

## 0.1.0

### Minor Changes

- [#738](https://github.com/segmentio/analytics-next/pull/738) [`fed489c`](https://github.com/segmentio/analytics-next/commit/fed489cbf2e5b4c0f8423453e24831ec5dcdd7ce) Thanks [@silesky](https://github.com/silesky)! - Make trait fields nullable. Type traits for group() differently than identify() call.

### Patch Changes

- Updated dependencies [[`fed489c`](https://github.com/segmentio/analytics-next/commit/fed489cbf2e5b4c0f8423453e24831ec5dcdd7ce), [`61688e2`](https://github.com/segmentio/analytics-next/commit/61688e251ad2f60dae4cfd65cf59401c29ec66bd)]:
- @segment/analytics-core@1.2.0

## 0.0.1

### 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": "0.0.1-beta.8",
"version": "0.1.0",
"private": true,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.1.6",
"@segment/analytics-core": "1.2.0",
"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 @@ -1954,7 +1954,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.6
"@segment/analytics-core": 1.2.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 @@ -2011,7 +2011,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.6
"@segment/analytics-core": 1.2.0
"@types/node": ^14
node-fetch: ^2.6.7
tslib: ^2.4.1
Expand Down

0 comments on commit 86b74b1

Please sign in to comment.