Skip to content

Commit

Permalink
Publish v3.1.0 and update preview app
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti Mathanda committed Sep 27, 2021
1 parent 2fd9c63 commit 3ffe4f3
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 (3.0.0)
ably-ui (3.1.0)
view_component (~> 2.33.0)

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 = '3.0.0'
VERSION = '3.1.0'
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/ably-ui",
"version": "3.0.0",
"version": "3.1.0",
"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": "[email protected]:ably/ably-ui.git",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '3.0.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
gem 'ably-ui', '3.1.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
remote: https://rubygems.pkg.github.com/ably/
specs:
ably-ui (3.0.0)
ably-ui (3.1.0)
view_component (~> 2.33.0)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -168,7 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 3.0.0)!
ably-ui (= 3.1.0)!
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
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/ably-ui": "3.0.0",
"@ably/ably-ui": "3.1.0",
"@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/ably-ui@3.0.0":
version "3.0.0"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/3.0.0/363099632d12a74ea4a686751cc338b7482d31ae8e35f9be7f3d0641933f7fa3#f6362ed48887b2e9bbc14483ca8894c084608250"
integrity sha512-oTMoXRIv5LvA0WnfGCDfyYN7dvktUBaJx/S6SoNDisnJbqBmtHzEOCBZKBeXIPI27W/9Ubi74k2vFxmho1SK7w==
"@ably/ably-ui@3.1.0":
version "3.1.0"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/3.1.0/c63dee9b559870fb942793de289f4a4f2fffdc365224eb96bc674ae8c679bae3#59e58885d47243cdbfc6a699ac8932a8a486550e"
integrity sha512-dKcvwMvAWVGxQi/qIFvdlwPGGO4fLD5sKl8fecckUrdDxxccRC06FC3e/rXTF1cOS2iuDJN98bx6bA04WzEZ0A==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down

0 comments on commit 3ffe4f3

Please sign in to comment.