Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy-framework] docs: add aericson as a contributor #1292

Merged
merged 2 commits into from Oct 10, 2020

Conversation

allcontributors[bot]
Copy link

Adds @aericson as a contributor for code.

This was requested by flybayer in this comment

@blitzjs-bot blitzjs-bot bot added this to In Review in Dashboard Oct 10, 2020
@flybayer flybayer merged commit 312dc3a into canary Oct 10, 2020
Dashboard automation moved this from In Review to Done Oct 10, 2020
@flybayer flybayer deleted the all-contributors/add-aericson branch October 10, 2020 20:09
@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 189 kB

ℹ️ View Unchanged
Filename Size Change
packages/blitz/dist/cli.js 15.7 kB 0 B
packages/blitz/dist/index.js 245 B 0 B
packages/config/dist/config.cjs.development.js 1.35 kB 0 B
packages/config/dist/config.cjs.production.min.js 916 B 0 B
packages/config/dist/config.esm.js 1.28 kB 0 B
packages/config/dist/index.js 143 B 0 B
packages/core/dist/core.cjs.development.js 12.3 kB 0 B
packages/core/dist/core.cjs.production.min.js 6.75 kB 0 B
packages/core/dist/core.esm.js 12 kB 0 B
packages/core/dist/index.js 141 B 0 B
packages/display/dist/display.cjs.development.js 1.43 kB 0 B
packages/display/dist/display.cjs.production.min.js 819 B 0 B
packages/display/dist/display.esm.js 1.33 kB 0 B
packages/display/dist/index.js 144 B 0 B
packages/file-pipeline/dist/file-pipeline.cjs.development.js 5.9 kB 0 B
packages/file-pipeline/dist/file-pipeline.cjs.production.min.js 3.02 kB 0 B
packages/file-pipeline/dist/file-pipeline.esm.js 5.76 kB 0 B
packages/file-pipeline/dist/index.js 147 B 0 B
packages/generator/dist/generator.cjs.development.js 15.6 kB 0 B
packages/generator/dist/generator.cjs.production.min.js 9.45 kB 0 B
packages/generator/dist/generator.esm.js 15.3 kB 0 B
packages/generator/dist/index.js 145 B 0 B
packages/generator/dist/templates/app/babel.config.js 77 B 0 B
packages/generator/dist/templates/app/blitz.config.js 324 B 0 B
packages/generator/dist/templates/app/jest.config.js 662 B 0 B
packages/generator/dist/templates/app/test/__mocks__/fileMock.js 54 B 0 B
packages/installer/dist/index.js 145 B 0 B
packages/installer/dist/installer.cjs.development.js 7.71 kB 0 B
packages/installer/dist/installer.cjs.production.min.js 5.13 kB 0 B
packages/installer/dist/installer.esm.js 7.57 kB 0 B
packages/repl/dist/index.js 141 B 0 B
packages/repl/dist/repl.cjs.development.js 1.73 kB 0 B
packages/repl/dist/repl.cjs.production.min.js 1.02 kB 0 B
packages/repl/dist/repl.esm.js 1.61 kB 0 B
packages/server/dist/index.js 142 B 0 B
packages/server/dist/server.cjs.development.js 20.4 kB 0 B
packages/server/dist/server.cjs.production.min.js 11.8 kB 0 B
packages/server/dist/server.esm.js 20.5 kB 0 B

compressed-size-action

wanjuntham pushed a commit to wanjuntham/blitz that referenced this pull request Oct 11, 2020
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (meta)
nahue added a commit to nahue/blitz that referenced this pull request Oct 13, 2020
…-ink

* 'canary' of github.com:blitz-js/blitz:
  docs: add alexnaiman as a contributor (blitz-js#1299)
  Fix circular dependencies in blitz core (blitz-js#1249)
  docs: add aaronfulkerson as a contributor (blitz-js#1295)
  Remove "--experimental" from "blitz db studio" (blitz-js#1272)
  Remove Simon Debbarma and Jack Clancy from L1 maintainers. (blitz-js#1290)
  Update @aericson as a contributor
  Add @Kosai106 as a contributor
  docs: add cajotafer as a contributor (blitz-js#1293)
  (newapp) Add yarn/npx to global install instructions in readme (blitz-js#1285)
  Fix to allow babel config modification in Recipes (blitz-js#1280)
  Fix all recipes to add their context providers above getLayout() (blitz-js#1279)
  docs: add aericson as a contributor (blitz-js#1292)
  (newapp) Fix validateDOMNesting error from default home page (blitz-js#1277)
  Fix `blitz generate model` to add fields to existing model instead of duplicating (blitz-js#1251)
  Fix to not run husky during new app creation (blitz-js#1270)
  Adds tests for useSession in core super tokens (blitz-js#1258)
ntgussoni added a commit to ntgussoni/blitz that referenced this pull request Feb 7, 2021
* upstream/canary: (70 commits)
  docs: add alexnaiman as a contributor (blitz-js#1299)
  Fix circular dependencies in blitz core (blitz-js#1249)
  docs: add aaronfulkerson as a contributor (blitz-js#1295)
  Remove "--experimental" from "blitz db studio" (blitz-js#1272)
  Remove Simon Debbarma and Jack Clancy from L1 maintainers. (blitz-js#1290)
  Update @aericson as a contributor
  Add @Kosai106 as a contributor
  docs: add cajotafer as a contributor (blitz-js#1293)
  (newapp) Add yarn/npx to global install instructions in readme (blitz-js#1285)
  Fix to allow babel config modification in Recipes (blitz-js#1280)
  Fix all recipes to add their context providers above getLayout() (blitz-js#1279)
  docs: add aericson as a contributor (blitz-js#1292)
  (newapp) Fix validateDOMNesting error from default home page (blitz-js#1277)
  Fix `blitz generate model` to add fields to existing model instead of duplicating (blitz-js#1251)
  Fix to not run husky during new app creation (blitz-js#1270)
  Adds tests for useSession in core super tokens (blitz-js#1258)
  Add Alexandru Stratulat as L1 Maintainer (blitz-js#1271)
  v0.24.1
  Fix page template to use useMutation (blitz-js#1269)
  update patch for release script (meta)
  ...
@dillondotzip dillondotzip changed the title docs: add aericson as a contributor [legacy-framework] docs: add aericson as a contributor Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant