Skip to content

Commit

Permalink
Version Packages (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2023
1 parent d9e135a commit f2380bb
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-seals-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-trains-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-elephants-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-socks-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-falcons-wonder.md

This file was deleted.

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

## 1.53.1

### Patch Changes

- [#900](https://github.com/segmentio/analytics-next/pull/900) [`9c8b609`](https://github.com/segmentio/analytics-next/commit/9c8b609f500d2338fdbf2572639241ffdfd27f8f) Thanks [@silesky](https://github.com/silesky)! - Add consent info to typescript types

* [#896](https://github.com/segmentio/analytics-next/pull/896) [`48ce3ec`](https://github.com/segmentio/analytics-next/commit/48ce3ecbdea9361dde90481d7c50207613602d52) Thanks [@oscb](https://github.com/oscb)! - Added support for `screen` events for Segment destination

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

## 0.0.3

### Patch Changes

- [#899](https://github.com/segmentio/analytics-next/pull/899) [`d9e135a`](https://github.com/segmentio/analytics-next/commit/d9e135a7174ce0a4d90fe1339c4833bd86b8f429) Thanks [@silesky](https://github.com/silesky)! - Validate categories for consent stamping

* [#898](https://github.com/segmentio/analytics-next/pull/898) [`6789f9b`](https://github.com/segmentio/analytics-next/commit/6789f9b213f63698da8ca67d6631966aefc58345) Thanks [@silesky](https://github.com/silesky)! - Change meaning of consent to 'user has consented ALL categories'

## 0.0.2

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

## 0.0.3

### Patch Changes

- [#895](https://github.com/segmentio/analytics-next/pull/895) [`aa56556`](https://github.com/segmentio/analytics-next/commit/aa5655659760c53183df22b6b001e0a204feffde) Thanks [@silesky](https://github.com/silesky)! - Remove strictly neccessary cookie logic

- Updated dependencies [[`d9e135a`](https://github.com/segmentio/analytics-next/commit/d9e135a7174ce0a4d90fe1339c4833bd86b8f429), [`6789f9b`](https://github.com/segmentio/analytics-next/commit/6789f9b213f63698da8ca67d6631966aefc58345)]:
- @segment/analytics-consent-tools@0.0.3

## 0.0.2

### 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.2",
"version": "0.0.3",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"jest": "yarn run -T jest"
},
"dependencies": {
"@segment/analytics-consent-tools": "0.0.2"
"@segment/analytics-consent-tools": "0.0.3"
},
"packageManager": "[email protected]",
"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/[email protected].2, @segment/analytics-consent-tools@workspace:^, @segment/analytics-consent-tools@workspace:packages/consent/consent-tools":
"@segment/[email protected].3, @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 @@ -1851,7 +1851,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@segment/analytics-consent-wrapper-onetrust@workspace:packages/consent/consent-wrapper-onetrust"
dependencies:
"@segment/analytics-consent-tools": 0.0.2
"@segment/analytics-consent-tools": 0.0.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f2380bb

Please sign in to comment.