Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #151 from nervosnetwork/build-0.12.2
Browse files Browse the repository at this point in the history
build: bump v0.12.2
  • Loading branch information
RetricSu authored Jan 19, 2022
2 parents a16be64 + 3e6a2bf commit 5b8afb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docker

on:
push:
branches: [ main, hot-fix ]
branches: [ main, hot-fix, "v0.12.x" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main, hot-fix ]
branches: [ main, hot-fix, "v0.12.x" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint": "^8.5.0",
"prettier": "^2.2.1"
},
"version": "0.12.1",
"version": "0.12.2",
"author": "hupeng <[email protected]>"
}
4 changes: 2 additions & 2 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/api-server",
"version": "0.12.1",
"version": "0.12.2",
"private": true,
"scripts": {
"start": "concurrently \"tsc -w\" \"DEBUG=godwoken-web3-api:server nodemon ./bin/cluster\"",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc1",
"@godwoken-web3/godwoken": "0.12.1",
"@godwoken-web3/godwoken": "0.12.2",
"@newrelic/native-metrics": "^7.0.1",
"@polyjuice-provider/base": "^0.1.3",
"@sentry/node": "^6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/godwoken",
"version": "0.12.1",
"version": "0.12.2",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 5b8afb0

Please sign in to comment.