Skip to content

Commit 5f2ac53

Browse files
committed
3.0.0-preview.1
1 parent d1e35a6 commit 5f2ac53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Release & Publish to NPM
22

33
on: workflow_dispatch
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
release:
710
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-css",
3-
"version": "3.0.0-preview.0",
3+
"version": "3.0.0-preview.1",
44
"description": "A CSS polyfill for React Native",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)