Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit a9eaa59

Browse files
tag: v2.1.1
1 parent 104e1cd commit a9eaa59

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3535
### Commits
3636

3737
- chore: automatic changelog generation [`fff7b1a`](https://github.com/ArthurFiorette/steam-trader/commit/fff7b1afcc6d09d23904087e9a09b9f53b569b7e)
38+
- deps: revert webpack to 5.52.0 [`104e1cd`](https://github.com/ArthurFiorette/steam-trader/commit/104e1cd8adeffde4674b3bf6bd74c054f95fe703)
3839
- deps: updated all dependencies [`cf5ec0e`](https://github.com/ArthurFiorette/steam-trader/commit/cf5ec0e55ad2e6c21be53afdf347168d7d9e59f5)
3940
- fix: updated currency usage [`4773977`](https://github.com/ArthurFiorette/steam-trader/commit/47739773f46ba99384281540498484a54c68bc8e)
4041
- merge: merge dependency conflict [`5e632ba`](https://github.com/ArthurFiorette/steam-trader/commit/5e632ba4c9c4c6a02b7d8dea2272d73f868874fc)
4142
- refactor: added all currencies [`eb6f87a`](https://github.com/ArthurFiorette/steam-trader/commit/eb6f87aa1eaf1101e87c73701a7d44054696e655)
4243
- style: use @arthurfiorette/prettier-config [`d772f58`](https://github.com/ArthurFiorette/steam-trader/commit/d772f58db43d7e37fc3a47affb2c2a3a3a1f108d)
4344
- tag: v2.1.0 [`9a6f9b2`](https://github.com/ArthurFiorette/steam-trader/commit/9a6f9b210f18748034dbf667fb867d4743140da3)
45+
- tag: v2.1.1 [`023da62`](https://github.com/ArthurFiorette/steam-trader/commit/023da62a2f6785050ffbbe205225d5f518eba0f9)
4446

4547
## [v2.0.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.4.0...v2.0.0) - 2021-09-04
4648

app/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"name": "steam-trader-app",
3-
"version": "2.1.0",
4-
"description": "An deployment ready and automated steam trade client!",
5-
"main": "src/index.ts",
6-
"license": "GPL-3.0",
73
"private": true,
84
"scripts": {
95
"lint": "tsc --noEmit",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "steam-trader",
33
"version": "2.1.1",
44
"description": "An deployment ready and automated steam trade client!",
5+
"license": "GPL-3.0",
56
"private": true,
67
"repository": {
78
"type": "git",
89
"url": "git+https://github.com/ArthurFiorette/steam-trader.git"
910
},
1011
"author": "Arthur Fiorette",
11-
"license": "GPL-3.0",
1212
"bugs": {
1313
"url": "https://github.com/ArthurFiorette/steam-trader/issues"
1414
},

web/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"name": "steam-trader-web",
3-
"version": "2.1.0",
4-
"description": "An deployment ready and automated steam trade client!",
5-
"main": "src/index.ts",
6-
"license": "GPL-3.0",
73
"private": true,
84
"scripts": {
95
"lint": "tsc --noEmit",

0 commit comments

Comments
 (0)