Skip to content

Commit

Permalink
chore(release): publish 💾 🎉 [skip ci]
Browse files Browse the repository at this point in the history
 - example@1.1.5
 - @react95/gatsby-theme@2.2.0
  • Loading branch information
ggdaltoso committed Apr 23, 2023
1 parent c5e4999 commit 7267adc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
11 changes: 11 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/React95/gatsby-theme/compare/example@1.1.4...example@1.1.5) (2023-04-23)


### Bug Fixes

* remove `basePath` ([e44f678](https://github.com/React95/gatsby-theme/commit/e44f6785e59c080acc58e4530b7bf6c76b4c0865))





## [1.1.4](https://github.com/React95/gatsby-theme/compare/example@1.1.3...example@1.1.4) (2023-04-22)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.1.4",
"version": "1.1.5",
"author": "ggdaltoso <ggdaltoso@gmail.com> (@ggdaltoso)",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
"deploy": "gh-pages -d public"
},
"dependencies": {
"@react95/gatsby-theme": "^2.1.2",
"@react95/gatsby-theme": "^2.2.0",
"gatsby": "^5.8.1",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
Expand Down
17 changes: 17 additions & 0 deletions theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/React95/gatsby-theme/compare/@react95/gatsby-theme@2.1.2...@react95/gatsby-theme@2.2.0) (2023-04-23)


### Bug Fixes

* modal overflow ([63b4591](https://github.com/React95/gatsby-theme/commit/63b459126ec315ed170697af54a33ac036c6ae15))


### Features

* add all icons to be used inside mdx ([ad4f762](https://github.com/React95/gatsby-theme/commit/ad4f762fc71b218cc9ccbdc98b746dc447dca83c))
* add highlight support ([21e00e4](https://github.com/React95/gatsby-theme/commit/21e00e47aeaff22bb0775fa9a1f91e9c34c35ea5))





## [2.1.2](https://github.com/React95/gatsby-theme/compare/@react95/gatsby-theme@2.1.1...@react95/gatsby-theme@2.1.2) (2023-04-22)


Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react95/gatsby-theme",
"version": "2.1.2",
"version": "2.2.0",
"description": "A React95 theme for your Gatsby blog",
"keywords": [
"gatsby",
Expand Down

0 comments on commit 7267adc

Please sign in to comment.