Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Nov 13, 2022
1 parent a48acfa commit 9e29fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@steamdown/site",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev": "yarn build:steamdown && vite",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@inkline/inkline": "^3.1.4",
"@primer/octicons": "^17.5.0",
"steamdown": "0.1.1",
"steamdown": "0.1.3",
"vue": "^3.2.45"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/steamdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steamdown",
"version": "0.1.2",
"version": "0.1.3",
"description": "Convert Markdown to Steam's markup",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ [email protected]:
dependencies:
tmpl "1.0.5"

marked@^4.0.18, marked@^4.2.2:
marked@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.2.tgz#1d2075ad6cdfe42e651ac221c32d949a26c0672a"
integrity sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==
Expand Down Expand Up @@ -2460,13 +2460,6 @@ stack-utils@^2.0.3:
dependencies:
escape-string-regexp "^2.0.0"

[email protected]:
version "0.1.1"
resolved "https://registry.yarnpkg.com/steamdown/-/steamdown-0.1.1.tgz#61d0b06beb1ae1cdde4cdbf6467f3d0a8c598418"
integrity sha512-DJ4BrHwhTR1FdCU5nnNNP+l/8O0I0zi4Vyel/v0ZZYlRMoinAcTvjo2OPCUzWoFN7YZ1rvbS8puRS0MwlzoX4Q==
dependencies:
marked "^4.0.18"

string-length@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
Expand Down

1 comment on commit 9e29fc6

@vercel
Copy link

@vercel vercel bot commented on 9e29fc6 Nov 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

steamdown – ./

steamdown-git-main-spenserblack.vercel.app
steamdown.vercel.app
steamdown-spenserblack.vercel.app

Please sign in to comment.