Skip to content

Commit

Permalink
Version Packages (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 20, 2024
1 parent 101e841 commit 91566ed
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .changeset/odd-pans-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/weak-mice-judge.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/signals/signals-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`101e8414`](https://github.com/segmentio/analytics-next/commit/101e841404e5f55f53ba014b6195bf1066aeb67e), [`571386f5`](https://github.com/segmentio/analytics-next/commit/571386f5d388ed3ff44520ee94795424378950ed)]:
- @segment/analytics-signals@1.2.0

## null

### Patch Changes

- Updated dependencies [[`04a7cc85`](https://github.com/segmentio/analytics-next/commit/04a7cc85247bdcdb832d0cca4ddbb4391ccada3a), [`5647624c`](https://github.com/segmentio/analytics-next/commit/5647624cbcd4984e5bdbf2e9c907619366864c4e), [`784ddf21`](https://github.com/segmentio/analytics-next/commit/784ddf21906a2a72c1ccea41d0ba323e189c4010)]:
- @segment/analytics-signals@1.1.0
- @segment/analytics-next@1.73.0
Expand Down
12 changes: 12 additions & 0 deletions packages/signals/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @segment/analytics-signals

## 1.2.0

### Minor Changes

- [#1152](https://github.com/segmentio/analytics-next/pull/1152) [`101e8414`](https://github.com/segmentio/analytics-next/commit/101e841404e5f55f53ba014b6195bf1066aeb67e) Thanks [@silesky](https://github.com/silesky)! - - normalize XHR URL, http methods, etc

### Patch Changes

- [#1151](https://github.com/segmentio/analytics-next/pull/1151) [`571386f5`](https://github.com/segmentio/analytics-next/commit/571386f5d388ed3ff44520ee94795424378950ed) Thanks [@silesky](https://github.com/silesky)! - - Clean up up innerText AND textContent artifacts to make easier to parse.
- Add textContent field
- Make button Clicks more reliable

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.2.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 = '1.1.0'
export const version = '1.2.0'

0 comments on commit 91566ed

Please sign in to comment.