Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thc-tools/webpack-laboratory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @thc/webpack-quark-dev-server@1.0.1-beta.7
Choose a base ref
...
head repository: thc-tools/webpack-laboratory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @thc/webpack-quark-dev-server@1.0.1
Choose a head ref

Commits on Feb 23, 2019

  1. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    74f2a48 View commit details
  2. chore: update lerna to v3.10.6

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    95de178 View commit details
  3. fix: update webpack to v4.29.0

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b7d2b6c View commit details
  4. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    91b8c4c View commit details
  5. chore: update lerna to v3.10.7

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0213b31 View commit details
  6. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ad278de View commit details
  7. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    098d766 View commit details
  8. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2e4dac4 View commit details
  9. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0f535ea View commit details
  10. fix: update lerna to v3.11.0

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7289583 View commit details
  11. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    755b9b1 View commit details
  12. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f1fb2a4 View commit details
  13. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e317d2b View commit details
  14. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9cd405b View commit details
  15. chore: update webpack to v4.29.3

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f708a12 View commit details
  16. feat: update jest to v24

    renovate-bot authored and Hartorn committed Feb 23, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    AustinAbro321 Austin Abro
    Copy the full SHA
    62685bb View commit details
  17. Copy the full SHA
    44002aa View commit details
  18. Copy the full SHA
    6419666 View commit details
  19. Copy the full SHA
    a68eb10 View commit details
  20. Copy the full SHA
    870d49b View commit details
  21. Copy the full SHA
    6dcc724 View commit details
  22. Copy the full SHA
    ebbf2e7 View commit details
  23. Copy the full SHA
    83b9ae9 View commit details
  24. chore: update lerna to v3.11.1

    renovate-bot authored and Hartorn committed Feb 23, 2019
    Copy the full SHA
    62e39cc View commit details
  25. Copy the full SHA
    ffc4861 View commit details
  26. fix: update lerna to v3.13.0

    renovate-bot authored and Hartorn committed Feb 23, 2019
    Copy the full SHA
    f19dcc4 View commit details
  27. Copy the full SHA
    034f4fb View commit details
  28. Copy the full SHA
    0f79417 View commit details
  29. Copy the full SHA
    dc2026f View commit details
  30. chore: update webpack to v4.29.5

    renovate-bot authored and Hartorn committed Feb 23, 2019
    Copy the full SHA
    14b3f8c View commit details
  31. Copy the full SHA
    49f27f3 View commit details
  32. Copy the full SHA
    afde44f View commit details
  33. Copy the full SHA
    bc5eb6c View commit details
  34. Copy the full SHA
    3c4bd4a View commit details
  35. Copy the full SHA
    025b934 View commit details
  36. Copy the full SHA
    21df10e View commit details
  37. chore: release and publish

     - @thc/webpack-atom-js-react-css@1.0.1
     - @thc/webpack-atom-js-react-scss@1.1.0
     - @thc/webpack-quark-babel@1.0.1
     - @thc/webpack-quark-dev-server@1.0.1
     - @thc/webpack-quark-misc@1.0.1
     - @thc/webpack-quark-optimize@1.0.1
     - @thc/webpack-quark-output@1.0.1
     - @thc/webpack-quark-scss@1.1.0
     - @thc/webpack-quark-typescript@1.0.1
    Hartorn committed Feb 23, 2019
    Copy the full SHA
    4aa28a1 View commit details
Showing with 2,730 additions and 4,028 deletions.
  1. +2 −1 lerna.json
  2. +2,371 −3,992 package-lock.json
  3. +9 −9 package.json
  4. +14 −0 packages/atoms/webpack-atom-js-react-css/CHANGELOG.md
  5. +9 −9 packages/atoms/webpack-atom-js-react-css/package.json
  6. +1 −1 packages/atoms/webpack-atom-js-react-css/templates/webpack.config.js
  7. +11 −0 packages/atoms/webpack-atom-js-react-scss/CHANGELOG.md
  8. +11 −0 packages/atoms/webpack-atom-js-react-scss/README.md
  9. +24 −0 packages/atoms/webpack-atom-js-react-scss/__tests__/webpack-atom-js-react-scss.test.js
  10. +62 −0 packages/atoms/webpack-atom-js-react-scss/package.json
  11. +5 −0 packages/atoms/webpack-atom-js-react-scss/post-install.js
  12. +7 −0 packages/atoms/webpack-atom-js-react-scss/templates/.browserlistrc
  13. +6 −0 packages/atoms/webpack-atom-js-react-scss/templates/dev-server.js
  14. +16 −0 packages/atoms/webpack-atom-js-react-scss/templates/postcss.config.js
  15. +90 −0 packages/atoms/webpack-atom-js-react-scss/templates/webpack.config.js
  16. +9 −0 packages/quarks/webpack-quark-babel/CHANGELOG.md
  17. +2 −2 packages/quarks/webpack-quark-babel/package.json
  18. +12 −0 packages/quarks/webpack-quark-dev-server/CHANGELOG.md
  19. +3 −3 packages/quarks/webpack-quark-dev-server/package.json
  20. +12 −0 packages/quarks/webpack-quark-misc/CHANGELOG.md
  21. +3 −3 packages/quarks/webpack-quark-misc/package.json
  22. +9 −0 packages/quarks/webpack-quark-optimize/CHANGELOG.md
  23. +2 −2 packages/quarks/webpack-quark-optimize/package.json
  24. +9 −0 packages/quarks/webpack-quark-output/CHANGELOG.md
  25. +2 −2 packages/quarks/webpack-quark-output/package.json
  26. +12 −0 packages/quarks/webpack-quark-scss/CHANGELOG.md
  27. +2 −1 packages/quarks/webpack-quark-scss/package.json
  28. +12 −0 packages/quarks/webpack-quark-typescript/CHANGELOG.md
  29. +3 −3 packages/quarks/webpack-quark-typescript/package.json
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,8 @@
},
"version": {
"conventionalCommits": true,
"message": "chore: release and publish"
"message": "chore: release and publish",
"allowBranch": "master"
}
}
}
Loading