ably-ui 7.2.1.dev.65fa4e1 → 7.3.2.dev.66e4ce7.dev.d65f177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -3
- data/lib/ably_ui/core/icon/component.css +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8889f703d056ffb5b5f3ec8fbf603bab56633ce96d7565c98d706a5537bf06df
|
4
|
+
data.tar.gz: dba2b626f670984866a4f56127e6d3bfa278a9c2a351c82702a34dba1560c6e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8107f8882fa6418abac2b09ab8e4f691e9d7ea04a3cb8b244fad230c00547f6437e182fdbef6ff051e097781f15f135641f3792d59ae488e65d86395eb55fe90
|
7
|
+
data.tar.gz: 42fab1f821941a4a0fb2202b1f4bdace9303ddb8bd664ce7fa06c0494f70fc4f8bb3fca85a36adae82e3ecb47503352350ec97a0ee860cd8140a0e3a7cb041c4
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -384,16 +384,20 @@ This will trigger GitHub actions in supported apps (currently [Voltaire](http://
|
|
384
384
|
|
385
385
|
**To trigger a release:**
|
386
386
|
|
387
|
-
-
|
387
|
+
- Make sure you have run pre-release script `./pre-release.sh` (This updates the gem and the npm package version for ably-ui in the following files `Gemfile`, `package.json`, `version.rb`) do not update the version manually.
|
388
|
+
- Merge your PR into `main` after it has been approved.
|
388
389
|
- On the Github [Ably-UI](http://github.com/ably/ably-ui) repo, [create a new release](https://github.com/ably/ably-ui/releases/new) tag.
|
389
390
|
- Create a new tag with the new version number for the release.
|
390
391
|
- _Do not prefix the tag with a `v`_
|
391
392
|
- Add a meaningful title for the Release.
|
392
393
|
- Click on the Autogenerate release notes button.
|
393
394
|
- Publish Release.
|
395
|
+
- Check the Github `Actions` tab in the repo to make sure the release is green.
|
394
396
|
|
395
397
|
This will release the packages, update library & preview app and create & push the commit & tag, and also create corresponding PRs in Voltaire & Website.
|
396
398
|
|
399
|
+
_Note: If the version number of the gem has been yanked you will need to increment the version number._
|
400
|
+
|
397
401
|
### Running tests
|
398
402
|
|
399
403
|
The repo includes [Cypress](https://www.cypress.io/) for snapshot, screenshot, parity and behaviour testing. Cypress runs against the "preview" server (e.g. the same server used for development).
|
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ably-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.
|
4
|
+
version: 7.3.2.dev.66e4ce7.dev.d65f177
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Piatek
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-04-
|
13
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -95,7 +95,6 @@ files:
|
|
95
95
|
- lib/ably_ui/core/footer/component.js
|
96
96
|
- lib/ably_ui/core/footer/footer.html.erb
|
97
97
|
- lib/ably_ui/core/footer/footer.rb
|
98
|
-
- lib/ably_ui/core/icon/component.css
|
99
98
|
- lib/ably_ui/core/icon/component.js
|
100
99
|
- lib/ably_ui/core/icon/icon.html.erb
|
101
100
|
- lib/ably_ui/core/icon/icon.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
|