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 Aug 3, 2023
1 parent 12e9da4 commit 7f050ee
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-actors-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-wombats-burn.md

This file was deleted.

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

## 1.53.3

### Patch Changes

- [#915](https://github.com/segmentio/analytics-next/pull/915) [`7072377`](https://github.com/segmentio/analytics-next/commit/7072377c0adae54b844a441fa545763e0ff654ba) Thanks [@danieljackins](https://github.com/danieljackins)! - Fix batching after page navigation

## 1.53.2

### Patch 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.53.2",
"version": "1.53.3",
"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.53.2'
export const version = '1.53.3'
6 changes: 6 additions & 0 deletions packages/consent/consent-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @segment/analytics-consent-tools

## 0.0.4

### Patch Changes

- [#912](https://github.com/segmentio/analytics-next/pull/912) [`70cc6e6`](https://github.com/segmentio/analytics-next/commit/70cc6e61a809bd44a9e34555b64da9a3b8672fdf) Thanks [@silesky](https://github.com/silesky)! - Support classic destinations and locally installed action destinations by removing integrations.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/consent/consent-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-consent-tools",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/consent/consent-wrapper-onetrust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @segment/analytics-consent-wrapper-onetrust

## 0.0.4

### Patch Changes

- Updated dependencies [[`70cc6e6`](https://github.com/segmentio/analytics-next/commit/70cc6e61a809bd44a9e34555b64da9a3b8672fdf)]:
- @segment/analytics-consent-tools@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/consent/consent-wrapper-onetrust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-consent-wrapper-onetrust",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"jest": "yarn run -T jest"
},
"dependencies": {
"@segment/analytics-consent-tools": "0.0.3"
"@segment/analytics-consent-tools": "0.0.4"
},
"packageManager": "yarn@3.4.1",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/analytics-consent-tools@0.0.3, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
"@segment/analytics-consent-tools@0.0.4, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
version: 0.0.0-use.local
resolution: "@segment/analytics-consent-tools@workspace:packages/consent/consent-tools"
dependencies:
Expand All @@ -1852,7 +1852,7 @@ __metadata:
resolution: "@segment/analytics-consent-wrapper-onetrust@workspace:packages/consent/consent-wrapper-onetrust"
dependencies:
"@internal/test-helpers": "workspace:^"
"@segment/analytics-consent-tools": 0.0.3
"@segment/analytics-consent-tools": 0.0.4
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7f050ee

Please sign in to comment.