Skip to content

Commit

Permalink
Version Packages (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 2, 2023
1 parent a725117 commit 4350cc2
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-peaches-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-toes-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-colts-breathe.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.57.0

### Minor Changes

- [#956](https://github.com/segmentio/analytics-next/pull/956) [`f5cdb82`](https://github.com/segmentio/analytics-next/commit/f5cdb824050c22a9aaa86a450b8f1f4a7f4fb144) Thanks [@danieljackins](https://github.com/danieljackins)! - Set timezone and allow userAgentData to be overridden

## 1.56.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.56.0",
"version": "1.57.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.56.0'
export const version = '1.57.0'
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.2.1

### Patch Changes

- [#959](https://github.com/segmentio/analytics-next/pull/959) [`32da78b`](https://github.com/segmentio/analytics-next/commit/32da78b922d6ffe030585dc7ba1b271b78d5f6dd) Thanks [@silesky](https://github.com/silesky)! - Support older browsers

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/consent/consent-wrapper-onetrust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @segment/analytics-consent-wrapper-onetrust

## 0.3.1

### Patch Changes

- [#959](https://github.com/segmentio/analytics-next/pull/959) [`32da78b`](https://github.com/segmentio/analytics-next/commit/32da78b922d6ffe030585dc7ba1b271b78d5f6dd) Thanks [@silesky](https://github.com/silesky)! - Support older browsers

* [#962](https://github.com/segmentio/analytics-next/pull/962) [`a725117`](https://github.com/segmentio/analytics-next/commit/a7251174c293be1845d6dbfb20a47c4a490c2d3a) Thanks [@silesky](https://github.com/silesky)! - Change tsconfig compile target from ESNext->ES2020

* Updated dependencies [[`32da78b`](https://github.com/segmentio/analytics-next/commit/32da78b922d6ffe030585dc7ba1b271b78d5f6dd)]:
- @segment/analytics-consent-tools@0.2.1

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"keywords": [
"segment",
"analytics",
Expand Down Expand Up @@ -41,7 +41,7 @@
"webpack": "yarn run -T webpack"
},
"dependencies": {
"@segment/analytics-consent-tools": "0.2.0"
"@segment/analytics-consent-tools": "0.2.1"
},
"peerDependencies": {
"@segment/analytics-next": ">=1.53.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ __metadata:
languageName: node
linkType: hard

"@segment/analytics-consent-tools@0.2.0, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
"@segment/analytics-consent-tools@0.2.1, @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 @@ -3492,7 +3492,7 @@ __metadata:
dependencies:
"@internal/config-webpack": "workspace:^"
"@internal/test-helpers": "workspace:^"
"@segment/analytics-consent-tools": 0.2.0
"@segment/analytics-consent-tools": 0.2.1
peerDependencies:
"@segment/analytics-next": ">=1.53.1"
peerDependenciesMeta:
Expand Down

0 comments on commit 4350cc2

Please sign in to comment.