File tree 9 files changed +34
-9
lines changed
9 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 12
12
" calm-bats-smell" ,
13
13
" eighty-seas-destroy" ,
14
14
" famous-spoons-listen" ,
15
+ " great-turkeys-mate" ,
15
16
" healthy-rice-accept" ,
16
17
" shiny-spoons-beam" ,
17
18
" shiny-tips-beam" ,
19
+ " sixty-turkeys-cross" ,
18
20
" soft-ears-fetch" ,
19
21
" sour-cars-mix" ,
20
22
" strange-trees-worry"
Original file line number Diff line number Diff line change 1
1
# @pliny/cli
2
2
3
+ ## 0.0.1-rc.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 264a96b: remove next/compiled and add packages as dependency
8
+ - 5dbf7d1: remove build-publishable-release script
9
+ - Updated dependencies [ 264a96b]
10
+ - Updated dependencies [ 5dbf7d1]
11
+ - @pliny/installer @0.0.1-rc.5
12
+
3
13
## 0.0.1-rc.10
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @pliny/cli" ,
3
3
"description" : " Pliny CLI" ,
4
4
"homepage" : " https://github.com/timlrx/pliny" ,
5
- "version" : " 0.0.1-rc.10 " ,
5
+ "version" : " 0.0.1-rc.11 " ,
6
6
"license" : " MIT" ,
7
7
"bin" : {
8
8
"pliny" : " ./bin/run"
25
25
"@oclif/plugin-not-found" : " 2.3.1" ,
26
26
"@oclif/plugin-plugins" : " 2.1.0" ,
27
27
"@oclif/plugin-version" : " 1.0.4" ,
28
- "@pliny/installer" : " ^0.0.1-rc.4 " ,
28
+ "@pliny/installer" : " ^0.0.1-rc.5 " ,
29
29
"camelcase" : " ^6.2.0" ,
30
30
"chalk" : " ^4.1.0" ,
31
31
"console-table-printer" : " ^2.7.5" ,
Original file line number Diff line number Diff line change 1
1
# @pliny/installer
2
2
3
+ ## 0.0.1-rc.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 264a96b: remove next/compiled and add packages as dependency
8
+ - 5dbf7d1: remove build-publishable-release script
9
+
3
10
## 0.0.1-rc.4
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pliny/installer" ,
3
- "version" : " 0.0.1-rc.4 " ,
3
+ "version" : " 0.0.1-rc.5 " ,
4
4
"description" : " Package installation for the Pliny CLI" ,
5
5
"homepage" : " https://github.com/timlrx/pliny" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# pliny
2
2
3
+ ## 0.0.1-rc.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 5dbf7d1: remove build-publishable-release script
8
+
3
9
## 0.0.1-rc.5
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " pliny" ,
3
3
"description" : " Main entry point for pliny components and CLI" ,
4
4
"homepage" : " https://github.com/timlrx/pliny" ,
5
- "version" : " 0.0.1-rc.5 " ,
5
+ "version" : " 0.0.1-rc.6 " ,
6
6
"main" : " ./dist/index.mjs" ,
7
7
"exports" : {
8
8
"./analytics" : " ./dist/analytics/index.mjs" ,
Original file line number Diff line number Diff line change 28
28
"next" : " 12.1.6" ,
29
29
"next-contentlayer" : " 0.2.5" ,
30
30
"next-themes" : " ^0.2.0" ,
31
- "pliny" : " ^0.0.1-rc.5 " ,
31
+ "pliny" : " ^0.0.1-rc.6 " ,
32
32
"postcss" : " ^8.4.5" ,
33
33
"preact" : " ^10.6.2" ,
34
34
"react" : " 17.0.2" ,
Original file line number Diff line number Diff line change @@ -3073,7 +3073,7 @@ __metadata:
3073
3073
"@oclif/plugin-not-found": 2.3.1
3074
3074
"@oclif/plugin-plugins": 2.1.0
3075
3075
"@oclif/plugin-version": 1.0.4
3076
- "@pliny/installer": ^0.0.1-rc.4
3076
+ "@pliny/installer": ^0.0.1-rc.5
3077
3077
camelcase: ^6.2.0
3078
3078
chalk: ^4.1.0
3079
3079
console-table-printer: ^2.7.5
@@ -3122,7 +3122,7 @@ __metadata:
3122
3122
languageName: unknown
3123
3123
linkType: soft
3124
3124
3125
- "@pliny/installer@^0.0.1-rc.4 , @pliny/installer@workspace:packages/installer":
3125
+ "@pliny/installer@^0.0.1-rc.5 , @pliny/installer@workspace:packages/installer":
3126
3126
version: 0.0.0-use.local
3127
3127
resolution: "@pliny/installer@workspace:packages/installer"
3128
3128
dependencies:
@@ -12967,7 +12967,7 @@ __metadata:
12967
12967
languageName: node
12968
12968
linkType: hard
12969
12969
12970
- "pliny@^0.0.1-rc.5 , pliny@workspace:packages/pliny":
12970
+ "pliny@^0.0.1-rc.6 , pliny@workspace:packages/pliny":
12971
12971
version: 0.0.0-use.local
12972
12972
resolution: "pliny@workspace:packages/pliny"
12973
12973
dependencies:
@@ -15228,7 +15228,7 @@ __metadata:
15228
15228
next: 12.1.6
15229
15229
next-contentlayer: 0.2.5
15230
15230
next-themes: ^0.2.0
15231
- pliny: ^0.0.1-rc.5
15231
+ pliny: ^0.0.1-rc.6
15232
15232
postcss: ^8.4.5
15233
15233
preact: ^10.6.2
15234
15234
prettier: ^2.5.1
You can’t perform that action at this time.
0 commit comments