1. 28 Jun, 2017 1 commit
    • Dan Abramov's avatar
      Publish · 7796c94d
      Dan Abramov authored
       - babel-preset-react-app@3.0.1
       - create-react-app@1.3.2
       - eslint-config-react-app@1.0.5
       - react-dev-utils@3.0.1
       - react-error-overlay@1.0.8
       - react-scripts@1.0.8
      7796c94d
  2. 24 May, 2017 2 commits
  3. 22 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · 2558c3e3
      Dan Abramov authored
       - eslint-config-react-app@1.0.3
       - react-dev-utils@2.0.0
       - react-error-overlay@1.0.5
       - react-scripts@1.0.5
      2558c3e3
  4. 21 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · d649b8a0
      Dan Abramov authored
       - eslint-config-react-app@1.0.2
       - react-dev-utils@1.0.3
       - react-error-overlay@1.0.3
       - react-scripts@1.0.3
      d649b8a0
  5. 19 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · cd5c6d57
      Dan Abramov authored
       - eslint-config-react-app@1.0.1
       - react-dev-utils@1.0.1
       - react-error-overlay@1.0.1
       - react-scripts@1.0.1
      cd5c6d57
  6. 16 May, 2017 2 commits
  7. 15 May, 2017 1 commit
  8. 06 Mar, 2017 2 commits
  9. 05 Mar, 2017 3 commits
  10. 26 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Published 0.9.1 at 9e2624f3 · f3d8ffff
      Joe Haddad authored
       - babel-preset-react-app@2.1.1
       - create-react-app@1.1.0
       - eslint-config-react-app@0.5.2
       - react-dev-utils@0.5.1
       - react-scripts@0.9.1
      f3d8ffff
  11. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Publish · 67e6cf5a
      Joe Haddad authored
       - babel-preset-react-app@2.1.0
       - create-react-app@1.0.4
       - eslint-config-react-app@0.5.1
       - react-dev-utils@0.5.0
       - react-scripts@0.9.0
      67e6cf5a
  12. 07 Dec, 2016 2 commits
  13. 03 Dec, 2016 1 commit
    • Ville Immonen's avatar
      Publish · 5ee027d6
      Ville Immonen authored
       - babel-preset-react-app@2.0.0
       - create-react-app@0.7.0
       - eslint-config-react-app@0.4.0
       - react-dev-utils@0.4.0
       - react-scripts@0.8.0
      5ee027d6
  14. 22 Oct, 2016 2 commits
    • Ville Immonen's avatar
      Publish · a5f760ba
      Ville Immonen authored
       - babel-preset-react-app@1.0.0
       - create-react-app@0.6.0
       - eslint-config-react-app@0.3.0
       - react-dev-utils@0.3.0
       - react-scripts@0.7.0
      a5f760ba
    • Ville Immonen's avatar
      Update dependencies (#945) · d5de99e0
      Ville Immonen authored
      * Update dependencies
      
      * Use published version of eslint-config-react-app for development
      
      We dogfood on our eslint-config-react-app by using it as our ESLint config,
      but installing it from the local folder causes problems when its peerDependencies
      are updated, because npm won't update it unless the version number changes.
      
      Use the published version for dogfooding so it can be installed from npm.
      d5de99e0
  15. 23 Sep, 2016 1 commit
  16. 22 Sep, 2016 2 commits
  17. 21 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Create a shareable ESLint configuration package (#689) · a2d0469c
      Ville Immonen authored
      * Move ESLint configuration to a separate package
      
      * Remove the ESLint configuration, moved to eslint-config-react-app
      
      * Update ESLint instructions
      
      * Pin the package versions in eslint-config-react-app
      
      * Add a README for eslint-config-react-app
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update package.json
      
      * Update package.json
      
      * Update production eslint-loader config
      
      * Add the ESLint config to devDependencies of the repo
      a2d0469c