Skip to content

Commit

Permalink
beta updates v1.1.0-dev
Browse files Browse the repository at this point in the history
New beta update.
  • Loading branch information
aaashir authored Nov 21, 2022
2 parents bd3e3de + cc544a5 commit 77a7e24
Show file tree
Hide file tree
Showing 40 changed files with 14,380 additions and 18,293 deletions.
4 changes: 4 additions & 0 deletions change-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
REACTBUILDVERSION=$(date +%Y-%m-%d)-$(date +%T)
sed -i -- 's/%REACTBUILDVERSION%/'$REACTBUILDVERSION'/g' build/index.html
echo React Build Version = $REACTBUILDVERSION
18,166 changes: 0 additions & 18,166 deletions package-lock.json

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d.buzz-blog",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"dependencies": {
"@hiveio/hive-js": "^0.8.13",
Expand All @@ -23,6 +23,7 @@
"moment": "^2.29.1",
"npm-text-parser": "^1.0.8",
"query-string": "^6.14.0",
"rc-resize-observer": "^1.2.0",
"react": "^16.13.1",
"react-bootstrap": "^1.4.3",
"react-device-detect": "^1.15.0",
Expand Down Expand Up @@ -55,13 +56,12 @@
"remarkable": "^2.0.1",
"remove-markdown": "^0.3.0",
"steem-content-renderer": "^2.1.1",
"string-strip-html": "^8.2.9",
"uuid": "^8.3.2",
"uuid-random": "^1.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && chmod +X ./change-version.sh",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
Expand Down
Binary file removed public/discord.png
Binary file not shown.
10 changes: 10 additions & 0 deletions public/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/element.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
6 changes: 6 additions & 0 deletions public/images/d.buzz-icon-128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/d.buzz-icon-144.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 77a7e24

Please sign in to comment.