Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed Jul 9, 2024
1 parent 539c487 commit a2b2672
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-apricots-press.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-bags-march.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@codedazur/react-dictionary": "^0.2.2",
"@codedazur/react-essentials": "^1.4.2",
"@codedazur/react-forms": "^0.1.1",
"@codedazur/react-media": "^1.0.1",
"@codedazur/react-notifications": "^0.1.4",
"@codedazur/react-media": "^1.0.2",
"@codedazur/react-notifications": "^0.1.5",
"@codedazur/react-pagination": "^1.0.2",
"@codedazur/react-parallax": "^0.1.1",
"@codedazur/react-preferences": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "^0.0.2",
"@codedazur/react-essentials": "^1.4.2",
"@codedazur/react-media": "^1.0.1",
"@codedazur/react-notifications": "^0.1.4",
"@codedazur/react-media": "^1.0.2",
"@codedazur/react-notifications": "^0.1.5",
"@codedazur/react-pagination": "^1.0.2",
"@codedazur/react-parallax": "^0.1.1",
"next": "^14.2.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/react-audio

## 1.0.2

### Patch Changes

- [`539c487`](https://github.com/codedazur/toolkit/commit/539c487160c2b2a95699a250822d846f3b8c9ca3) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The provider is now marked as a client component.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/react-media",
"version": "1.0.1",
"version": "1.0.2",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codedazur/react-notifications

## 0.1.5

### Patch Changes

- [`f87c1c0`](https://github.com/codedazur/toolkit/commit/f87c1c01961d7ad95c7d3811cb59878a7ec27bf5) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The NotificationsProviderProps are now exported.

- [`539c487`](https://github.com/codedazur/toolkit/commit/539c487160c2b2a95699a250822d846f3b8c9ca3) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The provider is now marked as a client component.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/react-notifications",
"version": "0.1.4",
"version": "0.1.5",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a2b2672

Please sign in to comment.