Skip to content

Commit 6f63f13

Browse files
chore(recent-searches): bump package version to workspace
1 parent 2386ab5 commit 6f63f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/autocomplete-plugin-recent-searches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@algolia/autocomplete-plugin-recent-searches",
33
"description": "A plugin to add recent searches to Algolia Autocomplete.",
4-
"version": "1.0.0-alpha.28",
4+
"version": "1.0.0-alpha.30",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"types": "dist/esm/index.d.ts",
@@ -11,7 +11,7 @@
1111
"unpkg": "dist/umd/index.js",
1212
"jsdelivr": "dist/umd/index.js",
1313
"peerDependencies": {
14-
"@algolia/autocomplete-core": "^1.0.0-alpha.28"
14+
"@algolia/autocomplete-core": "^1.0.0-alpha.30"
1515
},
1616
"scripts": {
1717
"build:clean": "rm -rf ./dist",

0 commit comments

Comments
 (0)