Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and axe312ger committed Jan 3, 2024
1 parent be97084 commit fae1bf6
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"calm-feet-sparkle",
"chatty-humans-compare",
"fair-llamas-enjoy",
"honest-ways-wave",
"shaggy-peas-trade",
"shaggy-rocks-occur",
"silly-phones-vanish",
"thick-seas-love"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @consent-manager/core

## 2.0.0-next.2

### Patch Changes

- be97084: Replace React.ComponentType with React.FC as things changed with React 18 and TS 5.1
- 4d7e60f: ensure types of user-persisted-state are compatible to our store type

## 2.0.0-next.1

### 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.1",
"version": "2.0.0-next.2",
"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
10 changes: 10 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---

## 1.0.0-next.3

### Patch Changes

- be97084: Replace React.ComponentType with React.FC as things changed with React 18 and TS 5.1
- Updated dependencies [be97084]
- Updated dependencies [4d7e60f]
- @consent-manager/[email protected]
- @consent-manager/[email protected]

## 1.0.0-next.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.0-next.3",
"description": "Docs for consent-manager. Built with Docusaurus.",
"private": true,
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/use-persisted-state": "^0.3.4",
"@consent-manager/core": "^2.0.0-next.0",
"@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",
Expand All @@ -48,7 +48,7 @@
"@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.2",
"@consent-manager/interface-default": "^2.0.0-next.4",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@mdx-js/react": "3.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/interface-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @consent-manager/interface-default

## 2.0.0-next.4

### Patch Changes

- be97084: Replace React.ComponentType with React.FC as things changed with React 18 and TS 5.1
- Updated dependencies [be97084]
- Updated dependencies [4d7e60f]
- @consent-manager/core@2.0.0-next.2

## 2.0.0-next.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/interface-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consent-manager/interface-default",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"description": "The customizable default interface for consent-manager",
"author": {
"name": "hashbite",
Expand Down Expand Up @@ -57,7 +57,7 @@
"react-transition-group": "^4.4.5"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.1",
"@consent-manager/core": "^2.0.0-next.2",
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
},
Expand Down

0 comments on commit fae1bf6

Please sign in to comment.