Skip to content

Commit

Permalink
chore: add changeset packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed May 20, 2022
1 parent eff6d88 commit 341680c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .changeset/tough-avocados-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
'babel-preset-razzle': patch
'create-razzle-app': patch
'razzle': patch
'razzle-dev-utils': patch
'razzle-plugin-bundle-analyzer': patch
'razzle-plugin-css': patch
'razzle-plugin-devcert': patch
'razzle-plugin-elm': patch
'razzle-plugin-eslint': patch
'razzle-plugin-graphql': patch
'razzle-plugin-inferno': patch
'razzle-plugin-less': patch
'razzle-plugin-manifest': patch
'razzle-plugin-mdx': patch
'razzle-plugin-php': patch
'razzle-plugin-preact': patch
'razzle-plugin-react': patch
'razzle-plugin-scss': patch
'razzle-plugin-svelte': patch
'razzle-plugin-typescript': patch
'razzle-plugin-vue': patch
'razzle-start-server-webpack-plugin': patch
---

add changeset packages
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"**/**/node-gyp": "7.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.21.0",
"all-contributors-cli": "^6.14.2",
"axios": "^0.21.2",
Expand Down
29 changes: 28 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,15 @@
dependencies:
"@changesets/types" "^4.1.0"

"@changesets/changelog-github@^0.4.4":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.4.tgz#a3d59b30ccc6bfa3f0b381cda7cd4017c5590a9a"
integrity sha512-htSILqCkyYtTB5/LoVKwx7GCJQGxAiBcYbfUKWiz/QoDARuM01owYtMXhV6/iytJZq/Dqqz3PjMZUNB4MphpbQ==
dependencies:
"@changesets/get-github-info" "^0.5.0"
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@changesets/cli@^2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.21.0.tgz#b689f91ed908150efc06e0985e6b4cfbd9aea3a3"
Expand Down Expand Up @@ -1287,6 +1296,14 @@
fs-extra "^7.0.1"
semver "^5.4.1"

"@changesets/get-github-info@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.0.tgz#b91ceb2d82edef78ae1598ea9fc335a012250295"
integrity sha512-vm5VgHwrxkMkUjFyn3UVNKLbDp9YMHd3vMf1IyJoa/7B+6VpqmtAaXyDS0zBLfN5bhzVCHrRnj4GcZXXcqrFTw==
dependencies:
dataloader "^1.4.0"
node-fetch "^2.5.0"

"@changesets/get-release-plan@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.6.tgz#15aac108b9d0f139841562c9372d8cfd738503dc"
Expand Down Expand Up @@ -1362,6 +1379,11 @@
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==

"@changesets/types@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.0.0.tgz#d5eb52d074bc0358ce47d54bca54370b907812a0"
integrity sha512-IT1kBLSbAgTS4WtpU6P5ko054hq12vk4tgeIFRVE7Vnm4a/wgbNvBalgiKP0MjEXbCkZbItiGQHkCGxYWR55sA==

"@changesets/write@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.7.tgz#671def0d871cf5970c5b2f766f0ac4b19ecf1ddb"
Expand Down Expand Up @@ -5948,6 +5970,11 @@ data-urls@^2.0.0:
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"

dataloader@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8"
integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==

dateformat@^3.0.0:
version "3.0.3"
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
Expand Down Expand Up @@ -6425,7 +6452,7 @@ dotenv-expand@^5.1.0:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==

dotenv@^8.2.0:
dotenv@^8.1.0, dotenv@^8.2.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
Expand Down

1 comment on commit 341680c

@vercel
Copy link

@vercel vercel bot commented on 341680c May 20, 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:

razzle – ./

razzle-jared.vercel.app
razzle-docs.vercel.app
razzle-git-master-jared.vercel.app
razzlejs.org

Please sign in to comment.