@backstage/plugin-search-react 0.2.2-next.3 → 1.0.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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 7bd7d336b2: This package has been promoted to 1.0. Read more about what it means in [New release: Backstage Search 1.0 blog](https://backstage.io/blog/2022/07/19/releasing-backstage-search-1.0)
8
+
9
+ ### Patch Changes
10
+
11
+ - 60408ca9d4: Fix search pagination to reset page cursor also when a term is cleared.
12
+ - Updated dependencies
13
+ - @backstage/core-components@0.10.0
14
+ - @backstage/plugin-search-common@1.0.0
15
+ - @backstage/core-plugin-api@1.0.4
16
+ - @backstage/theme@0.2.16
17
+
3
18
  ## 0.2.2-next.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "0.2.2-next.3",
3
+ "version": "1.0.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,10 +31,10 @@
31
31
  "start": "backstage-cli package start"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.10.0-next.3",
35
- "@backstage/core-plugin-api": "^1.0.4-next.0",
36
- "@backstage/plugin-search-common": "^0.3.6-next.0",
37
- "@backstage/theme": "^0.2.16-next.1",
34
+ "@backstage/core-components": "^0.10.0",
35
+ "@backstage/core-plugin-api": "^1.0.4",
36
+ "@backstage/plugin-search-common": "^1.0.0",
37
+ "@backstage/theme": "^0.2.16",
38
38
  "@backstage/types": "^1.0.0",
39
39
  "@backstage/version-bridge": "^1.0.1",
40
40
  "@material-ui/core": "^4.12.2",
@@ -48,8 +48,8 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/core-app-api": "^1.0.4-next.1",
52
- "@backstage/test-utils": "^1.1.2-next.2",
51
+ "@backstage/core-app-api": "^1.0.4",
52
+ "@backstage/test-utils": "^1.1.2",
53
53
  "@testing-library/jest-dom": "^5.10.1",
54
54
  "@testing-library/react": "^12.1.3",
55
55
  "@testing-library/react-hooks": "^8.0.0",
@@ -58,5 +58,5 @@
58
58
  "files": [
59
59
  "dist"
60
60
  ],
61
- "gitHead": "291b3a07233061266d9f3ce431345bf19fa4bbd5"
61
+ "gitHead": "999878d8f1ae30f6a15925816af2016cb9d717a1"
62
62
  }