From 0b38d88e94d2142907a907cd2edd4237f9fad760 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Thu, 4 Aug 2022 11:24:13 +0100 Subject: [PATCH] Publish v7.10.0-dev.caff705 and update preview app --- Gemfile.lock | 2 +- lib/ably_ui/version.rb | 2 +- package.json | 2 +- preview/Gemfile | 2 +- preview/Gemfile.lock | 4 ++-- preview/package.json | 2 +- preview/yarn.lock | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72291044d..810cb0439 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (7.10.0.dev.d8911c4) + ably-ui (7.10.0.dev.caff705) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 2def2ac18..2d092ea32 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '7.10.0.dev.d8911c4' + VERSION = '7.10.0.dev.caff705' end diff --git a/package.json b/package.json index e073afd8e..ceee4ac14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "7.10.0-dev.d8911c4", + "version": "7.10.0-dev.caff705", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/preview/Gemfile b/preview/Gemfile index 86a4ab3a8..2a3a88538 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -36,7 +36,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '7.10.0.dev.d8911c4', require: 'ably_ui' +gem 'ably-ui', '7.10.0.dev.caff705', require: 'ably_ui' # https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias gem 'psych', '< 4' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index aa0ded5da..409e01eb2 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (7.10.0.dev.d8911c4) + ably-ui (7.10.0.dev.caff705) view_component (>= 2.33, < 2.50) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -171,7 +171,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - ably-ui (= 7.10.0.dev.d8911c4) + ably-ui (= 7.10.0.dev.caff705) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/package.json b/preview/package.json index 1b31e1493..c321c50af 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "7.10.0-dev.d8911c4", + "@ably/ui": "7.10.0-dev.caff705", "@babel/preset-react": "^7.12.5", "@rails/ujs": "^6.0.0", "@rails/webpacker": "4.3.0", diff --git a/preview/yarn.lock b/preview/yarn.lock index 9b3781f99..43c9562a8 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@7.10.0-dev.d8911c4": - version "7.10.0-dev.d8911c4" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.10.0-dev.d8911c4.tgz#370b96ab0566a2279b64a1e255f1450603e90a32" - integrity sha512-oGeZIpY2LtCnYUW9f3r7/ADDNA+AIoLD1P5Yb9idRK+8+uh6habRsiBsL5kQyplSby6e+T+goHYtEvXfhafaNQ== +"@ably/ui@7.10.0-dev.caff705": + version "7.10.0-dev.caff705" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.10.0-dev.caff705.tgz#30116d2a70145211a5387cf8072c572a784a6723" + integrity sha512-TzcfA7DwUjTaE5p3YzaYdrnJyvcIql2/LZHqfC/Ux8ge9Z5Hm87IKnfXh+k8c2Vw5191jjn4knC9c1R70azp2g== dependencies: addsearch-js-client "^0.6.7" array-flat-polyfill "^1.0.1"