Skip to content

Commit 9e7bc03

Browse files
committed
v3.0.0
1 parent ce58fa6 commit 9e7bc03

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

packs/code-surfer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-surfer",
33
"description": "Rad code slides",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"author": "pomber",
77
"repository": "pomber/code-surfer",
@@ -26,7 +26,7 @@
2626
"react": "^16.8.0"
2727
},
2828
"dependencies": {
29-
"@code-surfer/standalone": "3.0.0-beta.2",
29+
"@code-surfer/standalone": "3.0.0",
3030
"@types/theme-ui": "^0.2.0",
3131
"array.prototype.flat": "^1.2.1",
3232
"diff": "^4.0.1",

packs/code-surfer/readme.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ cd my-deck
2020
npm start
2121
```
2222

23+
## Examples
24+
25+
- [Formidable's GraphQL Workshop](https://advanced-graphql-workshop.netlify.com/) by [Phil Pluckthun](https://twitter.com/_philpl)
26+
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
27+
2328
## How to use Code Surfer
2429

2530
> It may help to know how [MDX Deck](https://github.com/jxnblk/mdx-deck) works first
@@ -392,10 +397,6 @@ console.log(3);
392397
</CodeSurfer>
393398
````
394399

395-
## Examples
396-
397-
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
398-
399400
## Related
400401

401402
- [MDX Deck](https://github.com/jxnblk/mdx-deck)

packs/standalone/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@code-surfer/standalone",
33
"description": "Code Surfer React component",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0",
55
"private": false,
66
"license": "MIT",
77
"author": "pomber",
@@ -26,8 +26,8 @@
2626
"react": "^16.8.0"
2727
},
2828
"dependencies": {
29-
"@code-surfer/step-parser": "3.0.0-beta.2",
30-
"@code-surfer/themes": "3.0.0-beta.2",
29+
"@code-surfer/step-parser": "3.0.0",
30+
"@code-surfer/themes": "3.0.0",
3131
"@types/table": "^4.0.7",
3232
"@types/theme-ui": "^0.2.2",
3333
"array.prototype.flat": "^1.2.1",

packs/step-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-surfer/step-parser",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0",
44
"private": false,
55
"license": "MIT",
66
"author": "pomber",

packs/themes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@code-surfer/themes",
33
"description": "Themes for Code Surfer",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0",
55
"private": false,
66
"license": "MIT",
77
"author": "pomber",

sites/book/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "build-storybook -c ./src -o ./dist"
99
},
1010
"dependencies": {
11-
"@code-surfer/standalone": "3.0.0-beta.2",
11+
"@code-surfer/standalone": "3.0.0",
1212
"react": "^16.9.0",
1313
"react-dom": "^16.9.0",
1414
"theme-ui": "^0.2.41",

sites/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"code-surfer": "3.0.0-beta.2",
7+
"code-surfer": "3.0.0",
88
"gatsby": "^2.15.28",
99
"gatsby-plugin-react-helmet": "^3.1.15",
1010
"gatsby-theme-mdx-deck": "^3.0.13",

sites/docs/src/home/wip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm start`}</code>
4646
<p style={{ width: "90%", maxWidth: "400px" }}>
4747
This site is a work in progress, here are the provisional{" "}
4848
<a href="https://github.com/pomber/code-surfer/blob/code-surfer-v2/readme.md">
49-
docs for Code Surfer v3.0.0-beta.2
49+
docs for Code Surfer v3.0.0
5050
</a>
5151
</p>
5252
</div>

0 commit comments

Comments
 (0)