Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Remove confusing v3 text #349

Merged
merged 19 commits into from
May 28, 2020
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8a1bb1f
Added block in readme regarding upgrading
nsoderstromgmp Aug 1, 2019
3e769a5
Moved block above typescript
nsoderstromgmp Aug 2, 2019
d206d69
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp Dec 27, 2019
0cb6cff
Added ability to generate a React.FunctionComponent aka "hooks enable…
nsoderstromgmp Dec 29, 2019
4cd1475
Fixed prettier commands so they work with zsh.
nsoderstromgmp Dec 29, 2019
3a23ccc
Added parameters for choosing component type.
nsoderstromgmp Jan 1, 2020
148d32d
Updated component tests.
nsoderstromgmp Jan 1, 2020
da9b106
Updated component tests.
nsoderstromgmp Jan 1, 2020
1acd22d
Added documentation for generators.
nsoderstromgmp Jan 7, 2020
5e5669a
Added documentation for the navigation generator.
nsoderstromgmp Jan 7, 2020
b1ff75f
Added spacing, small tweaks
jamonholmgren Jan 16, 2020
1a8097f
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp Jan 17, 2020
647f983
Updated React Native version to 0.61.5.
nsoderstromgmp Jan 17, 2020
7f22cca
Merge branch 'master' of https://github.com/nirre7/ignite-bowser
nsoderstromgmp Jan 17, 2020
80a626f
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp Mar 30, 2020
b4b5766
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp Apr 15, 2020
40fb5bb
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp May 18, 2020
ac67ec2
Merge branch 'master' of https://github.com/infinitered/ignite-bowser
nsoderstromgmp May 27, 2020
5c48319
Removed confusing version number
nsoderstromgmp May 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/boilerplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const install = async (toolbox: IgniteToolbox) => {

const name = parameters.first
const spinner = print
.spin(`using the ${red("Infinite Red")} boilerplate v3 (code name 'Bowser')`)
.spin(`using the ${red("Infinite Red")} Bowser boilerplate`)
.succeed()

let useExpo = parameters.options.expo
Expand Down