Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
alampros committed May 20, 2022
2 parents fc3e0ff + 7af7f03 commit bb37abd
Show file tree
Hide file tree
Showing 4 changed files with 1,822 additions and 1,864 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Publish

on:
push:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn semantic-release
- run: yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: storybook-static
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"develop": "start-storybook -p 3000"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.1"
"react": "^16.3.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"tween-functions": "^1.2.0"
Expand Down
Loading

0 comments on commit bb37abd

Please sign in to comment.