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

Commit

Permalink
* Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Dec 3, 2020
1 parent 50f312f commit 4dd136b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub package.json version](https://img.shields.io/github/package-json/v/e5mode/yarn-up-all)
![GitHub](https://img.shields.io/github/license/e5mode/yarn-up-all)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.2/total)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.3/total)

## Description

Expand All @@ -25,7 +25,7 @@ yarn set version berry
In order to install the plugin, you can run the following command in your terminal:

```Bash
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.2/index.js
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.3/index.js
```

### Usage
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": "yarn-up-all",
"version": "1.0.2",
"version": "1.0.3",
"description": "Yarn2 plugin that will upgrade all dependencies to their latest version with one simple command",
"main": "src/index.js",
"repository": "https://github.com/e5mode/yarn-up-all.git",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__metadata:
version: 4
cacheKey: 6
cacheKey: 7

"@arcanis/slice-ansi@npm:^1.0.2":
version: 1.0.2
Expand Down Expand Up @@ -237,6 +237,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.8.3":
version: 7.12.7
resolution: "@babel/types@npm:7.12.7"
dependencies:
"@babel/helper-validator-identifier": ^7.10.4
lodash: ^4.17.19
to-fast-properties: ^2.0.0
checksum: 153635079722927a7ac35ae6c10d091e9f86fcf8411c56a2bff17befc20f53b3c1883f67f33b59d8896d65f4aed7e9aa535d24262838d0a8250f2e2ef0d9327f
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^0.2.1":
version: 0.2.1
resolution: "@eslint/eslintrc@npm:0.2.1"
Expand Down

0 comments on commit 4dd136b

Please sign in to comment.