Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2022
1 parent 6d51d38 commit a7ec0f8
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-islands-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-pandas-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-parents-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-birds-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dolphins-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-pens-raise.md

This file was deleted.

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

## 1.43.1

### Patch Changes

- [#615](https://github.com/segmentio/analytics-next/pull/615) [`6d51d38`](https://github.com/segmentio/analytics-next/commit/6d51d3839d7df8b5241b824fe9c0761d4c18dcf2) Thanks [@silesky](https://github.com/silesky)! - Add the load function type to AnalyticsSnippet

* [#611](https://github.com/segmentio/analytics-next/pull/611) [`29c3bd7`](https://github.com/segmentio/analytics-next/commit/29c3bd7602bed1871b1a0048531ddffd47ce5710) Thanks [@chrisradek](https://github.com/chrisradek)! - Fixes analytics.reset() so that it clears group data.

* Updated dependencies [[`4644afc`](https://github.com/segmentio/analytics-next/commit/4644afc5be2dac90465e16a485ef5c34ff694da3), [`598fc31`](https://github.com/segmentio/analytics-next/commit/598fc318a457ac6e5b04d04406f8d836d83763a4), [`ce90543`](https://github.com/segmentio/analytics-next/commit/ce905439355c1cbd306535600bf356710be147de), [`7b5d3df`](https://github.com/segmentio/analytics-next/commit/7b5d3df8d7d8e479d1dda4557297baedb3cdcf6f)]:
- @segment/analytics-core@1.1.0

## 1.43.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.43.0",
"version": "1.43.1",
"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.0.1",
"@segment/analytics-core": "1.1.0",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "^0.1.12",
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.43.0'
export const version = '1.43.1'
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @segment/analytics-core

## 1.1.0

### Minor Changes

- [#587](https://github.com/segmentio/analytics-next/pull/587) [`598fc31`](https://github.com/segmentio/analytics-next/commit/598fc318a457ac6e5b04d04406f8d836d83763a4) Thanks [@silesky](https://github.com/silesky)! - Migrate shared code into core.

### Patch Changes

- [#602](https://github.com/segmentio/analytics-next/pull/602) [`4644afc`](https://github.com/segmentio/analytics-next/commit/4644afc5be2dac90465e16a485ef5c34ff694da3) Thanks [@silesky](https://github.com/silesky)! - Fix bug where delay and pTimeout are coupled

* [#603](https://github.com/segmentio/analytics-next/pull/603) [`ce90543`](https://github.com/segmentio/analytics-next/commit/ce905439355c1cbd306535600bf356710be147de) Thanks [@silesky](https://github.com/silesky)! - Remove extraneous code from EQ

- [#593](https://github.com/segmentio/analytics-next/pull/593) [`7b5d3df`](https://github.com/segmentio/analytics-next/commit/7b5d3df8d7d8e479d1dda4557297baedb3cdcf6f) Thanks [@silesky](https://github.com/silesky)! - Revise NodeJS public API. Fix core so Node SDK waits for plugins to be registered before dispatching any events.

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

## 0.0.1

### Patch Changes

- [#593](https://github.com/segmentio/analytics-next/pull/593) [`7b5d3df`](https://github.com/segmentio/analytics-next/commit/7b5d3df8d7d8e479d1dda4557297baedb3cdcf6f) Thanks [@silesky](https://github.com/silesky)! - Revise NodeJS public API. Fix core so Node SDK waits for plugins to be registered before dispatching any events.

- Updated dependencies [[`4644afc`](https://github.com/segmentio/analytics-next/commit/4644afc5be2dac90465e16a485ef5c34ff694da3), [`598fc31`](https://github.com/segmentio/analytics-next/commit/598fc318a457ac6e5b04d04406f8d836d83763a4), [`ce90543`](https://github.com/segmentio/analytics-next/commit/ce905439355c1cbd306535600bf356710be147de), [`7b5d3df`](https://github.com/segmentio/analytics-next/commit/7b5d3df8d7d8e479d1dda4557297baedb3cdcf6f)]:
- @segment/analytics-core@1.1.0
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.0",
"version": "0.0.1",
"private": true,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"jest": "yarn run -T jest"
},
"dependencies": {
"@segment/analytics-core": "1.0.1",
"@segment/analytics-core": "1.1.0",
"node-fetch": "^2.6.7",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/analytics-core@1.0.1, @segment/analytics-core@workspace:^, @segment/analytics-core@workspace:packages/core":
"@segment/analytics-core@1.1.0, @segment/analytics-core@workspace:^, @segment/analytics-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@segment/analytics-core@workspace:packages/core"
dependencies:
Expand All @@ -1534,7 +1534,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.0.1
"@segment/analytics-core": 1.1.0
"@segment/analytics.js-video-plugins": ^0.2.1
"@segment/facade": ^3.4.9
"@segment/inspector-webext": ^1.1.0
Expand Down Expand Up @@ -1590,7 +1590,7 @@ __metadata:
resolution: "@segment/analytics-node@workspace:packages/node"
dependencies:
"@internal/config": 0.0.0
"@segment/analytics-core": 1.0.1
"@segment/analytics-core": 1.1.0
"@types/node": ^12.12.14
node-fetch: ^2.6.7
tslib: ^2.4.0
Expand Down

0 comments on commit a7ec0f8

Please sign in to comment.