Skip to content

Commit

Permalink
Version Packages (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 18, 2024
1 parent 73ac593 commit 5b7ddae
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-knives-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-flowers-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-plums-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thing-chicken-sun.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-camels-kiss.md

This file was deleted.

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

## 1.72.1

### Patch Changes

- [#1115](https://github.com/segmentio/analytics-next/pull/1115) [`73ac593`](https://github.com/segmentio/analytics-next/commit/73ac593226159423b2f63cac190eebd347bbb75a) Thanks [@silesky](https://github.com/silesky)! - Update argument resolver to user interface rather than full User

## 1.72.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.72.0",
"version": "1.72.1",
"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.72.0'
export const version = '1.72.1'
8 changes: 8 additions & 0 deletions packages/signals/signals-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`73ac593`](https://github.com/segmentio/analytics-next/commit/73ac593226159423b2f63cac190eebd347bbb75a), [`2d89b1d`](https://github.com/segmentio/analytics-next/commit/2d89b1db2413d5c38f6fdb4832d111cd9141a51e), [`8d06af2`](https://github.com/segmentio/analytics-next/commit/8d06af29658b579e347ee8dbe39d6f62f01eab05), [`73ac593`](https://github.com/segmentio/analytics-next/commit/73ac593226159423b2f63cac190eebd347bbb75a), [`1f68f0e`](https://github.com/segmentio/analytics-next/commit/1f68f0e3309e291fb37f3732d8c32bd55f526633)]:
- @segment/analytics-next@1.72.1
- @segment/analytics-signals@0.1.0

## null

### Patch Changes

- Updated dependencies [[`91e72ba`](https://github.com/segmentio/analytics-next/commit/91e72ba302fc45b4adb7aaeeb0a1f4ce3582dda6)]:
- @segment/analytics-next@1.72.0
- @segment/analytics-signals@0.0.1
Expand Down
14 changes: 14 additions & 0 deletions packages/signals/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @segment/analytics-signals

## 0.1.0

### Minor Changes

- [#1110](https://github.com/segmentio/analytics-next/pull/1110) [`8d06af2`](https://github.com/segmentio/analytics-next/commit/8d06af29658b579e347ee8dbe39d6f62f01eab05) Thanks [@silesky](https://github.com/silesky)! - Add enums

### Patch Changes

- [#1113](https://github.com/segmentio/analytics-next/pull/1113) [`2d89b1d`](https://github.com/segmentio/analytics-next/commit/2d89b1db2413d5c38f6fdb4832d111cd9141a51e) Thanks [@silesky](https://github.com/silesky)! - Update network signals to include a full url

* [#1115](https://github.com/segmentio/analytics-next/pull/1115) [`73ac593`](https://github.com/segmentio/analytics-next/commit/73ac593226159423b2f63cac190eebd347bbb75a) Thanks [@silesky](https://github.com/silesky)! - Fix group and identify calls.

- [#1112](https://github.com/segmentio/analytics-next/pull/1112) [`1f68f0e`](https://github.com/segmentio/analytics-next/commit/1f68f0e3309e291fb37f3732d8c32bd55f526633) Thanks [@silesky](https://github.com/silesky)! - Allow collecting signals from sources without an edge function written yet

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/signals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-signals",
"version": "0.0.1",
"version": "0.1.0",
"main": "./dist/cjs/index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/signals/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 = '0.0.1'
export const version = '0.1.0'

0 comments on commit 5b7ddae

Please sign in to comment.