Skip to content

Commit

Permalink
chore: Publish v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 23, 2022
1 parent 501d59f commit c60c0f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ jobs:
- name: Install dependencies
run: yarn install --ignore-scripts --registry https://registry.npmjs.org --network-timeout 300000

- name: Build typescript files
run: yarn workspaces run build:ts

- name: Download all artifacts
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/css",
"version": "0.0.12",
"version": "0.0.13",
"description": "Super-fast alternative for postcss",
"homepage": "https://swc.rs",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "0.0.12",
"version": "0.0.13",
"description": "Super-fast alternative for posthtml",
"homepage": "https://swc.rs",
"main": "./lib/index.js",
Expand Down

0 comments on commit c60c0f5

Please sign in to comment.