Skip to content

Commit 2803b4f

Browse files
author
im-commitbot
committed
Docs: 1.0.0 [skip ci]
1 parent 8db4810 commit 2803b4f

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 1.0.0 (2020-12-02)
2+
3+
4+
### Build
5+
6+
* adding main branch to the configuration for semantic-release ([9db01a3](https://github.com/WTW-IM/scriptloader-component/commit/9db01a34a8c200d8030880a49c258b9ae7f66438))
7+
* adding NPM Publish workflow ([5cc67fd](https://github.com/WTW-IM/scriptloader-component/commit/5cc67fd08084074ac4c44b499a74320cc0b90e2f))
8+
* adding semantic release configuration ([889fc32](https://github.com/WTW-IM/scriptloader-component/commit/889fc322246d111c0cc487ccba2412d1365d5b0b))
9+
* adding tests around ScriptLoader scenarios ([2567f41](https://github.com/WTW-IM/scriptloader-component/commit/2567f41370dc1f0fb66800584a2df5e537c03df3))
10+
* configuring eslint preset for release notes ([0d1d92e](https://github.com/WTW-IM/scriptloader-component/commit/0d1d92e7c6112d1e9912796704e9c966c04e17bf))
11+
* include dependency install in npm-publish ([254fb9a](https://github.com/WTW-IM/scriptloader-component/commit/254fb9a2c2a9d241875e0d635563dfb08aaf8d06))
12+
* initial node build workflow ([78f978b](https://github.com/WTW-IM/scriptloader-component/commit/78f978b976443bc80896182f23949417ec4f054b))
13+
* renaming GH_TOKEN to GITHUB_TOKEN ([75dda5f](https://github.com/WTW-IM/scriptloader-component/commit/75dda5fd4e4a893773ec1fd8d4f93df4b02e7a95))
14+
* renaming GITHUB_TOKEN to GH_TOKEN for npm-publish workflow ([488a019](https://github.com/WTW-IM/scriptloader-component/commit/488a019e324f505669bdc9c7dbea7004dc642885))
15+
* setting up typescript for publishing ([072745c](https://github.com/WTW-IM/scriptloader-component/commit/072745c9a94032d84b532c461c31a19b5d52a288))
16+
* simplifying eslint config ([7bdbb71](https://github.com/WTW-IM/scriptloader-component/commit/7bdbb7177fbf0bd679fa7c2eae7762e82ef34f7f))
17+
* updating node versions in CI workflow ([4681a2a](https://github.com/WTW-IM/scriptloader-component/commit/4681a2a10fb35e9d0976e322d95416608d375cff))
18+
* using COMMITBOT_ACCESS_TOKEN for the npm-publish workflow. ([08cf105](https://github.com/WTW-IM/scriptloader-component/commit/08cf105935185f6ee51316bf479f9006924a7fae))
19+
* using im-commitbot for semantic-release ([898e004](https://github.com/WTW-IM/scriptloader-component/commit/898e004e96b523881362ee8f1b24e34f8ff1678d))
20+
* using persist-credentials false in checkout action ([8db4810](https://github.com/WTW-IM/scriptloader-component/commit/8db481086235f3fe74bc2b1efd7aa6e0ef6f7f64))
21+
* using run instead of uses for npm-publish ([985b126](https://github.com/WTW-IM/scriptloader-component/commit/985b1262be7682126feef339df9baaa1ac988c51))
22+
23+
### New
24+
25+
* initial work for ScriptLoader ([ff2d25c](https://github.com/WTW-IM/scriptloader-component/commit/ff2d25c28ea0993a86943b56511f0e505f496454))
26+
27+
### Update
28+
29+
* early return when we have already loaded the script ([9cecf81](https://github.com/WTW-IM/scriptloader-component/commit/9cecf810bf49cd086515719685557fdc1977878d))
30+
* moving DOM script interaction into its own hook ([da1fb6b](https://github.com/WTW-IM/scriptloader-component/commit/da1fb6b23baabd875faac1fab11c04ebfb6f561f))
31+
* using an internal Context to determine which children show ([6c5123b](https://github.com/WTW-IM/scriptloader-component/commit/6c5123b1671a6d7265b04e800b6941e1594ed860))

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptloader-component",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A React Component for reacting to scripts loading.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)