@backstage/plugin-notifications 0.0.0-nightly-20240213021024 → 0.0.1-next.1

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 +6 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,16 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
- ## 0.0.0-nightly-20240213021024
3
+ ## 0.0.1-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8472188: Added or fixed the `repository` field in `package.json`.
8
- - fb8fc24: Initial notifications system for backstage
9
8
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240213021024
11
- - @backstage/plugin-signals-react@0.0.0-nightly-20240213021024
12
- - @backstage/core-plugin-api@0.0.0-nightly-20240213021024
13
- - @backstage/theme@0.0.0-nightly-20240213021024
14
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240213021024
9
+ - @backstage/theme@0.5.1-next.1
10
+ - @backstage/plugin-notifications-common@0.0.1-next.1
11
+ - @backstage/plugin-signals-react@0.0.1-next.3
12
+ - @backstage/core-components@0.14.0-next.2
13
+ - @backstage/core-plugin-api@1.9.0-next.1
15
14
  - @backstage/errors@1.2.3
16
15
  - @backstage/types@1.1.1
17
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240213021024",
3
+ "version": "0.0.1-next.1",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20240213021024",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240213021024",
31
+ "@backstage/core-components": "^0.14.0-next.2",
32
+ "@backstage/core-plugin-api": "^1.9.0-next.1",
33
33
  "@backstage/errors": "^1.2.3",
34
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240213021024",
35
- "@backstage/plugin-signals-react": "^0.0.0-nightly-20240213021024",
36
- "@backstage/theme": "^0.0.0-nightly-20240213021024",
34
+ "@backstage/plugin-notifications-common": "^0.0.1-next.1",
35
+ "@backstage/plugin-signals-react": "^0.0.1-next.3",
36
+ "@backstage/theme": "^0.5.1-next.1",
37
37
  "@backstage/types": "^1.1.1",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20240213021024",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20240213021024",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20240213021024",
53
- "@backstage/test-utils": "^0.0.0-nightly-20240213021024",
50
+ "@backstage/cli": "^0.25.2-next.3",
51
+ "@backstage/core-app-api": "^1.12.0-next.1",
52
+ "@backstage/dev-utils": "^1.0.27-next.3",
53
+ "@backstage/test-utils": "^1.5.0-next.3",
54
54
  "@testing-library/jest-dom": "^6.0.0",
55
55
  "@testing-library/react": "^14.0.0",
56
56
  "@testing-library/user-event": "^14.0.0",