Skip to content

Commit

Permalink
Merge pull request #184 from unix/release
Browse files Browse the repository at this point in the history
chore(pkg): release v1.1.0
  • Loading branch information
unix authored May 8, 2020
2 parents 40b6ed0 + cfab888 commit d14df4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Publish

on:
release:
types:
- published
push:
tags:
- '*'
types: [created]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit-ui/react",
"version": "1.1.0-rc.0",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d14df4c

Please sign in to comment.