@fvc/notification 1.2.3-next-cbc7c12e2bc5a161716f35c6ef8bfecafccb7798 → 1.2.3-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fvc/notification
2
2
 
3
- ## 1.2.3-next-cbc7c12e2bc5a161716f35c6ef8bfecafccb7798
3
+ ## 1.2.3-rc.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -28,7 +28,7 @@
28
28
  that materially affects what consumers receive on `npm install`.
29
29
 
30
30
  - Updated dependencies [51a1a4c]
31
- - @fvc/icons@1.1.5-next-cbc7c12e2bc5a161716f35c6ef8bfecafccb7798
31
+ - @fvc/icons@1.1.5-rc.0
32
32
 
33
33
  ## 1.2.2
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fvc/notification",
3
- "version": "1.2.3-next-cbc7c12e2bc5a161716f35c6ef8bfecafccb7798",
3
+ "version": "1.2.3-rc.0",
4
4
  "main": "./dist/lib/index.js",
5
5
  "types": "./dist/lib/notification/src/index.d.ts",
6
6
  "files": [
@@ -29,7 +29,7 @@
29
29
  "test": "bun test --preload ../../tests/happydom.ts --preload ../../tests/testing-library.tsx"
30
30
  },
31
31
  "peerDependencies": {
32
- "@fvc/icons": "1.1.5-next-cbc7c12e2bc5a161716f35c6ef8bfecafccb7798",
32
+ "@fvc/icons": "^1.1.5-rc.0",
33
33
  "react": "^18.0.0",
34
34
  "antd": "^5.0.0"
35
35
  },