From aca1a09d6208613282a787f4a139bf9bad3e0741 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Fri, 5 Aug 2022 11:36:53 +0100 Subject: [PATCH] Publish v8.0.0-dev.1715d4e 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 46cf339dc..c9fbf36e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (8.0.0) + ably-ui (8.0.0.dev.1715d4e) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index b41d6582b..aa3d32159 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '8.0.0' + VERSION = '8.0.0.dev.1715d4e' end diff --git a/package.json b/package.json index edd3ebdfc..97c59f1d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "8.0.0", + "version": "8.0.0-dev.1715d4e", "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 a49c71dce..69de34b3e 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', '8.0.0', require: 'ably_ui' +gem 'ably-ui', '8.0.0.dev.1715d4e', 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 8f8d1d74c..37b085ac3 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (8.0.0) + ably-ui (8.0.0.dev.1715d4e) 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 (= 8.0.0) + ably-ui (= 8.0.0.dev.1715d4e) bootsnap (>= 1.4.2) byebug dotenv-rails diff --git a/preview/package.json b/preview/package.json index 252fcae4b..e54eb7b0f 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "8.0.0", + "@ably/ui": "8.0.0-dev.1715d4e", "@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 e2961a3e2..2e3a4bd14 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.0.0.tgz#2166dda0128a3133e01b9c99f78c6a09f8f22950" - integrity sha512-UpbSF2pCDPPCyIKLTJchAPB4AbArl1qIXnX7eIdFWhBtkpL9t7r30Mc1qDrf83ypdxNBA2F75sWMu6PX058+Rw== +"@ably/ui@8.0.0-dev.1715d4e": + version "8.0.0-dev.1715d4e" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.0.0-dev.1715d4e.tgz#53100feaed4d0d4aba43b384a3b45412e4ccf932" + integrity sha512-M/n1WvT+0l/487edYSyDtE2wyLBgSyBMO6UbD/ysME0/rQJvK2PbGE+DULH1bwFZT8tyV7iEHb0Lit/c352m4g== dependencies: addsearch-js-client "^0.6.7" array-flat-polyfill "^1.0.1"