Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #1138

Merged
merged 30 commits into from
Jul 19, 2021
Merged

Next #1138

Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
dbaef44
chore: update gatsby and react
vpicone Apr 14, 2021
e7ac68e
fix: sassOptions
vpicone Apr 14, 2021
9814560
chore: update gatsby plugins and remove emotion
vpicone Apr 14, 2021
a0c3bcc
fix: sass module import
vpicone Apr 15, 2021
ccacf91
chore: remove emotion
vpicone Apr 15, 2021
89ddf98
chore: move homepage to its own component
vpicone Apr 15, 2021
355ea94
chore: add pre-release script
vpicone Apr 19, 2021
3670879
Merge branch 'main' of https://github.com/carbon-design-system/gatsby…
vpicone Apr 19, 2021
1bce648
chore: remove console logs
vpicone Apr 19, 2021
590e48d
breaking: migrate to gatsby v3 (#1118)
vpicone Apr 19, 2021
c9fcf1a
Merge branch 'next' of https://github.com/carbon-design-system/gatsby…
vpicone Apr 19, 2021
9e4622c
chore: use major pre-release
vpicone Apr 19, 2021
53ff04c
chore: npm tag
vpicone Apr 19, 2021
08b0887
chore: release 2.0.0-next.0
vpicone Apr 19, 2021
6fb4ec9
chore: update deps
vpicone Apr 20, 2021
8dc49a4
chore: don't force major script
vpicone Apr 20, 2021
596a82d
chore: release 2.0.0-next.1
vpicone Apr 20, 2021
9b7141c
Merge branch 'main' of https://github.com/carbon-design-system/gatsby…
vpicone Jun 15, 2021
18236d3
chore: release 2.0.0-next.2
vpicone Jun 15, 2021
df64189
chore: more dep updates
vpicone Jun 21, 2021
76664ae
chore: release 2.0.0-next.3
vpicone Jun 21, 2021
be4a6ac
fix: useLayoutEffect issues
vpicone Jun 21, 2021
d297c4d
fix: useLayoutEffect warnings (#1136)
vpicone Jun 21, 2021
d51e2ef
Merge branch 'next' of https://github.com/carbon-design-system/gatsby…
vpicone Jun 21, 2021
e646e55
Merge branch 'main' of https://github.com/carbon-design-system/gatsby…
vpicone Jun 21, 2021
e3ad6d7
chore: release 2.0.0-next.4
vpicone Jun 21, 2021
1534e91
docs: add v2 migration guide
vpicone Jun 24, 2021
ddda2be
docs: update migration guide
vpicone Jul 3, 2021
fd8de56
Merge branch 'main' into next
vpicone Jul 14, 2021
15d2408
Merge branch 'main' of https://github.com/carbon-design-system/gatsby…
vpicone Jul 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: sassOptions
  • Loading branch information
vpicone committed Apr 14, 2021
commit e7ac68e9b128a4450419e2641e65204b6929b735
4 changes: 3 additions & 1 deletion packages/gatsby-theme-carbon/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ module.exports = (themeOptions) => {
{
resolve: 'gatsby-plugin-sass',
options: {
includePaths: [path.resolve(__dirname, 'node_modules')],
sassOptions: {
includePaths: [path.resolve(__dirname, 'node_modules')],
},
},
},
{
Expand Down