mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
v1.0.0-alpha.123
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0-alpha.123](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.122...v1.0.0-alpha.123) (2023-11-24)
|
||||
|
||||
### Features
|
||||
|
||||
- implement brand-guidelines theme and remote-content plugin ([de2704f](https://github.com/acid-info/logos-docusaurus-plugins/commit/de2704f7e52918648eb542156c5a8d6acb48cc07))
|
||||
|
||||
# [1.0.0-alpha.122](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.121...v1.0.0-alpha.122) (2023-11-23)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-alpha.122",
|
||||
"version": "1.0.0-alpha.123",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
||||
|
||||
@@ -1 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0-alpha.123](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.122...v1.0.0-alpha.123) (2023-11-24)
|
||||
|
||||
### Features
|
||||
|
||||
- implement brand-guidelines theme and remote-content plugin ([de2704f](https://github.com/acid-info/logos-docusaurus-plugins/commit/de2704f7e52918648eb542156c5a8d6acb48cc07))
|
||||
|
||||
# Change Log
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@acid-info/docusaurus-remote-content",
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.123",
|
||||
"description": "Docusaurus remote content",
|
||||
"main": "lib/index.js",
|
||||
"types": "src/plugin.d.ts",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0-alpha.123](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.122...v1.0.0-alpha.123) (2023-11-24)
|
||||
|
||||
### Features
|
||||
|
||||
- implement brand-guidelines theme and remote-content plugin ([de2704f](https://github.com/acid-info/logos-docusaurus-plugins/commit/de2704f7e52918648eb542156c5a8d6acb48cc07))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@acid-info/logos-docusaurus-brand-guidelines-theme",
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.123",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"types": "src/theme.d.ts",
|
||||
@@ -19,7 +19,6 @@
|
||||
"build:server": "yarn gulp build-server",
|
||||
"prepublishOnly": "yarn clean && yarn build"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@acid-info/logos-docusaurus-theme": "1.0.0-alpha.121",
|
||||
"@types/lodash": "^4.14.186",
|
||||
@@ -33,9 +32,9 @@
|
||||
"tsc-watch": "^5.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@acid-info/logos-docusaurus-theme": "1.0.0-alpha.121",
|
||||
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
|
||||
"@acid-info/logos-docusaurus-theme": "1.0.0-alpha.121"
|
||||
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.14"
|
||||
|
||||
Reference in New Issue
Block a user