Skip to content

Commit

Permalink
Merge pull request #37 from flexn-io/chore/update_1.7
Browse files Browse the repository at this point in the history
Update to 1.7
  • Loading branch information
pauliusguzas authored Dec 4, 2024
2 parents 08af7b2 + cd0ca7c commit 8c6da1c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
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.6.0`
Version: `1.7.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.6',
href: 'https://github.com/flexn-io/renative/releases/tag/1.6.0',
label: 'v1.7',
href: 'https://github.com/flexn-io/renative/releases/tag/1.7.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.6.0",
"version": "1.7.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.6.0",
"@rnv/engine-lightning": "1.6.0",
"@rnv/engine-rn": "1.6.0",
"@rnv/engine-rn-electron": "1.6.0",
"@rnv/engine-rn-macos": "1.6.0",
"@rnv/engine-rn-next": "1.6.0",
"@rnv/engine-rn-tvos": "1.6.0",
"@rnv/engine-rn-web": "1.6.0",
"@rnv/engine-rn-windows": "1.6.0",
"@rnv/renative": "1.6.0",
"@rnv/core": "1.7.0",
"@rnv/engine-lightning": "1.7.0",
"@rnv/engine-rn": "1.7.0",
"@rnv/engine-rn-electron": "1.7.0",
"@rnv/engine-rn-macos": "1.7.0",
"@rnv/engine-rn-next": "1.7.0",
"@rnv/engine-rn-tvos": "1.7.0",
"@rnv/engine-rn-web": "1.7.0",
"@rnv/engine-rn-windows": "1.7.0",
"@rnv/renative": "1.7.0",
"@types/mocha": "^10.0.6",
"docusaurus-plugin-typedoc": "^0.22.0",
"rnv": "1.6.0",
"rnv": "1.7.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.6.0 (@latest)
? What @rnv/template-starter version to use? 1.7.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.6.0" target="_blank">
v1.6
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.7.0" target="_blank">
v1.7
<img className="link_img" src="/img/link.svg" />
</a>
</p>
Expand Down

0 comments on commit 8c6da1c

Please sign in to comment.