Skip to content

Commit

Permalink
Merge branch 'release/0.0.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jul 24, 2024
2 parents 8168c36 + d1a6e8a commit 32e9d51
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 8 deletions.
175 changes: 171 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"workspaces": [
"packages/*",
"examples/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sails-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-sails-content",
"version": "0.0.5",
"version": "0.0.6",
"description": "Sails Content plugin for Rsbuild",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sails-hook-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sails-hook-content",
"version": "0.0.6",
"version": "0.0.7",
"description": "Sails hook for Sails Content",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,6 +13,6 @@
"hookName": "content"
},
"dependencies": {
"plugin-sails-content": "^0.0.5"
"plugin-sails-content": "^0.0.6"
}
}

0 comments on commit 32e9d51

Please sign in to comment.