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

Release: v0.1.16 #209

Merged
merged 34 commits into from
Aug 31, 2020
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4292cb8
chore(git): make repo commitizen friendly
robertu7 Jun 24, 2020
59a633d
ci(release): generate changelog on release workflow
robertu7 Jun 24, 2020
496d3aa
Merge pull request #145 from thematters/feautre/cz
robertu7 Jun 24, 2020
d6204aa
Update issue templates
guoliu Jun 25, 2020
2adcbba
fix(ci): fix empty changelog generated by CI
robertu7 Jun 29, 2020
7379939
Merge pull request #151 from thematters/feautre/cz
robertu7 Jun 29, 2020
bc47b5c
Merge pull request #149 from thematters/issue-templates
guoliu Jun 29, 2020
0e7fb39
ci(code owner): add dev team as code owner
guoliu Jul 27, 2020
0017de3
Merge pull request #171 from thematters/ci/code-owner
guoliu Jul 27, 2020
bee1601
Use native dependabot
robertu7 Jul 28, 2020
901ed62
Merge pull request #172 from thematters/feature/depandabot
robertu7 Jul 28, 2020
96028bc
Bump actions/setup-node from v2-beta to v2.1.1
dependabot[bot] Jul 28, 2020
c0b42c0
Bump graphql-tag from 2.10.3 to 2.10.4
dependabot[bot] Jul 28, 2020
26b0181
Bump @rollup/plugin-commonjs from 13.0.0 to 14.0.0
dependabot[bot] Jul 28, 2020
8315ca2
Bump rollup-plugin-postcss from 3.1.2 to 3.1.3
dependabot[bot] Jul 28, 2020
c8f3434
Merge pull request #178 from thematters/dependabot/npm_and_yarn/rollu…
dependabot[bot] Jul 28, 2020
1831cb5
Merge pull request #177 from thematters/dependabot/npm_and_yarn/rollu…
dependabot[bot] Jul 28, 2020
7fb3181
Merge pull request #176 from thematters/dependabot/npm_and_yarn/graph…
dependabot[bot] Jul 28, 2020
86009e4
Bump graphql from 14.6.0 to 14.7.0
dependabot[bot] Jul 28, 2020
cee89d4
Merge pull request #173 from thematters/dependabot/github_actions/act…
dependabot[bot] Jul 28, 2020
7a7e804
Merge pull request #175 from thematters/dependabot/npm_and_yarn/graph…
dependabot[bot] Jul 28, 2020
a97b90e
Bump apollo-upload-client from 13.0.0 to 14.1.1
dependabot[bot] Jul 29, 2020
e16a9d8
Merge pull request #180 from thematters/dependabot/npm_and_yarn/apoll…
dependabot[bot] Jul 30, 2020
4d07958
Bump elliptic from 6.5.1 to 6.5.3
dependabot[bot] Jul 30, 2020
e581cf5
Bump graphql-tag from 2.10.4 to 2.11.0
dependabot[bot] Jul 30, 2020
29627ab
Bump @apollo/react-hooks from 3.1.5 to 4.0.0
dependabot[bot] Jul 30, 2020
de90b3d
Merge pull request #179 from thematters/dependabot/npm_and_yarn/graph…
dependabot[bot] Jul 30, 2020
e5bdbcf
Merge pull request #174 from thematters/dependabot/npm_and_yarn/apoll…
dependabot[bot] Jul 30, 2020
8c41aac
Bump autoprefixer from 9.8.2 to 9.8.6
dependabot[bot] Jul 31, 2020
e5f9bbb
Merge pull request #182 from thematters/dependabot/npm_and_yarn/autop…
dependabot[bot] Aug 2, 2020
fda0267
Merge pull request #181 from thematters/dependabot/npm_and_yarn/ellip…
dependabot[bot] Aug 2, 2020
a97cdc5
Create codeql-analysis.yml
robertu7 Aug 19, 2020
e2d4fd2
fix(image): fix unable to upload image from clipboard
robertu7 Aug 31, 2020
2db23b4
Merge pull request #206 from thematters/fix/upload-clipboard-image
robertu7 Aug 31, 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 .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2.1.1
with:
node-version: '12.16'
registry-url: 'https://registry.npmjs.org'