solidus_frontend 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47e06ab674abc80fad6b3e70bae98c3e6bc40484a11875492bfb8aea897770e0
4
- data.tar.gz: b51d9084b6812a51af3fe08bb4c408d135a5d52af52517528cdbf749c548cca2
3
+ metadata.gz: a5205baa504c0281f0011cb8bd970328502c18fa507930177c9c486c54dca5ee
4
+ data.tar.gz: 0b65671c5afcdc4892f24bec82e6b3842aac59b58004e40eb47c1dadc909baab
5
5
  SHA512:
6
- metadata.gz: d3c8ca41ce443bd5d77bab54f229badded11da401ad1261e280e07abb800abee5d8e73a9d287ce171b0428fdbabf0b08b54f996ddf365e3708f28d84975b77a3
7
- data.tar.gz: 38852e9366c86475fbe0ef683e79187c8e4faf06453db6bce427739d0dfc1d9988c037eed0b49dc85c3025f3032b97d192eb1dff2b362d1c16096084ff63286f
6
+ metadata.gz: 4bb40512b494055406e50cda86a28880205d15c4671968fbbcbdf0aebb2b50147e5bcf288516a8ecaa669aaa49b48b844d6b8ec434002b8b65bf6fcc588e2599
7
+ data.tar.gz: 9cf2c0f36502934bc3e5690277ff51cabd531f4832055f6eecd2527ea43890f630a1fe6e67eab97baa3838cced397c04e5729979fdc87b277fdf9cb3683d22a8
data/.circleci/config.yml CHANGED
@@ -2,7 +2,6 @@ version: 2.1
2
2
 
3
3
  orbs:
4
4
  browser-tools: circleci/browser-tools@1.3
5
- slack: circleci/slack@4.9.3
6
5
 
7
6
  # Always take the latest version of the orb, this allows us to
8
7
  # run specs against Solidus supported versions only without the need
@@ -19,13 +18,6 @@ commands:
19
18
  sudo apt-get update
20
19
  sudo apt-get install -yq libvips-dev
21
20
 
22
- notify:
23
- steps:
24
- - slack/notify:
25
- event: fail
26
- template: basic_fail_1
27
- branch_pattern: master, v[0-9]+\.[0-9]+
28
-
29
21
  jobs:
30
22
  run-specs-with-postgres:
31
23
  executor: solidusio_extensions/postgres
@@ -36,7 +28,6 @@ jobs:
36
28
  - libvips
37
29
  - solidusio_extensions/run-tests-solidus-master
38
30
  - solidusio_extensions/store-test-results
39
- - notify
40
31
  run-specs-with-mysql:
41
32
  executor: solidusio_extensions/mysql
42
33
  steps:
@@ -46,20 +37,16 @@ jobs:
46
37
  - libvips
47
38
  - solidusio_extensions/run-tests-solidus-master
48
39
  - solidusio_extensions/store-test-results
49
- - notify
50
40
  lint-code:
51
41
  executor: solidusio_extensions/sqlite-memory
52
42
  steps:
53
43
  - solidusio_extensions/lint-code
54
- - notify
55
44
 
56
45
  workflows:
57
46
  "Run specs on supported Solidus versions":
58
47
  jobs:
59
- - run-specs-with-postgres:
60
- context: slack-secrets
61
- - run-specs-with-mysql:
62
- context: slack-secrets
48
+ - run-specs-with-postgres
49
+ - run-specs-with-mysql
63
50
 
64
51
  "Weekly run specs against master":
65
52
  triggers:
@@ -70,7 +57,5 @@ workflows:
70
57
  only:
71
58
  - master
72
59
  jobs:
73
- - run-specs-with-postgres:
74
- context: slack-secrets
75
- - run-specs-with-mysql:
76
- context: slack-secrets
60
+ - run-specs-with-postgres
61
+ - run-specs-with-mysql
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## Solidus v3.4.0 (v3.4, 2023-04-21)
4
+
3
5
  ## Solidus v3.3.0 (v3.3, 2023-01-24)
4
6
 
5
7
  - Fix CircleCI errors due to libvips not being found [#27](https://github.com/solidusio/solidus_frontend/pull/27) ([waiting-for-dev](https://github.com/waiting-for-dev))
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Spree
4
4
  module Frontend
5
- VERSION = "3.3.0"
5
+ VERSION = "3.4.0"
6
6
 
7
7
  def self.version
8
8
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-24 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_api
@@ -389,7 +389,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
389
389
  - !ruby/object:Gem::Version
390
390
  version: 1.8.23
391
391
  requirements: []
392
- rubygems_version: 3.3.7
392
+ rubygems_version: 3.4.6
393
393
  signing_key:
394
394
  specification_version: 4
395
395
  summary: Legacy cart and storefront for the Solidus e-commerce project. For new Solidus