Skip to content

Commit

Permalink
Version Packages (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2022
1 parent 108c77e commit 9119a88
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-kids-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-pets-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-bears-march.md

This file was deleted.

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

## 1.47.1

### Patch Changes

- [#710](https://github.com/segmentio/analytics-next/pull/710) [`ef5cd39`](https://github.com/segmentio/analytics-next/commit/ef5cd39ce3a83321f7bf7792c2e68d40ce2be1c6) Thanks [@chrisradek](https://github.com/chrisradek)! - Fixes an issue impacting a small number of destinations where explicitly enabling or disabling an integration on load would not work as expected.

- 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

## 1.47.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.47.0",
"version": "1.47.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.1.4",
"@segment/analytics-core": "1.1.5",
"@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.0'
export const version = '1.47.1'
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @segment/analytics-core

## 1.1.5

### Patch Changes

- [#702](https://github.com/segmentio/analytics-next/pull/702) [`90b915a`](https://github.com/segmentio/analytics-next/commit/90b915ac3447d76673e98661c54bf5a0ced2a555) Thanks [@silesky](https://github.com/silesky)! - EventFactory should filter out option keys with undefined values

* [#709](https://github.com/segmentio/analytics-next/pull/709) [`108c77e`](https://github.com/segmentio/analytics-next/commit/108c77e81a4e9d2a64eb56e78f707ae6c2ea6ed2) Thanks [@silesky](https://github.com/silesky)! - Improve types for context and traits and fix SegmentEvent context type (node only ATM). Refactor context eventFactory to clarify.

## 1.1.4

### 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.4",
"version": "1.1.5",
"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 [[`90b915a`](https://github.com/segmentio/analytics-next/commit/90b915ac3447d76673e98661c54bf5a0ced2a555), [`108c77e`](https://github.com/segmentio/analytics-next/commit/108c77e81a4e9d2a64eb56e78f707ae6c2ea6ed2)]:
- @segment/analytics-core@1.1.5

## 0.0.1

### Patch Changes

- Updated dependencies [[`ecb4b8d`](https://github.com/segmentio/analytics-next/commit/ecb4b8db0194e06a3ee3c8cae57d4f327d15dc02)]:
- @segment/analytics-core@1.1.4

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.6",
"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.4",
"@segment/analytics-core": "1.1.5",
"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 @@ -1915,7 +1915,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/[email protected].4, @segment/analytics-core@workspace:^, @segment/analytics-core@workspace:packages/core":
"@segment/[email protected].5, @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 @@ -1931,7 +1931,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.4
"@segment/analytics-core": 1.1.5
"@segment/analytics.js-integration-amplitude": ^3.3.3
"@segment/analytics.js-video-plugins": ^0.2.1
"@segment/facade": ^3.4.9
Expand Down Expand Up @@ -1988,7 +1988,7 @@ __metadata:
dependencies:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.1.4
"@segment/analytics-core": 1.1.5
"@types/node": ^14
nock: ^13.2.9
node-fetch: ^2.6.7
Expand Down

0 comments on commit 9119a88

Please sign in to comment.