Skip to content

Commit

Permalink
v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MattieBelt committed Feb 1, 2022
1 parent 7ef45ba commit 94de6b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattie-bundle/mattie-strapi-bundle-example",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A Strapi example application for the mattie-strapi-bundle",
"scripts": {
"develop": "strapi develop",
Expand All @@ -9,8 +9,8 @@
"strapi": "strapi"
},
"dependencies": {
"@mattie-bundle/strapi-plugin-search": "^1.0.0-alpha.2",
"@mattie-bundle/strapi-provider-search-algolia": "^1.0.0-alpha.2",
"@mattie-bundle/strapi-plugin-search": "^1.0.0-alpha.3",
"@mattie-bundle/strapi-provider-search-algolia": "^1.0.0-alpha.3",
"@strapi/plugin-i18n": "4.0.6",
"@strapi/plugin-users-permissions": "4.0.6",
"@strapi/strapi": "4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.2"
"version": "1.0.0-alpha.3"
}
6 changes: 3 additions & 3 deletions packages/search/strapi-plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattie-bundle/strapi-plugin-search",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Index managed content on Strapi to a search service.",
"strapi": {
"displayName": "Search",
Expand All @@ -10,8 +10,8 @@
"kind": "plugin"
},
"dependencies": {
"lodash": "^4.17.21",
"@strapi/utils": "^4.0.0"
"@strapi/utils": "^4.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattie-bundle/strapi-provider-search-algolia",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Algolia provider for strapi search plugin",
"strapi": {
"isProvider": true
Expand Down

0 comments on commit 94de6b1

Please sign in to comment.