Skip to content

Commit

Permalink
Merge pull request #29 from flexn-io/main
Browse files Browse the repository at this point in the history
Publish 1.4
  • Loading branch information
pauliusguzas authored Oct 22, 2024
2 parents bb5c273 + 0e156e1 commit 70df396
Show file tree
Hide file tree
Showing 10 changed files with 181 additions and 183 deletions.
14 changes: 14 additions & 0 deletions docs/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,20 @@ Example:
npx rnv sdk configure
```

### tizen certificate

Change tizen certificate

Provided by: @rnv/engine-rn-web

Depends On:
[`app configure`](#app-configure)

Example:
```bash
npx rnv tizen certificate
```

### target launch

Launch specific target
Expand Down
12 changes: 0 additions & 12 deletions docs/api/schemas/rnv.app.md
Original file line number Diff line number Diff line change
Expand Up @@ -5547,8 +5547,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -6194,8 +6192,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down Expand Up @@ -6849,8 +6845,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -7496,8 +7490,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down Expand Up @@ -11375,8 +11367,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -12062,8 +12052,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down
18 changes: 5 additions & 13 deletions docs/api/schemas/rnv.project.md
Original file line number Diff line number Diff line change
Expand Up @@ -5721,8 +5721,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -6368,8 +6366,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down Expand Up @@ -7023,8 +7019,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -7670,8 +7664,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down Expand Up @@ -11549,8 +11541,6 @@ Default: `"hermes"`

##### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

###### `Podfile` (object)
Expand Down Expand Up @@ -12236,8 +12226,6 @@ Default: `"hermes"`

#### `templateXcode` (object)

Allows to configure xcode project

Properties of the `templateXcode` object:

##### `Podfile` (object)
Expand Down Expand Up @@ -14384,4 +14372,8 @@ Properties of the `package_json` object:

#### `version` (string)

#### `browserslist`
#### `browserslist`

#### `scripts` (object)

Defines scripts you want to include in template
4 changes: 4 additions & 0 deletions docs/api/schemas/rnv.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Properties of the `package_json` object:

#### `browserslist`

#### `scripts` (object)

Defines scripts you want to include in template

## `bootstrapConfig` (object)

Properties of the `bootstrapConfig` object:
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Templates

## @rnv/template-starter

Version: `1.3.0`
Version: `1.4.0`

<table>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const config = {
},
{
position: 'left',
label: 'v1.3',
href: 'https://github.com/flexn-io/renative/releases/tag/1.3.0',
label: 'v1.4',
href: 'https://github.com/flexn-io/renative/releases/tag/1.4.0',
},
{
type: 'doc',
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-docs",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -43,19 +43,19 @@
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@flexn/prettier-config": "^1.0.0",
"@rnv/core": "1.3.0",
"@rnv/engine-lightning": "1.3.0",
"@rnv/engine-rn": "1.3.0",
"@rnv/engine-rn-electron": "1.3.0",
"@rnv/engine-rn-macos": "1.3.0",
"@rnv/engine-rn-next": "1.3.0",
"@rnv/engine-rn-tvos": "1.3.0",
"@rnv/engine-rn-web": "1.3.0",
"@rnv/engine-rn-windows": "1.3.0",
"@rnv/renative": "1.3.0",
"@rnv/core": "1.4.0",
"@rnv/engine-lightning": "1.4.0",
"@rnv/engine-rn": "1.4.0",
"@rnv/engine-rn-electron": "1.4.0",
"@rnv/engine-rn-macos": "1.4.0",
"@rnv/engine-rn-next": "1.4.0",
"@rnv/engine-rn-tvos": "1.4.0",
"@rnv/engine-rn-web": "1.4.0",
"@rnv/engine-rn-windows": "1.4.0",
"@rnv/renative": "1.4.0",
"@types/mocha": "^10.0.6",
"docusaurus-plugin-typedoc": "^0.22.0",
"rnv": "1.3.0",
"rnv": "1.4.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-zod": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const FeatureList = [
? What's your project Name? (folder will be created) hello-renative
? What workspace to use? rnv
? What template to use? @rnv/template-starter
? What @rnv/template-starter version to use? 1.3.0 (@latest)
? What @rnv/template-starter version to use? 1.4.0 (@latest)
? How to create config renative.json? Extend template (cleaner, overridable)
? What's your project Title? My Renative App
? What's your App ID? com.mycompany.hellorenative
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function HomepageHeader() {
<div className="container">
<p className={clsx(styles.h2, styles.version_link)}>
Currently{' '}
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.3.0" target="_blank">
v1.3
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.4.0" target="_blank">
v1.4
<img className="link_img" src="/img/link.svg" />
</a>
</p>
Expand Down
Loading

0 comments on commit 70df396

Please sign in to comment.