Skip to content

Commit

Permalink
new v1.6.4 for WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 18, 2024
1 parent d0d6842 commit 0e98017
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "eslint src/**/*.ts"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "ISC",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "GIT_COMMIT=$(git rev-parse HEAD) ts-node scripts/build.ts"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion config/src/config.handlebars.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": {
"latest": "1.1.4",
"latest": "1.6.4",
"stable": "1.1.4",
"branch": "{{GIT_BRANCH}}",
"commit": "{{GIT_COMMIT}}"
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "ISC",
"main": "index.js",
"scripts": {
"clean": "forge clean && rm -rf cache-forge out node_modules lib types artifacts broadcast .turbo && git restore lib",
"clean": "rm -rf $HOME/.foundry cache-forge out node_modules lib types artifacts broadcast .turbo && git restore lib",
"postinstall": "pnpm forge:install && pnpm forge:update",
"build": "pnpm build:forge && pnpm build:typechain",
"build:forge": "forge build",
Expand Down
2 changes: 1 addition & 1 deletion gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "gulp"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "ISC",
"devDependencies": {
"-": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion misc/thegraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deploy-matic": "NETWORK=matic pnpm deploy"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "ISC",
"devDependencies": {
"typescript": "^4.9.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"NFT",
"Factory"
],
"author": "kredeum2",
"author": "Kredeum",
"license": "MIT",
"packageManager": "pnpm@8.15.7",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "eslint src/**/*.ts"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "MIT",
"devDependencies": {
"viem": "^2.9.32"
Expand Down
2 changes: 1 addition & 1 deletion skale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsup index.ts --format cjs,esm --dts"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "MIT",
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kredeum/svelte",
"version": "1.4.0",
"author": "",
"author": "Kredeum",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down
4 changes: 3 additions & 1 deletion svelte/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"build": {
"dependsOn": [
"check",
"@kredeum/gulp#build"
"@kredeum/config#build",
"@kredeum/gulp#build",
"@kredeum/skale#build"
],
"inputs": [
"src/**/*.ts",
Expand Down
7 changes: 4 additions & 3 deletions wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
"description": "=== Kredeum NFTs, The easiest way to sell your content to NFTs Marketplaces === Contributors: yoannr35, alexr35, alain Donate link: https://www.kredeum.com/ Tags: nft, blockchain, ethereum, ipfs, swarm Requires at least: 5.0 Tested up to: 5.8 Stable tag: {{version.stable}} Requires PHP: 7.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html",
"main": "index.js",
"scripts": {
"clean": "rm -rf vendor node_modules plugins/kredeum-nfts/vendor plugins/kredeum-nfts/readme.txt plugins/kredeum-nfts/kredeum-nfts.php .turbo",
"clean": "rm -rf vendor node_modules plugins/kredeum-nfts/vendor plugins/kredeum-nfts/assets plugins/kredeum-nfts/readme.txt plugins/kredeum-nfts/kredeum-nfts.php .turbo",
"install:composer": "composer install --prefer-dist --no-progress",
"install:vendor": "cd plugins/kredeum-nfts && composer install --prefer-dist --no-progress",
"plusinstall": "pnpm install:composer && pnpm install:vendor",
"config": "ts-node scripts/config.ts",
"check": "vendor/bin/phpcbf plugins/kredeum-nfts --ignore=vendor --extensions=php --standard=WordPress",
"format": "vendor/bin/phpcs plugins/kredeum-nfts -n --ignore=vendor --extensions=php --standard=WordPress"
"format": "vendor/bin/phpcs plugins/kredeum-nfts -n --ignore=vendor --extensions=php --standard=WordPress",
"build": "cp -rp ../web/dapp/assets plugins/kredeum-nfts"
},
"keywords": [],
"author": "",
"author": "Kredeum",
"license": "ISC",
"dependencies": {
"@kredeum/config": "workspace:^"
Expand Down
11 changes: 9 additions & 2 deletions wordpress/readme.handlebars.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ You can even add your NFTs in any websites you want by using Kredeum "Buy snippe


== Changelog ==

= 1.1.4 (stable & latest) =
= 1.6.4 (latest) =
* New features :
* Many new deployments, mainly EVM L2s. Available mainnets:
* ethereum, arbitrum, optimism, scroll, base, mantle, mode, blast, polygon-zkevm
* linea, zora, polygon, gnosis, avalanche, fantom, bsc, skale-calypso
* and many related testnets...
* Many bug fixes and performance improvements

= 1.1.4 (stable) =
* Deployment to Polygon zkEvm
* Fix on legacy network

Expand Down

0 comments on commit 0e98017

Please sign in to comment.