Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 900454d

Browse files
feat: credits Akash Borad for creating the new math component
Signed-off-by: peterpeterparker <[email protected]>
1 parent 4649d86 commit 900454d

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Web Components: New
1313

1414
- demo: v1.0.4 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/demo/CHANGELOG.md))
15-
- math: v1.0.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/math/CHANGELOG.md))
15+
- math: v1.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/math/CHANGELOG.md))
1616

1717
### Web Components: Update
1818

webcomponents/math/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.0.0 (2020-05-14)
1+
# 1.0.1 (2020-05-14)
22

33
Hello World 👋

webcomponents/math/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It is developed with [Stencil](https://stenciljs.com) and use [Katex](https://ka
88

99
- [Getting Started](#getting-started)
1010
- [Develop](#develop)
11+
- [Credits](#credits)
1112
- [License](#license)
1213

1314
## Getting Started
@@ -25,6 +26,10 @@ npm install
2526
npm run start
2627
```
2728

29+
## Credits
30+
31+
Shout out to [Akash Borad](https://twitter.com/BoradAkash) for having created this component!
32+
2833
## License
2934

3035
MIT © [David Dal Busco](mailto:[email protected]) and [Nicolas Mattia](mailto:[email protected])

webcomponents/math/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webcomponents/math/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deckdeckgo/math",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Web Component to write and render math expressions",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -40,7 +40,7 @@
4040
"type": "git",
4141
"url": "git+https://github.com/deckgo/deckdeckgo.git"
4242
},
43-
"author": "David Dal Busco",
43+
"author": "Akash Borad",
4444
"bugs": {
4545
"url": "https://github.com/deckgo/deckdeckgo"
4646
},

0 commit comments

Comments
 (0)