Skip to content

Commit 8cb7f65

Browse files
committed
chore: add changeset
1 parent 1a51c51 commit 8cb7f65

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.changeset/pre.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mode": "pre",
3+
"tag": "rc",
4+
"initialVersions": {
5+
"@vue-storefront/api-extractor-config": "1.0.0",
6+
"@vue-storefront/eslint-config": "3.1.3",
7+
"@vue-storefront/eslint-config-integrations": "1.0.1",
8+
"@vue-storefront/integrations-tsconfig": "1.0.0",
9+
"@vue-storefront/jest-config": "1.0.2",
10+
"@vue-storefront/prettier-config": "2.0.0",
11+
"@vue-storefront/rollup-config": "1.0.0",
12+
"@vue-storefront/changesets": "2.0.0",
13+
"@vue-storefront/cli": "5.0.0",
14+
"@vue-storefront/logger": "0.0.0",
15+
"@vue-storefront/middleware": "5.0.0",
16+
"@vue-storefront/multistore": "4.1.1",
17+
"@vue-storefront/sdk": "3.2.3",
18+
"@vue-storefront/sdk-axios-request-sender": "2.0.0"
19+
},
20+
"changesets": []
21+
}

.changeset/strange-schools-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-storefront/logger": major
3+
---
4+
5+
Feature logger

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4684,6 +4684,11 @@ consola@^2.15.3:
46844684
resolved "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
46854685
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
46864686

4687+
consola@^3:
4688+
version "3.2.3"
4689+
resolved "https://registrynpm.storefrontcloud.io/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f"
4690+
integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==
4691+
46874692
console-control-strings@^1.0.0, console-control-strings@^1.1.0:
46884693
version "1.1.0"
46894694
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
@@ -5151,6 +5156,11 @@ domexception@^2.0.1:
51515156
dependencies:
51525157
webidl-conversions "^5.0.0"
51535158

5159+
dotenv@^16:
5160+
version "16.4.5"
5161+
resolved "https://registrynpm.storefrontcloud.io/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
5162+
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
5163+
51545164
duplexer@^0.1.1:
51555165
version "0.1.2"
51565166
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"

0 commit comments

Comments
 (0)