create-openfort 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#108](https://github.com/openfort-xyz/openfort-react/pull/108) [`24e89e7`](https://github.com/openfort-xyz/openfort-react/commit/24e89e7563a512ac355cec14f5353389ad3c4a47) Thanks [@martimayoral](https://github.com/martimayoral)! - fix build
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- Get started by running <code>npm create openfort-app@latest</code>
10
+ Get started by running <code>npm create openfort@latest</code>
11
11
  </p>
12
12
 
13
13
  ## Table of contents
@@ -15,7 +15,6 @@
15
15
  - <a href="#about">About</a>
16
16
  - <a href="#getting-started">Getting Started</a>
17
17
  - <a href="#community">Community</a>
18
- - <a href="#contributors">Contributors</a>
19
18
 
20
19
  <h2 id="about">Create Openfort App</h2>
21
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-openfort",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Create Openfort applications with embedded wallets",
5
5
  "license": "MIT",
6
6
  "author": "Openfort (https://www.openfort.xyz)",