Skip to content

Commit 97dc545

Browse files
committed
v3.2.1
1 parent 1d0bd94 commit 97dc545

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-rc.4",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/cookbook-expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookbook-expo",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "GL React Native cookbook",
55
"author": "Gaëtan Renaudeau",
66
"private": true,
@@ -9,7 +9,7 @@
99
"@expo/ex-navigation": "^2.11.0",
1010
"cookbook-rn-shared": "^3.2.0",
1111
"expo": "^16.0.0",
12-
"gl-react-expo": "^3.2.0",
12+
"gl-react-expo": "^3.2.1",
1313
"prop-types": "^15.5.8",
1414
"react": "16.0.0-alpha.6",
1515
"react-native": "github:exponentjs/react-native#sdk-16.0.0"

packages/gl-react-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-expo",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",

0 commit comments

Comments
 (0)