Skip to content

Commit

Permalink
Version Packages (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
1 parent 8713462 commit fca97a2
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-experts-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-drinks-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-tables-sort.md

This file was deleted.

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

## 1.59.0

### Minor Changes

- [#971](https://github.com/segmentio/analytics-next/pull/971) [`2f1ae75`](https://github.com/segmentio/analytics-next/commit/2f1ae75896123e0aeaa1608fde15312adddd5614) Thanks [@zikaari](https://github.com/zikaari)! - Capture action plugin metrics

### Patch Changes

- [#950](https://github.com/segmentio/analytics-next/pull/950) [`c0dadc7`](https://github.com/segmentio/analytics-next/commit/c0dadc759dccd88c6d95d14fcf7732fad2b051a1) Thanks [@oscb](https://github.com/oscb)! - Fixes calls to .identify() with null as id

## 1.58.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-next",
"version": "1.58.0",
"version": "1.59.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
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.58.0'
export const version = '1.59.0'
7 changes: 7 additions & 0 deletions packages/generic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @segment/analytics-generic-utils

## 1.0.0

### Major Changes

- [#974](https://github.com/segmentio/analytics-next/pull/974) [`c879377`](https://github.com/segmentio/analytics-next/commit/c87937720941ad830c5fdd76b0c049435a6ddec6) Thanks [@silesky](https://github.com/silesky)! - Refactor to get createDeferred from @segment/analytics-generic-utils lib
2 changes: 1 addition & 1 deletion packages/generic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-generic-utils",
"version": "0.0.1",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
9 changes: 9 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @segment/analytics-node

## 1.1.3

### Patch Changes

- [#974](https://github.com/segmentio/analytics-next/pull/974) [`c879377`](https://github.com/segmentio/analytics-next/commit/c87937720941ad830c5fdd76b0c049435a6ddec6) Thanks [@silesky](https://github.com/silesky)! - Refactor to get createDeferred from @segment/analytics-generic-utils lib

- Updated dependencies [[`c879377`](https://github.com/segmentio/analytics-next/commit/c87937720941ad830c5fdd76b0c049435a6ddec6)]:
- @segment/analytics-generic-utils@1.0.0

## 1.1.2

### 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": "1.1.2",
"version": "1.1.3",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.3.2",
"@segment/analytics-generic-utils": "0.0.1",
"@segment/analytics-generic-utils": "1.0.0",
"buffer": "^6.0.3",
"node-fetch": "^2.6.7",
"tslib": "^2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/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.1.2'
export const version = '1.1.3'
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3747,7 +3747,7 @@ __metadata:
languageName: unknown
linkType: soft

"@segment/analytics-generic-utils@0.0.1, @segment/analytics-generic-utils@workspace:packages/generic-utils":
"@segment/analytics-generic-utils@1.0.0, @segment/analytics-generic-utils@workspace:packages/generic-utils":
version: 0.0.0-use.local
resolution: "@segment/analytics-generic-utils@workspace:packages/generic-utils"
languageName: unknown
Expand Down Expand Up @@ -3817,7 +3817,7 @@ __metadata:
"@internal/config": 0.0.0
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.3.2
"@segment/analytics-generic-utils": 0.0.1
"@segment/analytics-generic-utils": 1.0.0
"@types/node": ^16
axios: ^1.4.0
buffer: ^6.0.3
Expand Down

0 comments on commit fca97a2

Please sign in to comment.