Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Nov 10, 2022
1 parent 19522d8 commit 9f11d2c
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.14.1 (2022-11-10)


### Bug Fixes

* cloud run action ([#72](https://github.com/etherdata-blockchain/etdstats/issues/72)) ([19522d8](https://github.com/etherdata-blockchain/etdstats/commit/19522d879ffe3af5bae32a49c7a0e5006bb2705e))

# 1.14.0 (2022-11-10)


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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"main": "index.js",
"private": true,
"repository": "https://github.com/etherdata-blockchain/etdstats.git",
Expand Down

3 comments on commit 9f11d2c

@vercel
Copy link

@vercel vercel bot commented on 9f11d2c Nov 10, 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 9f11d2c Nov 10, 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 9f11d2c Nov 10, 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.