Skip to content

Commit 986bf30

Browse files
authored
Merge pull request #21 from alioguzhan/release-please--branches--main--components----libraryname--
chore(main): release 1.0.0
2 parents c18bcf6 + c7f8cca commit 986bf30

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-09-06)
4+
5+
6+
### Features
7+
8+
* add github pages integration ([b7534eb](https://github.com/alioguzhan/react-typescript-library/commit/b7534eb9d2beaec95069c658674587173f8db2e2))
9+
* generate customized README after installation ([68ca2c1](https://github.com/alioguzhan/react-typescript-library/commit/68ca2c11e37fb14487e2ffe55f3366d0290ed7ca))
10+
* integrate release-please ([fe05370](https://github.com/alioguzhan/react-typescript-library/commit/fe0537037174620d6bba9bb60aa2aae03011fad3))
11+
12+
13+
### Bug Fixes
14+
15+
* add jest-environment-jsdom for the new version of jest ([40eb502](https://github.com/alioguzhan/react-typescript-library/commit/40eb502a6aa6b00439514c3c1955a70385b34467))
16+
* postcss integration is not working ([a510c71](https://github.com/alioguzhan/react-typescript-library/commit/a510c71577f5c5d8b803718704741aa131858876))
17+
* update typedoc config ([72f30e7](https://github.com/alioguzhan/react-typescript-library/commit/72f30e726cc0986c1e1e17285b02e0449c7dbe49))
18+
* upgrade deps to fix vulnerabilities ([bf40348](https://github.com/alioguzhan/react-typescript-library/commit/bf40348e29fa50f7ec578e5a76c9f4e8251065aa))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "--libraryname--",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"keywords": [],
55
"description": "",
66
"main": "dist/index.min.js",

0 commit comments

Comments
 (0)