Skip to content

Commit

Permalink
Merge pull request #246 from Basaingeal/release/v1.2.2
Browse files Browse the repository at this point in the history
Release/v1.2.2
  • Loading branch information
Basaingeal authored Mar 31, 2020
2 parents c0c9e22 + 26bb543 commit 465c697
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

* text=auto
* text=auto eol=lf

*.sh eol=lf
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.2.1
# v1.2.2

- bump `Microsoft.AspNetCore.Components` to `3.1.1`
- bump `Microsoft.AspNetCore.Components.Web` to `3.1.1`
- bump `Microsoft.AspNetCore.Components` to `3.1.3`
- bump `Microsoft.AspNetCore.Components.Web` to `3.1.3`
4 changes: 2 additions & 2 deletions CurrieTechnologies.Razor.Clipboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
</ItemGroup>

</Project>
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currietechnologies-razorclipboard",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Razor Class Library for interacting with the browser clipboard",
"scripts": {
"build": "SET NODE_ENV=production && webpack -p --color",
Expand All @@ -12,22 +12,22 @@
"babel": "babel ./src/clipboard.ts --out-dir wwwroot --extensions .ts,.tsx"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/node": "^13.1.7",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-loader": "^8.0.6",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/node": "^13.9.8",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"prettier": "^1.19.1",
"terser-webpack-plugin": "^2.3.2",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"eslint-config-prettier": "^6.10.1",
"prettier": "^2.0.2",
"terser-webpack-plugin": "^2.3.5",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"browserslist": [
"chrome 66",
Expand Down
Loading

0 comments on commit 465c697

Please sign in to comment.