Skip to content

Commit 0e156e1

Browse files
authored
Merge pull request #26 from flexn-io/chore/update_version_1.4
Update renative version in docs
2 parents 7d86eeb + 2b938bd commit 0e156e1

File tree

10 files changed

+181
-183
lines changed

10 files changed

+181
-183
lines changed

docs/api/cli.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,20 @@ Example:
14631463
npx rnv sdk configure
14641464
```
14651465

1466+
### tizen certificate
1467+
1468+
Change tizen certificate
1469+
1470+
Provided by: @rnv/engine-rn-web
1471+
1472+
Depends On:
1473+
[`app configure`](#app-configure)
1474+
1475+
Example:
1476+
```bash
1477+
npx rnv tizen certificate
1478+
```
1479+
14661480
### target launch
14671481

14681482
Launch specific target

docs/api/schemas/rnv.app.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,8 +5547,6 @@ Default: `"hermes"`
55475547

55485548
##### `templateXcode` (object)
55495549

5550-
Allows to configure xcode project
5551-
55525550
Properties of the `templateXcode` object:
55535551

55545552
###### `Podfile` (object)
@@ -6194,8 +6192,6 @@ Default: `"hermes"`
61946192

61956193
#### `templateXcode` (object)
61966194

6197-
Allows to configure xcode project
6198-
61996195
Properties of the `templateXcode` object:
62006196

62016197
##### `Podfile` (object)
@@ -6849,8 +6845,6 @@ Default: `"hermes"`
68496845

68506846
##### `templateXcode` (object)
68516847

6852-
Allows to configure xcode project
6853-
68546848
Properties of the `templateXcode` object:
68556849

68566850
###### `Podfile` (object)
@@ -7496,8 +7490,6 @@ Default: `"hermes"`
74967490

74977491
#### `templateXcode` (object)
74987492

7499-
Allows to configure xcode project
7500-
75017493
Properties of the `templateXcode` object:
75027494

75037495
##### `Podfile` (object)
@@ -11375,8 +11367,6 @@ Default: `"hermes"`
1137511367

1137611368
##### `templateXcode` (object)
1137711369

11378-
Allows to configure xcode project
11379-
1138011370
Properties of the `templateXcode` object:
1138111371

1138211372
###### `Podfile` (object)
@@ -12062,8 +12052,6 @@ Default: `"hermes"`
1206212052

1206312053
#### `templateXcode` (object)
1206412054

12065-
Allows to configure xcode project
12066-
1206712055
Properties of the `templateXcode` object:
1206812056

1206912057
##### `Podfile` (object)

docs/api/schemas/rnv.project.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5721,8 +5721,6 @@ Default: `"hermes"`
57215721

57225722
##### `templateXcode` (object)
57235723

5724-
Allows to configure xcode project
5725-
57265724
Properties of the `templateXcode` object:
57275725

57285726
###### `Podfile` (object)
@@ -6368,8 +6366,6 @@ Default: `"hermes"`
63686366

63696367
#### `templateXcode` (object)
63706368

6371-
Allows to configure xcode project
6372-
63736369
Properties of the `templateXcode` object:
63746370

63756371
##### `Podfile` (object)
@@ -7023,8 +7019,6 @@ Default: `"hermes"`
70237019

70247020
##### `templateXcode` (object)
70257021

7026-
Allows to configure xcode project
7027-
70287022
Properties of the `templateXcode` object:
70297023

70307024
###### `Podfile` (object)
@@ -7670,8 +7664,6 @@ Default: `"hermes"`
76707664

76717665
#### `templateXcode` (object)
76727666

7673-
Allows to configure xcode project
7674-
76757667
Properties of the `templateXcode` object:
76767668

76777669
##### `Podfile` (object)
@@ -11549,8 +11541,6 @@ Default: `"hermes"`
1154911541

1155011542
##### `templateXcode` (object)
1155111543

11552-
Allows to configure xcode project
11553-
1155411544
Properties of the `templateXcode` object:
1155511545

1155611546
###### `Podfile` (object)
@@ -12236,8 +12226,6 @@ Default: `"hermes"`
1223612226

1223712227
#### `templateXcode` (object)
1223812228

12239-
Allows to configure xcode project
12240-
1224112229
Properties of the `templateXcode` object:
1224212230

1224312231
##### `Podfile` (object)
@@ -14384,4 +14372,8 @@ Properties of the `package_json` object:
1438414372

1438514373
#### `version` (string)
1438614374

14387-
#### `browserslist`
14375+
#### `browserslist`
14376+
14377+
#### `scripts` (object)
14378+
14379+
Defines scripts you want to include in template

docs/api/schemas/rnv.template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Properties of the `package_json` object:
7373

7474
#### `browserslist`
7575

76+
#### `scripts` (object)
77+
78+
Defines scripts you want to include in template
79+
7680
## `bootstrapConfig` (object)
7781

7882
Properties of the `bootstrapConfig` object:

docs/templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Templates
77

88
## @rnv/template-starter
99

10-
Version: `1.3.0`
10+
Version: `1.4.0`
1111

1212
<table>
1313
<tr>

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const config = {
160160
},
161161
{
162162
position: 'left',
163-
label: 'v1.3',
164-
href: 'https://github.com/flexn-io/renative/releases/tag/1.3.0',
163+
label: 'v1.4',
164+
href: 'https://github.com/flexn-io/renative/releases/tag/1.4.0',
165165
},
166166
{
167167
type: 'doc',

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "renative-docs",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -43,19 +43,19 @@
4343
"@docusaurus/tsconfig": "^3.1.1",
4444
"@docusaurus/types": "^3.1.1",
4545
"@flexn/prettier-config": "^1.0.0",
46-
"@rnv/core": "1.3.0",
47-
"@rnv/engine-lightning": "1.3.0",
48-
"@rnv/engine-rn": "1.3.0",
49-
"@rnv/engine-rn-electron": "1.3.0",
50-
"@rnv/engine-rn-macos": "1.3.0",
51-
"@rnv/engine-rn-next": "1.3.0",
52-
"@rnv/engine-rn-tvos": "1.3.0",
53-
"@rnv/engine-rn-web": "1.3.0",
54-
"@rnv/engine-rn-windows": "1.3.0",
55-
"@rnv/renative": "1.3.0",
46+
"@rnv/core": "1.4.0",
47+
"@rnv/engine-lightning": "1.4.0",
48+
"@rnv/engine-rn": "1.4.0",
49+
"@rnv/engine-rn-electron": "1.4.0",
50+
"@rnv/engine-rn-macos": "1.4.0",
51+
"@rnv/engine-rn-next": "1.4.0",
52+
"@rnv/engine-rn-tvos": "1.4.0",
53+
"@rnv/engine-rn-web": "1.4.0",
54+
"@rnv/engine-rn-windows": "1.4.0",
55+
"@rnv/renative": "1.4.0",
5656
"@types/mocha": "^10.0.6",
5757
"docusaurus-plugin-typedoc": "^0.22.0",
58-
"rnv": "1.3.0",
58+
"rnv": "1.4.0",
5959
"typedoc": "^0.25.8",
6060
"typedoc-plugin-markdown": "^3.17.1",
6161
"typedoc-plugin-zod": "1.1.2",

src/components/HomepageFeatures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const FeatureList = [
137137
? What's your project Name? (folder will be created) hello-renative
138138
? What workspace to use? rnv
139139
? What template to use? @rnv/template-starter
140-
? What @rnv/template-starter version to use? 1.3.0 (@latest)
140+
? What @rnv/template-starter version to use? 1.4.0 (@latest)
141141
? How to create config renative.json? Extend template (cleaner, overridable)
142142
? What's your project Title? My Renative App
143143
? What's your App ID? com.mycompany.hellorenative

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ function HomepageHeader() {
1313
<div className="container">
1414
<p className={clsx(styles.h2, styles.version_link)}>
1515
Currently{' '}
16-
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.3.0" target="_blank">
17-
v1.3
16+
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.4.0" target="_blank">
17+
v1.4
1818
<img className="link_img" src="/img/link.svg" />
1919
</a>
2020
</p>

0 commit comments

Comments
 (0)