Skip to content

Commit

Permalink
chore(release): publish@4.8.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
louisachu committed Feb 8, 2023
1 parent 09efa94 commit 8f41372
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-theme-aio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.0](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.8.0...@adobe/gatsby-theme-aio@4.8.0) (2023-02-08)

### Fixes

* Fix inline Alert [09efa94](https://github.com/adobe/aio-theme/commit/09efa94f838f8f97536d26c46a5ef743a3a7ac00).

## [4.7.11](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.7.11...@adobe/gatsby-theme-aio@4.7.11) (2023-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.7.11",
"version": "4.8.0-rc1",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
98 changes: 97 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,103 @@ __metadata:
languageName: node
linkType: hard

"@adobe/gatsby-theme-aio@*, @adobe/gatsby-theme-aio@workspace:packages/gatsby-theme-aio":
"@adobe/gatsby-theme-aio@npm:*":
version: 4.7.11
resolution: "@adobe/gatsby-theme-aio@npm:4.7.11"
dependencies:
"@adobe/focus-ring-polyfill": ^0.1.5
"@adobe/gatsby-source-github-file-contributors": ^0.3.1
"@adobe/prism-adobe": ^1.0.3
"@emotion/react": ^11.10.4
"@loadable/component": ^5.15.2
"@mdx-js/mdx": 1.6.22
"@mdx-js/react": 1.6.22
"@spectrum-css/accordion": 3.0.24
"@spectrum-css/actionbutton": 2.1.7
"@spectrum-css/actiongroup": ^2.0.0
"@spectrum-css/assetlist": 3.0.24
"@spectrum-css/badge": ^1.0.20
"@spectrum-css/breadcrumb": 5.0.0
"@spectrum-css/button": 6.0.13
"@spectrum-css/card": 5.0.0
"@spectrum-css/checkbox": 3.1.3
"@spectrum-css/dialog": 6.0.15
"@spectrum-css/divider": 1.0.27
"@spectrum-css/icon": 3.0.23
"@spectrum-css/inlinealert": 4.0.13
"@spectrum-css/link": 3.1.23
"@spectrum-css/menu": 4.0.4
"@spectrum-css/modal": 3.0.23
"@spectrum-css/picker": 1.2.12
"@spectrum-css/popover": 5.0.18
"@spectrum-css/progresscircle": 1.0.23
"@spectrum-css/search": 4.2.12
"@spectrum-css/sidenav": 3.0.24
"@spectrum-css/table": 4.0.19
"@spectrum-css/tabs": 3.2.19
"@spectrum-css/textfield": 3.2.4
"@spectrum-css/tooltip": 3.1.18
"@spectrum-css/typography": 4.0.20
"@spectrum-css/underlay": 2.0.31
"@spectrum-css/vars": 8.0.0
"@spectrum-css/well": 3.0.22
algolia-html-extractor: ^0.0.1
algoliasearch: ^4.14.2
await-exec: ^0.1.2
builtin-status-codes: ^3.0.0
classnames: ^2.3.2
core-js: ^3.25.1
gatsby-plugin-algolia: ^0.26.0
gatsby-plugin-emotion: ^7.23.0
gatsby-plugin-layout: ^3.23.0
gatsby-plugin-mdx: ^3.20.0
gatsby-plugin-mdx-embed: ^1.0.0
gatsby-plugin-preact: ^6.23.0
gatsby-plugin-react-helmet: ^5.23.0
gatsby-plugin-sharp: ^4.23.0
gatsby-remark-autolink-headers: ^5.23.0
gatsby-remark-copy-linked-files: ^5.23.0
gatsby-remark-images-remote: ^2.1.1
gatsby-source-filesystem: ^4.23.0
gatsby-transformer-remark: ^5.23.0
gatsby-transformer-sharp: 4.23.0
https-browserify: ^1.0.0
jsdom: ^20.0.0
lottie-web: ^5.9.6
mdx-embed: ^1.0.0
mobx: ^6.6.2
normalize-path: ^3.0.0
os-browserify: ^0.3.0
path-browserify: ^1.0.1
penpal: ^6.2.2
postcss: ^8.4.16
preact: ^10.11.0
preact-render-to-string: ^5.2.4
prism-react-renderer: 1.3.5
prop-types: ^15.8.1
react-helmet: ^6.1.0
react-id-generator: ^3.0.2
redoc: 2.0.0
redoc-cli: ^0.13.20
rehype-slug-custom-id: ^1.1.0
request: ^2.88.2
sharp: ^0.31.0
stream-http: ^3.2.0
styled-components: ^5.3.5
swiper: ^8.3.2
to-arraybuffer: ^1.0.1
tty-browserify: ^0.0.1
unist-util-select: 3.0.4
uuid: ^9.0.0
peerDependencies:
gatsby: ^4.22.0
react: ^17.0.2
react-dom: ^17.0.2
checksum: ab1328e1c66a67e609b28cb0f15be255b472130d0c1c06c72383906904415730252f5139ffce24e7574003488570ce217c6090767df5f07c77f4a12307a0c782
languageName: node
linkType: hard

"@adobe/gatsby-theme-aio@workspace:packages/gatsby-theme-aio":
version: 0.0.0-use.local
resolution: "@adobe/gatsby-theme-aio@workspace:packages/gatsby-theme-aio"
dependencies:
Expand Down

0 comments on commit 8f41372

Please sign in to comment.