@graphcommerce/next-ui 5.0.0-canary.9 → 5.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1732](https://github.com/graphcommerce-org/graphcommerce/pull/1732) [`4bf1f606f`](https://github.com/graphcommerce-org/graphcommerce/commit/4bf1f606f3281a2664d6e2a70202a22af4d2c849) - fix customer service scrollSnapAlign ([@StefanAngenent](https://github.com/StefanAngenent))
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`243d0dad2`](https://github.com/graphcommerce-org/graphcommerce/commit/243d0dad263f7b886a3d68e82729818c7df265bc) - Solve issue where the gallery of the product page would scroll obsessively ([@github-actions](https://github.com/apps/github-actions))
16
+
17
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`37e86cdc8`](https://github.com/graphcommerce-org/graphcommerce/commit/37e86cdc86ccca3db77d6c59b1e14c8112bb7893) - Remove usage of PropsWithChildren ([@paales](https://github.com/paales))
18
+
19
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`a0eefa762`](https://github.com/graphcommerce-org/graphcommerce/commit/a0eefa762f93f817f506b87753dfe0b92e3318f8) - Added better disabled state for an ActionCard ([@paales](https://github.com/paales))
20
+
21
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`d1c2f9901`](https://github.com/graphcommerce-org/graphcommerce/commit/d1c2f9901dbe76d4ca23c48614b05990aeb59161) - useTheme() was imported from the wrong file ([@github-actions](https://github.com/apps/github-actions))
22
+
23
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`0623f8ce7`](https://github.com/graphcommerce-org/graphcommerce/commit/0623f8ce738ace69aa44e55cf6a6ddb33cf0617a) - When clicking on a navigationlink it would animate on mobile ([@github-actions](https://github.com/apps/github-actions))
24
+
25
+ ## 5.0.0-canary.14
26
+
3
27
  ## 5.0.0-canary.9
4
28
 
5
29
  ### Major Changes
@@ -46,6 +70,10 @@
46
70
 
47
71
  ## 4.31.0-canary.0
48
72
 
73
+ ## 4.30.2
74
+
75
+ ## 4.30.1
76
+
49
77
  ## 4.30.0
50
78
 
51
79
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.0.0-canary.9",
5
+ "version": "5.0.0",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -19,10 +19,10 @@
19
19
  "@emotion/react": "^11.9.3",
20
20
  "@emotion/server": "^11.4.0",
21
21
  "@emotion/styled": "^11.9.3",
22
- "@graphcommerce/framer-next-pages": "5.0.0-canary.9",
23
- "@graphcommerce/framer-scroller": "5.0.0-canary.9",
24
- "@graphcommerce/framer-utils": "5.0.0-canary.9",
25
- "@graphcommerce/image": "5.0.0-canary.9",
22
+ "@graphcommerce/framer-next-pages": "5.0.0",
23
+ "@graphcommerce/framer-scroller": "5.0.0",
24
+ "@graphcommerce/framer-utils": "5.0.0",
25
+ "@graphcommerce/image": "5.0.0",
26
26
  "cookie": "^0.5.0",
27
27
  "react-is": "^18.2.0",
28
28
  "schema-dts": "^1.1.0"
@@ -38,9 +38,9 @@
38
38
  "react-dom": "^18.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.0",
42
- "@graphcommerce/prettier-config-pwa": "^4.0.7",
43
- "@graphcommerce/typescript-config-pwa": "^4.0.5",
41
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
42
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
43
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
44
44
  "@playwright/test": "^1.21.1",
45
45
  "@types/cookie": "^0.5.1",
46
46
  "@types/react-is": "^17.0.3",