Skip to content

Commit

Permalink
Publish v8.0.0-dev.c4285c3 and update preview app
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Aug 16, 2022
1 parent c4285c3 commit 28736b9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (8.0.0.dev.467d57d)
ably-ui (8.0.0.dev.c4285c3)
view_component (>= 2.33, < 2.50)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '8.0.0.dev.467d57d'
VERSION = '8.0.0.dev.c4285c3'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "8.0.0-dev.467d57d",
"version": "8.0.0-dev.c4285c3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '8.0.0.dev.467d57d', require: 'ably_ui'
gem 'ably-ui', '8.0.0.dev.c4285c3', require: 'ably_ui'

# https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
gem 'psych', '< 4'
Expand Down
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ably-ui (8.0.0.dev.467d57d)
ably-ui (8.0.0.dev.c4285c3)
view_component (>= 2.33, < 2.50)
actioncable (6.0.5.1)
actionpack (= 6.0.5.1)
Expand Down Expand Up @@ -171,7 +171,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
ably-ui (= 8.0.0.dev.467d57d)
ably-ui (= 8.0.0.dev.c4285c3)
bootsnap (>= 1.4.2)
byebug
dotenv-rails
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "preview",
"private": true,
"dependencies": {
"@ably/ui": "8.0.0-dev.467d57d",
"@ably/ui": "8.0.0-dev.c4285c3",
"@babel/preset-react": "^7.12.5",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/[email protected].467d57d":
version "8.0.0-dev.467d57d"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.0.0-dev.467d57d.tgz#e237f3aee3ad3e7345296530fdc28a5f5a45588b"
integrity sha512-+sqh1g3Q8/s9UpPhG7mzs0OdfsjqYZ8bfRdAeCaUelJGpoewBoQY5fHL1KtTJX6AGIaTSnPotqOf9EyGwDJqPw==
"@ably/[email protected].c4285c3":
version "8.0.0-dev.c4285c3"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.0.0-dev.c4285c3.tgz#8d123ac99ac02a7fe4e0b7790e7edaccc0ee6420"
integrity sha512-dfHthVNTCt8e1s2QYGgFFPBIcL0VRQV9LXJRFJilEP5TTYV1eWfzBCpxE85goI5RHKWpnhfcbXPsYohUBmcp2w==
dependencies:
addsearch-js-client "^0.7.0"
array-flat-polyfill "^1.0.1"
Expand Down

0 comments on commit 28736b9

Please sign in to comment.