Skip to content

Commit

Permalink
chore: Bump version, update example project dependency. (#25003)
Browse files Browse the repository at this point in the history
* Bump version, update example project dependency.

* breaking this change out or taging is gonna be weird.
  • Loading branch information
mjhenkes committed Dec 6, 2022
1 parent 797c8f8 commit 5fd95c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cypress",
"version": "11.2.0",
"version": "12.0.0",
"description": "Cypress is a next generation front end testing tool built for the modern web",
"private": true,
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/example/package.json
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0-development",
"private": true,
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"postinstall": "echo '@packages/example needs: yarn build'",
"clean-deps": "rimraf node_modules",
Expand All @@ -17,10 +16,6 @@
"predeploy": "yarn build",
"deploy": "gulp deploy"
},
"files": [
"cypress",
"lib"
],
"dependencies": {
"bluebird": "3.5.3",
"glob": "7.1.3"
Expand All @@ -37,5 +32,10 @@
"resolve-pkg": "2.0.0",
"rimraf": "3.0.2",
"shelljs": "0.8.5"
}
},
"files": [
"cypress",
"lib"
],
"types": "index.d.ts"
}

5 comments on commit 5fd95c8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5fd95c8 Dec 6, 2022

Choose a reason for hiding this comment

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

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.0.0/linux-arm64/develop-5fd95c88b7bdb83bf41324b2431e72be254040f7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5fd95c8 Dec 6, 2022

Choose a reason for hiding this comment

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

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.0.0/linux-x64/develop-5fd95c88b7bdb83bf41324b2431e72be254040f7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5fd95c8 Dec 6, 2022

Choose a reason for hiding this comment

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

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.0.0/darwin-x64/develop-5fd95c88b7bdb83bf41324b2431e72be254040f7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5fd95c8 Dec 6, 2022

Choose a reason for hiding this comment

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

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.0.1/darwin-arm64/develop-5fd95c88b7bdb83bf41324b2431e72be254040f7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5fd95c8 Dec 6, 2022

Choose a reason for hiding this comment

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

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.0.0/win32-x64/develop-5fd95c88b7bdb83bf41324b2431e72be254040f7/cypress.tgz

Please sign in to comment.