Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2024
1 parent aee18d2 commit 5c7a915
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 19 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.

4 changes: 0 additions & 4 deletions .changeset/six-sloths-jam.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.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

### 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

## 0.0.2

### Patch Changes

- Updated dependencies [[`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88), [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88), [`aee18d2`](https://github.com/segmentio/analytics-next/commit/aee18d222ddfb2273399987fabf92b54876f5e88)]:
- @segment/analytics-next@1.71.0
- @segment/analytics-signals@0.0.2
2 changes: 1 addition & 1 deletion packages/signals/signals-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/signals-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
".": "yarn run -T turbo run --filter=@segment/signals-example...",
Expand Down
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.2

### 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.1",
"version": "0.0.2",
"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.0.2'

0 comments on commit 5c7a915

Please sign in to comment.