Skip to content

Commit

Permalink
🔖 release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 31, 2024
1 parent 660f84f commit 30ac9e0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.3",
"version": "3.1.4",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-plugin-changelog",
"version": "3.1.3",
"version": "3.1.4",
"description": "DocMenu plugin for Nonepress theme",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docsmenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-plugin-docsmenu",
"version": "3.1.3",
"version": "3.1.4",
"description": "DocMenu plugin for Nonepress theme",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-getsidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-plugin-getsidebar",
"version": "3.1.3",
"version": "3.1.4",
"description": "GetSidebar plugin for Nonepress theme",
"main": "lib/index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-nonepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-preset-nonepress",
"version": "3.1.3",
"version": "3.1.4",
"description": "The presets for Nonepress theme",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@docusaurus/theme-common": "3.5.2",
"@docusaurus/theme-search-algolia": "3.5.2",
"@docusaurus/types": "3.5.2",
"@nullbot/docusaurus-theme-nonepress": "^3.1.3"
"@nullbot/docusaurus-theme-nonepress": "^3.1.4"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-nonepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-theme-nonepress",
"version": "3.1.3",
"version": "3.1.4",
"description": "Nonepress theme for Docusaurus",
"main": "lib/index.js",
"types": "src/types.d.ts",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.0.0",
"@nullbot/docusaurus-plugin-docsmenu": "^3.1.3",
"@nullbot/docusaurus-plugin-getsidebar": "^3.1.3",
"@nullbot/docusaurus-plugin-docsmenu": "^3.1.4",
"@nullbot/docusaurus-plugin-getsidebar": "^3.1.4",
"@tailwindcss/typography": "^0.5.0",
"algoliasearch": "^4.18.0",
"algoliasearch-helper": "^3.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullbot/docusaurus-tsconfig",
"version": "3.1.3",
"version": "3.1.4",
"description": "Docusaurus base TypeScript configuration.",
"main": "tsconfig.json",
"publishConfig": {
Expand Down

0 comments on commit 30ac9e0

Please sign in to comment.