Skip to content

Commit

Permalink
Version Packages (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 13, 2023
1 parent 008a019 commit 74f5205
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 37 deletions.
7 changes: 0 additions & 7 deletions .changeset/fair-pillows-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-masks-bow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/foo-thing-dog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-impalas-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-radios-prove.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.60.0

### Minor Changes

- [#989](https://github.com/segmentio/analytics-next/pull/989) [`1faabf1`](https://github.com/segmentio/analytics-next/commit/1faabf1f51de63423f8995adf837137ab2d9d800) Thanks [@silesky](https://github.com/silesky)! - Change default retries to 10 to match docs + ajs classic

## 1.59.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.59.0",
"version": "1.60.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.59.0'
export const version = '1.60.0'
14 changes: 14 additions & 0 deletions packages/consent/consent-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @segment/analytics-consent-tools

## 1.0.0

### Major Changes

- [#983](https://github.com/segmentio/analytics-next/pull/983) [`930af49`](https://github.com/segmentio/analytics-next/commit/930af49b27f7c2973304c7ae76b67d264223e6f6) Thanks [@silesky](https://github.com/silesky)! - \* Rename `shouldLoad` -> `shouldLoadSegment`
- Remove redundant `shouldDisableConsentRequirement` setting, in favor of shouldLoad's `ctx.abort({loadSegmentNormally: true})`
- Create `shouldLoadWrapper` API for waiting for consent script initialization.

### Patch Changes

- [#990](https://github.com/segmentio/analytics-next/pull/990) [`a361575`](https://github.com/segmentio/analytics-next/commit/a361575152f8313dfded3b0cc4b9912b4e2a41c3) Thanks [@silesky](https://github.com/silesky)! - Refactor consent wrapper; export GetCategoriesFunction

* [#991](https://github.com/segmentio/analytics-next/pull/991) [`008a019`](https://github.com/segmentio/analytics-next/commit/008a01927973340bd93cd0097e45c455d49baea5) Thanks [@silesky](https://github.com/silesky)! - Import from local utils rather than lodash

## 0.2.1

### 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.2.1",
"version": "1.0.0",
"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.2

### Patch Changes

- [`4ca9f84`](https://github.com/segmentio/analytics-next/commit/4ca9f84106ba1f86953b6b8632bb49929416cb64) Thanks [@silesky](https://github.com/silesky)! - #987

Fix bug: if showAlertNotice is false and Segment has default categories, we want to immediately load Segment with any default categories.

- Updated dependencies [[`930af49`](https://github.com/segmentio/analytics-next/commit/930af49b27f7c2973304c7ae76b67d264223e6f6), [`a361575`](https://github.com/segmentio/analytics-next/commit/a361575152f8313dfded3b0cc4b9912b4e2a41c3), [`008a019`](https://github.com/segmentio/analytics-next/commit/008a01927973340bd93cd0097e45c455d49baea5)]:
- @segment/analytics-consent-tools@1.0.0

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"keywords": [
"segment",
"analytics",
Expand Down Expand Up @@ -41,7 +41,7 @@
"webpack": "yarn run -T webpack"
},
"dependencies": {
"@segment/analytics-consent-tools": "0.2.1"
"@segment/analytics-consent-tools": "1.0.0"
},
"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 @@ -3707,7 +3707,7 @@ __metadata:
languageName: node
linkType: hard

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

0 comments on commit 74f5205

Please sign in to comment.