Skip to content

Commit

Permalink
SX: release version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed Jun 8, 2021
1 parent 9a58e99 commit 12b11cc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/abacus-backoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@adeira/js": "^2.1.0",
"@adeira/relay": "^3.2.4",
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@adeira/sx-design": "^0.12.0",
"fbt": "^0.16.6",
"graphql": "^15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-plugin-sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "^17.0.2"
},
"peerDependencies": {
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"eslint": "^7.28.0"
}
}
2 changes: 1 addition & 1 deletion src/example-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@adeira/js": "^2.1.0",
"@adeira/monorepo-utils": "^0.11.0",
"@adeira/relay": "^3.2.4",
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@artsy/fresnel": "^1.6.0",
"apollo-server-micro": "^2.25.0",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/kochka.com.mx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@adeira/js": "^2.1.0",
"@adeira/relay": "^3.2.4",
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@adeira/sx-design": "^0.12.0",
"babel-plugin-fbt": "^0.20.0",
"babel-plugin-fbt-runtime": "^0.9.17",
Expand Down
4 changes: 2 additions & 2 deletions src/sx-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"react-device-detect": "^1.17.0"
},
"peerDependencies": {
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"react": "^17.0.0"
},
"devDependencies": {
"@adeira/babel-preset-adeira": "^3.0.0",
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@adeira/sx-jest-snapshot-serializer": "^0.1.0",
"@babel/core": "^7.14.3",
"@fbtjs/default-collection-transform": "^0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/sx-jest-snapshot-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "commonjs",
"sideEffects": true,
"dependencies": {
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@babel/runtime": "^7.14.0",
"prettier": "^2.3.1",
"pretty-format": "^27.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/sx-tailwind-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"hast-util-to-html": "^7.1.3",
"next": "^10.2.3",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/sx-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@adeira/js": "^2.1.0",
"@adeira/signed-source": "^2.0.0",
"@adeira/sx": "^0.25.0",
"@adeira/sx": "^0.26.0",
"@babel/runtime": "^7.14.0",
"change-case": "^4.1.2",
"fast-levenshtein": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/adeira/universe/tree/master/src/sx",
"license": "MIT",
"private": false,
"version": "0.25.0",
"version": "0.26.0",
"main": "./index.js",
"type": "commonjs",
"sideEffects": false,
Expand Down

0 comments on commit 12b11cc

Please sign in to comment.