Skip to content

Commit

Permalink
Version Packages (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 18, 2022
1 parent 21f05ad commit 525705f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-zoos-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-icons-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-shirts-crash.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.45.0

### Minor Changes

- [#616](https://github.com/segmentio/analytics-next/pull/616) [`1d6c22d`](https://github.com/segmentio/analytics-next/commit/1d6c22d7565b59ae553de674276ecd0c9aeddfbe) Thanks [@zikaari](https://github.com/zikaari)! - Bundled analytics support in Inspector

### Patch Changes

- [#619](https://github.com/segmentio/analytics-next/pull/619) [`6c35799`](https://github.com/segmentio/analytics-next/commit/6c3579999d8696b3ebd0ff5c52493a73ca11cdec) Thanks [@silesky](https://github.com/silesky)! - Do not expose jquery / zepto as ambient globals. Add dom.iterable lib to typescript.

* [#629](https://github.com/segmentio/analytics-next/pull/629) [`21f05ad`](https://github.com/segmentio/analytics-next/commit/21f05adfd641825abecd096b354bd1ebc17f063b) Thanks [@danieljackins](https://github.com/danieljackins)! - Fix bug where destination middleware were applying to other plugin types

## 1.44.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.44.0",
"version": "1.45.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.44.0'
export const version = '1.45.0'

0 comments on commit 525705f

Please sign in to comment.