Skip to content

Commit

Permalink
Version Packages (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: Segment Github <[email protected]>
  • Loading branch information
github-actions[bot] and Segment Github authored Aug 3, 2022
1 parent 53d2d7f commit d9481e6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-oranges-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-chairs-whisper.md

This file was deleted.

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

## 1.42.0

### Minor Changes

- [#561](https://github.com/segmentio/analytics-next/pull/561) [`1af2a9f`](https://github.com/segmentio/analytics-next/commit/1af2a9fa13596464d152bcecac19df110cd074bc) Thanks [@silesky](https://github.com/silesky)! - Add 'screen', 'register', 'deregister', 'user' method and 'VERSION' property on AnalyticsBrowser. Allow buffering of 'screen', 'register', 'deregister' methods for snippet users.

### Patch Changes

- Updated dependencies [[`93c8f1f`](https://github.com/segmentio/analytics-next/commit/93c8f1f7dabe6fca5bd0f8f9f0cc0c0e14cd2128)]:
- @segment/analytics-core@1.0.1

## 1.41.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-next",
"version": "1.41.1",
"version": "1.42.0",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@segment/analytics-core": "1.0.0",
"@segment/analytics-core": "1.0.1",
"@segment/analytics.js-video-plugins": "^0.2.1",
"@segment/facade": "^3.4.9",
"@segment/tsub": "^0.1.12",
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.41.1'
export const version = '1.42.0'
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @segment/analytics-core

## 1.0.1

### Patch Changes

- [#547](https://github.com/segmentio/analytics-next/pull/547) [`93c8f1f`](https://github.com/segmentio/analytics-next/commit/93c8f1f7dabe6fca5bd0f8f9f0cc0c0e14cd2128) Thanks [@silesky](https://github.com/silesky)! - Fix "failed to parse source map" in analytics-core ([#420](https://github.com/segmentio/analytics-next/issues/420))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-core",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-next",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/[email protected].0, @segment/analytics-core@workspace:packages/core":
"@segment/[email protected].1, @segment/analytics-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@segment/analytics-core@workspace:packages/core"
dependencies:
Expand All @@ -1506,7 +1506,7 @@ __metadata:
resolution: "@segment/analytics-next@workspace:packages/browser"
dependencies:
"@lukeed/uuid": ^2.0.0
"@segment/analytics-core": 1.0.0
"@segment/analytics-core": 1.0.1
"@segment/analytics.js-video-plugins": ^0.2.1
"@segment/facade": ^3.4.9
"@segment/inspector-webext": ^1.1.0
Expand Down

0 comments on commit d9481e6

Please sign in to comment.