Skip to content

Commit

Permalink
Version Packages (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 9, 2022
1 parent 9fc8f43 commit 1115930
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-lizards-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-beans-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-fireants-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-otters-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-mails-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-ligers-admire.md

This file was deleted.

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

## 1.48.0

### Minor Changes

- [#638](https://github.com/segmentio/analytics-next/pull/638) [`e16017d`](https://github.com/segmentio/analytics-next/commit/e16017d4a99a891efebfd87a9f55c03815557a4e) Thanks [@pooyaj](https://github.com/pooyaj)! - Creating universal storage layer and passing it to plugins

### Patch Changes

- [#714](https://github.com/segmentio/analytics-next/pull/714) [`9fc8f43`](https://github.com/segmentio/analytics-next/commit/9fc8f43a77ef3bdcce3e7ef7287c47bd595bca7b) Thanks [@chrisradek](https://github.com/chrisradek)! - Improves Segment.io retries to include exponential backoff and work across page loads.

* [#718](https://github.com/segmentio/analytics-next/pull/718) [`80e0d0a`](https://github.com/segmentio/analytics-next/commit/80e0d0a7d074422654cbebe0c3edb90e1d42ad62) Thanks [@silesky](https://github.com/silesky)! - Refactor inspector to use emitter

- [#713](https://github.com/segmentio/analytics-next/pull/713) [`0d70637`](https://github.com/segmentio/analytics-next/commit/0d7063725cce56e1484bc63a405cecfed847098f) Thanks [@silesky](https://github.com/silesky)! - add logic if plan.integrations is falsy

* [#721](https://github.com/segmentio/analytics-next/pull/721) [`779e66b`](https://github.com/segmentio/analytics-next/commit/779e66b1d5b64af3a632adc0da7642bbdd943d8b) Thanks [@pooyaj](https://github.com/pooyaj)! - Expose universal storage directly on analytics object

* Updated dependencies [[`80e0d0a`](https://github.com/segmentio/analytics-next/commit/80e0d0a7d074422654cbebe0c3edb90e1d42ad62)]:
- @segment/analytics-core@1.1.6

## 1.47.1

### 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.47.1",
"version": "1.48.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.5",
"@segment/analytics-core": "1.1.6",
"@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.47.1'
export const version = '1.48.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.1.6

### Patch Changes

- [#718](https://github.com/segmentio/analytics-next/pull/718) [`80e0d0a`](https://github.com/segmentio/analytics-next/commit/80e0d0a7d074422654cbebe0c3edb90e1d42ad62) Thanks [@silesky](https://github.com/silesky)! - Change emitter message to dispatch_start

## 1.1.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.1.5",
"version": "1.1.6",
"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 [[`80e0d0a`](https://github.com/segmentio/analytics-next/commit/80e0d0a7d074422654cbebe0c3edb90e1d42ad62)]:
- @segment/analytics-core@1.1.6

## 0.0.1

### Patch Changes

- Updated dependencies [[`90b915a`](https://github.com/segmentio/analytics-next/commit/90b915ac3447d76673e98661c54bf5a0ced2a555), [`108c77e`](https://github.com/segmentio/analytics-next/commit/108c77e81a4e9d2a64eb56e78f707ae6c2ea6ed2)]:
- @segment/analytics-core@1.1.5

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.7",
"version": "0.0.1",
"private": true,
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.1.5",
"@segment/analytics-core": "1.1.6",
"node-fetch": "^2.6.7",
"tslib": "^2.4.1"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/[email protected].5, @segment/analytics-core@workspace:^, @segment/analytics-core@workspace:packages/core":
"@segment/[email protected].6, @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 @@ -1956,7 +1956,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.5
"@segment/analytics-core": 1.1.6
"@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 @@ -2014,7 +2014,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.5
"@segment/analytics-core": 1.1.6
"@types/node": ^14
node-fetch: ^2.6.7
tslib: ^2.4.1
Expand Down

0 comments on commit 1115930

Please sign in to comment.