Skip to content

Commit dd7edac

Browse files
author
hugur
committed
npm:0.0.10
1 parent d2dd4fa commit dd7edac

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ You can run the example project with:
7575
```shell
7676
yarn workspace example develop
7777
```
78+
79+
### Notes
80+
81+
This project's `package.json` version, is not used for anything, nor is the one from the example project.
82+
83+
Only the one from the theme folder is important for releasing new versions to npm.

example/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Gatsby Theme W3F Example
22

33
A usage of [gatsby-theme-w3f](https://github.com/w3f-webops/gatsby-theme-w3f).
4+
5+
## Notes
6+
7+
This project's `package.json` version, is not used for anything.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "0",
4+
"version": "0.0.1",
55
"main": "index.js",
66
"author": "webops@w3f",
77
"license": "GPLv3",

gatsby-theme-w3f/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@w3f/gatsby-theme-w3f",
33
"private": false,
44
"description": "w3f gatsby theme",
5-
"version": "0.0.9",
5+
"version": "0.0.10",
66
"author": "W3F <[email protected]>",
77
"keywords": [
88
"gatsby"

0 commit comments

Comments
 (0)