Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Nov 2, 2022
1 parent 8fe3536 commit b944d61
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 1.12.0 (2022-11-02)


### Features

* add contract service ([#61](https://github.com/etherdata-blockchain/etdstats/issues/61)) ([8fe3536](https://github.com/etherdata-blockchain/etdstats/commit/8fe3536df8cb9c3d201fdaae7481a607fa8096f7))

# 1.11.0 (2022-08-01)


Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/etdstats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etdstats",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
2 changes: 1 addition & 1 deletion node_packages/openapi_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi_client",
"version": "1.11.0",
"version": "1.12.0",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node_packages/openapi_compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi_compiler",
"version": "1.11.0",
"version": "1.12.0",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node_packages/openapi_specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi_specs",
"version": "1.11.0",
"version": "1.12.0",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node_packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.11.0",
"version": "1.12.0",
"description": "",
"main": "src/index.ts",
"scripts": {},
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": "etdstats",
"version": "1.11.0",
"version": "1.12.0",
"main": "index.js",
"private": true,
"repository": "https://github.com/etherdata-blockchain/etdstats.git",
Expand Down

2 comments on commit b944d61

@vercel
Copy link

@vercel vercel bot commented on b944d61 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b944d61 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.