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

Commit 7f25b66

Browse files
committed
fix: rename old package name to new
1 parent 312ec3f commit 7f25b66

File tree

12 files changed

+65
-65
lines changed

12 files changed

+65
-65
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "react-semantics",
2+
"projectName": "react-semantic-render",
33
"projectOwner": "csvenke",
44
"repoType": "github",
55
"repoHost": "https://github.com",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Don't worry about making a mistake, `commitlint` will stop you if you do, and yo
154154

155155
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
156156
<!-- prettier-ignore -->
157-
| [<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") |
157+
| [<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-semantic-render/commits?author=csvenke "Code") [📖](https://github.com/csvenke/react-semantic-render/commits?author=csvenke "Documentation") [🤔](#ideas-csvenke "Ideas, Planning, & Feedback") [⚠️](https://github.com/csvenke/react-semantic-render/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-semantic-render/commits?author=bergelf "Code") [📖](https://github.com/csvenke/react-semantic-render/commits?author=bergelf "Documentation") [🤔](#ideas-bergelf "Ideas, Planning, & Feedback") [⚠️](https://github.com/csvenke/react-semantic-render/commits?author=bergelf "Tests") |
158158
| :---: | :---: |
159159
<!-- ALL-CONTRIBUTORS-LIST:END -->
160160

docs/build/bundle.4474faa6.js

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.ba02c8e7.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

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-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.ba02c8e7.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-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.4474faa6.js"></script></body></html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Christian Svenkerud",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/csvenke/react-semantics.git"
8+
"url": "https://github.com/csvenke/react-semantic-render.git"
99
},
1010
"main": "index.cjs.js",
1111
"module": "index.esm.js",

src/components/List/List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```jsx static
44
import React from 'react';
5-
import { List } from 'react-semantics';
5+
import { List } from 'react-semantic-render';
66
```
77

88
#### With render prop

src/components/Resolve/Resolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```jsx static
44
import React from 'react';
5-
import { Resolve } from 'react-semantics';
5+
import { Resolve } from 'react-semantic-render';
66
```
77
##### Output
88

src/components/Show/Show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```jsx static
44
import React from 'react';
5-
import { Show } from 'react-semantics';
5+
import { Show } from 'react-semantic-render';
66
```
77

88
#### With render prop

src/components/Switch/Switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These helper components can be accessed from the `Switch` component like this `<
1010

1111
```jsx static
1212
import React from 'react';
13-
import { Switch } from 'react-semantics';
13+
import { Switch } from 'react-semantic-render';
1414
```
1515

1616
##### Output

0 commit comments

Comments
 (0)