diff --git a/CHANGELOG.md b/CHANGELOG.md index 544a5412..918b8168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-dev.9 +## 2.0.0 - Feature: Environments - Set Flutter sdk versions per project environment. - Feature: Doctor - Easily view the Flutter version configure for the project and configuration state diff --git a/lib/src/version.dart b/lib/src/version.dart index bf136c9a..0e58df39 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0-dev.9'; +const packageVersion = '2.0.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 05d647a5..a3a8fef7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 2.0.0-dev.9 +version: 2.0.0 homepage: https://github.com/leoafarias/fvm environment: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b739b6ad..f768bafd 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,6 +1,6 @@ /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { - title: 'Flutter Version Management (fvm)', + title: 'Flutter Version Management', tagline: 'A simple CLI to manage Flutter SDK versions.', url: 'https://fvm.app', baseUrl: '/', @@ -8,11 +8,12 @@ module.exports = { onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', organizationName: 'leoafarias', // Usually your GitHub org/user name. - projectName: 'fvm', // Usually your repo name. + projectName: 'FVM', // Usually your repo name. themeConfig: { + image:'img/share-image.png', sidebarCollapsible: false, navbar: { - title: 'fvm', + title: 'FVM', logo: { alt: 'FVM Logo', src: 'img/logo.svg', diff --git a/website/static/img/share-image.png b/website/static/img/share-image.png new file mode 100644 index 00000000..89ac12b9 Binary files /dev/null and b/website/static/img/share-image.png differ