Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2023-12-13)

### Bug Fixes

* build target ([5f5cff6](5f5cff6))
* build target bis ([48f1166](48f1166))
* docs ([bf4b026](bf4b026))
* fiddling ([76c996f](76c996f))
* module commonJs ([794237a](794237a))
* module commonJs ([98cb174](98cb174))
* refactor ([323b312](323b312))
* unignore dist ([ce8dfcb](ce8dfcb))

### Features

* bump ([0c1cc7c](0c1cc7c))
* bump package.json ([1bba2c4](1bba2c4))
* licence ([016fedf](016fedf))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 016fedf commit a4fea70
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.1.0-beta.1](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0...v1.1.0-beta.1) (2023-12-13)


### Bug Fixes

* build target ([5f5cff6](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/5f5cff6278f5b021a466d3f82ffb001010c3e936))
* build target bis ([48f1166](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/48f11661b588c58d6970bb89affe3af255ee7a23))
* docs ([bf4b026](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/bf4b02628b28b4299ebfbb4dcd8ebcde7f4276a6))
* fiddling ([76c996f](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/76c996ff09ece4062d76a131224207bf005a3b79))
* module commonJs ([794237a](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/794237ac7f1f74727910efc1a48beded4b42fbc3))
* module commonJs ([98cb174](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/98cb174723e8a9eb4ca867f98b8c11449e7534b7))
* refactor ([323b312](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/323b31202db131c33ccffbea03d9b03c510dbc37))
* unignore dist ([ce8dfcb](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/ce8dfcbca1d39faf6df69ebd466d299d15c35cc9))


### Features

* bump ([0c1cc7c](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/0c1cc7c848b001247d60346abb6d141d72a79e39))
* bump package.json ([1bba2c4](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/1bba2c45548d66775e1e0cf820914fd7787ac0b5))
* licence ([016fedf](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/016fedff2aa9bfdd58cef751c226f7c2bd7fe720))

# [1.0.0-beta.12](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-12-13)

### Bug Fixes
Expand Down
8 changes: 6 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/cypress-polkadot-wallet",
"version": "1.0.0-beta.7",
"version": "1.1.0-beta.1",
"scripts": {
"dev": "cypress open",
"build": "tsc",
Expand All @@ -23,6 +23,8 @@
"@polkadot/util-crypto": "^12.6.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cypress": "^13.6.1",
Expand All @@ -31,7 +33,9 @@
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"stableVersion": "1.0.0-beta.7"
}

0 comments on commit a4fea70

Please sign in to comment.