Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jun 14, 2021
2 parents 5359eb1 + 2b35805 commit 6be75e6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: cd packages/tailwind-config
- run: npm publish
- run: cd packages/tailwind-config && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"packages/**/*"
],
"version": "1.0.3",
"version": "1.0.4",
"description": "A custom Tailwind CSS config",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config-docs",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "vuepress dev .",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "A custom Tailwind CSS config",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config-tests",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "meta dev",
Expand Down

0 comments on commit 6be75e6

Please sign in to comment.