File tree 22 files changed +41
-36
lines changed
22 files changed +41
-36
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @rspress/core ' : alpha
3
+ ---
4
+
5
+ Release version 2.0.0-alpha.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rspress" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/web-infra-dev/rspress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/core" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " The Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-rspress" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " Create a new Rspress project" ,
5
5
"homepage" : " https://rspress.dev" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/docs" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/web-infra-dev/rspress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/modern-js-plugin" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A Modern.js plugin to integrate rspress" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-algolia" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to search with algolia in docs." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
59
59
"typescript" : " ^5.5.3"
60
60
},
61
61
"peerDependencies" : {
62
- "@rspress/runtime" : " workspace:^2.0.0-alpha.1 "
62
+ "@rspress/runtime" : " workspace:^2.0.0-alpha.2 "
63
63
},
64
64
"engines" : {
65
65
"node" : " >=14.17.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-api-docgen" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to generate api doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
45
45
"unist-util-visit" : " ^4.1.2"
46
46
},
47
47
"peerDependencies" : {
48
- "@rspress/core" : " workspace:^2.0.0-alpha.1 " ,
48
+ "@rspress/core" : " workspace:^2.0.0-alpha.2 " ,
49
49
"react" : " >=17.0.0" ,
50
50
"react-router-dom" : " ^6.8.1" ,
51
51
"typescript" : " ^5.5.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-auto-nav-sidebar" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to generate navbar and sidebar config automatically." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-client-redirects" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to client redirect in docs." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
42
42
"typescript" : " ^5.5.3"
43
43
},
44
44
"peerDependencies" : {
45
- "@rspress/runtime" : " workspace:^2.0.0-alpha.1 "
45
+ "@rspress/runtime" : " workspace:^2.0.0-alpha.2 "
46
46
},
47
47
"engines" : {
48
48
"node" : " >=14.17.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-container-syntax" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A remark plugin to support container syntax" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-last-updated" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to record the last updated time of the doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-medium-zoom" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to zoom images in docs." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
43
43
"typescript" : " ^5.5.3"
44
44
},
45
45
"peerDependencies" : {
46
- "@rspress/runtime" : " workspace:^2.0.0-alpha.1 "
46
+ "@rspress/runtime" : " workspace:^2.0.0-alpha.2 "
47
47
},
48
48
"engines" : {
49
49
"node" : " >=14.17.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-playground" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to preview the code block in markdown/mdx file." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
61
61
"unist-util-visit" : " ^4.1.2"
62
62
},
63
63
"peerDependencies" : {
64
- "@rspress/core" : " workspace:^2.0.0-alpha.1 " ,
64
+ "@rspress/core" : " workspace:^2.0.0-alpha.2 " ,
65
65
"react" : " >=17.0.0" ,
66
66
"react-router-dom" : " ^6.8.1"
67
67
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-preview" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to preview the code block in markdown/mdx file." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
50
50
"unist-util-visit" : " ^4.1.2"
51
51
},
52
52
"peerDependencies" : {
53
- "@rspress/core" : " workspace:^2.0.0-alpha.1 " ,
53
+ "@rspress/core" : " workspace:^2.0.0-alpha.2 " ,
54
54
"react" : " >=17.0.0" ,
55
55
"react-router-dom" : " ^6.8.1"
56
56
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-rss" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rss generation for rspress" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
43
43
},
44
44
"peerDependencies" : {
45
45
"react" : " >=17.0.0" ,
46
- "rspress" : " workspace:^2.0.0-alpha.1 "
46
+ "rspress" : " workspace:^2.0.0-alpha.2 "
47
47
},
48
48
"engines" : {
49
49
"node" : " >=14.17.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-shiki" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to record the last updated time of the doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-typedoc" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " A plugin for rspress to integrate typedoc" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
42
42
"typescript" : " ^5.5.3"
43
43
},
44
44
"peerDependencies" : {
45
- "rspress" : " workspace:^2.0.0-alpha.1 "
45
+ "rspress" : " workspace:^2.0.0-alpha.2 "
46
46
},
47
47
"engines" : {
48
48
"node" : " >=14.17.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/runtime" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " The Runtime of Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/shared" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/web-infra-dev/rspress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/theme-default" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " The Default Theme of Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments