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

Commit 27f9cb8

Browse files
committed
chore: bump v0.5.4
1 parent a891747 commit 27f9cb8

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

.all-contributorsrc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,28 @@
99
"imageSize": 100,
1010
"commit": false,
1111
"contributors": [
12+
{
13+
"login": "csvenke",
14+
"name": "Christian Svenkerud",
15+
"avatar_url": "https://avatars3.githubusercontent.com/u/9643219?v=4",
16+
"profile": "https://github.com/csvenke",
17+
"contributions": [
18+
"code",
19+
"doc",
20+
"ideas",
21+
"test"
22+
]
23+
},
1224
{
1325
"login": "bergelf",
1426
"name": "Leiv Fredrik Berge",
1527
"avatar_url": "https://avatars2.githubusercontent.com/u/41568251?v=4",
1628
"profile": "https://github.com/bergelf",
1729
"contributions": [
1830
"code",
19-
"test",
2031
"doc",
21-
"ideas"
32+
"ideas",
33+
"test"
2234
]
2335
}
2436
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Don't worry about making a mistake, `commitlint` will stop you if you do, and yo
134134

135135
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
136136
<!-- prettier-ignore -->
137-
| [<img src="https://avatars2.githubusercontent.com/u/41568251?v=4" width="100px;"/><br /><sub><b>Leiv Fredrik Berge</b></sub>](https://github.com/bergelf)<br />[💻](https://github.com/csvenke/react-semantics/commits?author=bergelf "Code") [⚠️](https://github.com/csvenke/react-semantics/commits?author=bergelf "Tests") [📖](https://github.com/csvenke/react-semantics/commits?author=bergelf "Documentation") [🤔](#ideas-bergelf "Ideas, Planning, & Feedback") |
138-
| :---: |
137+
| [<img src="https://avatars3.githubusercontent.com/u/9643219?v=4" width="100px;"/><br /><sub><b>Christian Svenkerud</b></sub>](https://github.com/csvenke)<br />[💻](https://github.com/csvenke/react-semantics/commits?author=csvenke "Code") [📖](https://github.com/csvenke/react-semantics/commits?author=csvenke "Documentation") [🤔](#ideas-csvenke "Ideas, Planning, & Feedback") [⚠️](https://github.com/csvenke/react-semantics/commits?author=csvenke "Tests") | [<img src="https://avatars2.githubusercontent.com/u/41568251?v=4" width="100px;"/><br /><sub><b>Leiv Fredrik Berge</b></sub>](https://github.com/bergelf)<br />[💻](https://github.com/csvenke/react-semantics/commits?author=bergelf "Code") [📖](https://github.com/csvenke/react-semantics/commits?author=bergelf "Documentation") [🤔](#ideas-bergelf "Ideas, Planning, & Feedback") [⚠️](https://github.com/csvenke/react-semantics/commits?author=bergelf "Tests") |
138+
| :---: | :---: |
139139
<!-- ALL-CONTRIBUTORS-LIST:END -->
140140

141141
## License

docs/build/bundle.5f849b6e.js renamed to docs/build/bundle.4ce4ab7e.js

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantics</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"></head><body><div id="rsg-root"></div><script src="build/bundle.5f849b6e.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantics</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"></head><body><div id="rsg-root"></div><script src="build/bundle.4ce4ab7e.js"></script></body></html>

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-semantics",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Blazing fast semantic helper components for working with React.",
55
"author": "Christian Svenkerud",
66
"repository": {
@@ -78,6 +78,7 @@
7878
"lint": "npm run lint:write \"src/**/*.{ts,tsx}\"",
7979
"prettier:write": "prettier -c .prettierrc --write",
8080
"prettier": "npm run prettier:write \"src/**/*.{ts,tsx}\"",
81+
"publish": "npm run build && cd lib && npm publish",
8182
"report-coverage": "cat ./coverage/lcov.info | coveralls",
8283
"test:prod": "npm run lint && npm run test --coverage --no-cache",
8384
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)