Skip to content

Commit

Permalink
build: pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 18, 2025
1 parent 2ba628f commit 2452f61
Show file tree
Hide file tree
Showing 30 changed files with 178 additions and 38 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"silly-phones-vanish",
"thick-seas-love",
"wise-windows-nail",
"young-ants-rush",
"young-tips-flash"
]
}
18 changes: 18 additions & 0 deletions .changeset/young-ants-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@consent-manager/example-parcel-minimal': patch
'@consent-manager/core': patch
'docs': patch
'@consent-manager/integration-algolia': patch
'@consent-manager/integration-google-analytics': patch
'@consent-manager/integration-google-tag-manager': patch
'@consent-manager/integration-hubspot': patch
'@consent-manager/integration-linkedin': patch
'@consent-manager/integration-mapbox': patch
'@consent-manager/integration-matomo': patch
'@consent-manager/integration-segment': patch
'@consent-manager/integration-vimeo': patch
'@consent-manager/integration-youtube': patch
'@consent-manager/interface-default': patch
---

Bump dependencies
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/example-parcel-minimal

## 1.0.0-next.2

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 1.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@consent-manager/example-parcel-minimal",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"license": "MIT",
"private": true,
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^18.0.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @consent-manager/core

## 2.0.0-next.4

### Patch Changes

- Bump dependencies

## 2.0.0-next.3

### Patch Changes
Expand Down
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": "@consent-manager/core",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"description": "Get proper consent before tracking and processing data of your visitors via consent-manager. Supports you to get your website GDPR and CCPA compliant.",
"license": "MIT",
"author": {
Expand Down
19 changes: 19 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
---

## 1.0.0-next.4

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]
- @consent-manager/[email protected]

## 1.0.0-next.3

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "Docs for consent-manager. Built with Docusaurus.",
"private": true,
"author": {
Expand Down Expand Up @@ -37,18 +37,18 @@
},
"dependencies": {
"@types/use-persisted-state": "^0.3.4",
"@consent-manager/core": "^2.0.0-next.2",
"@consent-manager/integration-algolia": "^2.0.0-next.2",
"@consent-manager/integration-google-analytics": "2.0.0-next.2",
"@consent-manager/integration-google-tag-manager": "2.0.0-next.2",
"@consent-manager/integration-hubspot": "2.0.0-next.2",
"@consent-manager/integration-linkedin": "2.0.0-next.2",
"@consent-manager/integration-mapbox": "^2.0.0-next.2",
"@consent-manager/integration-matomo": "^2.0.0-next.2",
"@consent-manager/integration-segment": "2.0.0-next.2",
"@consent-manager/integration-vimeo": "^2.0.0-next.2",
"@consent-manager/integration-youtube": "^2.0.0-next.2",
"@consent-manager/interface-default": "^2.0.0-next.4",
"@consent-manager/core": "^2.0.0-next.4",
"@consent-manager/integration-algolia": "^2.0.0-next.3",
"@consent-manager/integration-google-analytics": "2.0.0-next.3",
"@consent-manager/integration-google-tag-manager": "2.0.0-next.3",
"@consent-manager/integration-hubspot": "2.0.0-next.3",
"@consent-manager/integration-linkedin": "2.0.0-next.3",
"@consent-manager/integration-mapbox": "^2.0.0-next.3",
"@consent-manager/integration-matomo": "^2.0.0-next.4",
"@consent-manager/integration-segment": "2.0.0-next.3",
"@consent-manager/integration-vimeo": "^2.0.0-next.3",
"@consent-manager/integration-youtube": "^2.0.0-next.3",
"@consent-manager/interface-default": "^2.0.0-next.9",
"@docusaurus/core": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@mdx-js/react": "3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-algolia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-algolia

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-algolia",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating algolia.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -48,7 +48,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-google-analytics

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-google-analytics",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating google-analytics.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-google-tag-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-google-tag-manager

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-google-tag-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-google-tag-manager",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating https://tagmanager.google.com/ via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-hubspot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-hubspot

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-hubspot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-hubspot",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating hubspot.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -48,7 +48,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-linkedin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-linkedin

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-linkedin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-linkedin",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating linkedin.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -48,7 +48,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-mapbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-mapbox

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-mapbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-mapbox",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating mapbox.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -48,7 +48,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-matomo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-matomo

## 2.0.0-next.4

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.3

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-matomo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-matomo",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"description": "Protect your visitors privacy by integrating Matomo via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consent-manager/integration-segment

## 2.0.0-next.3

### Patch Changes

- Bump dependencies
- Updated dependencies
- @consent-manager/core@2.0.0-next.4

## 2.0.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/integration-segment",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Protect your visitors privacy by integrating segment.com via consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -50,7 +50,7 @@
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
"@consent-manager/core": "^2.0.0-next.4",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
},
Expand Down
Loading

0 comments on commit 2452f61

Please sign in to comment.