Skip to content

Commit

Permalink
Version Packages (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 11, 2024
1 parent bca376b commit 232708f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-donkeys-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-ghosts-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-dryers-press.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/six-sloths-jam.md

This file was deleted.

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

## 1.71.0

### Minor Changes

- [#1101](https://github.com/segmentio/analytics-next/pull/1101) [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88) Thanks [@silesky](https://github.com/silesky)! - Export segment plugin and arg resolvers

* [#1100](https://github.com/segmentio/analytics-next/pull/1100) [`e60f625`](https://github.com/segmentio/analytics-next/commit/e60f6252687d977b76b09ca9b756c790d341111a) Thanks [@danieljackins](https://github.com/danieljackins)! - Flush large keepalive requests

### Patch Changes

- [#1101](https://github.com/segmentio/analytics-next/pull/1101) [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88) Thanks [@silesky](https://github.com/silesky)! - Add edgeFunction to CDNSettings type

## 1.70.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.70.0",
"version": "1.71.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.70.0'
export const version = '1.71.0'
9 changes: 9 additions & 0 deletions packages/signals/signals-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @internal/signals-example

## null

### Patch Changes

- Updated dependencies [[`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88), [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88), [`e60f625`](https://github.com/segmentio/analytics-next/commit/e60f6252687d977b76b09ca9b756c790d341111a), [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88)]:
- @segment/analytics-next@1.71.0
- @segment/analytics-signals@0.0.1
7 changes: 7 additions & 0 deletions packages/signals/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @segment/analytics-signals

## 0.0.1

### Patch Changes

- [#1101](https://github.com/segmentio/analytics-next/pull/1101) [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88) Thanks [@silesky](https://github.com/silesky)! - Initial release.
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.0",
"version": "0.0.1",
"main": "./dist/cjs/index.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 232708f

Please sign in to comment.