Skip to content

Commit

Permalink
chore(release): publish 💾 🎉 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Jan 12, 2024
1 parent bf4fea0 commit ea61e03
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
13 changes: 13 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.6](https://github.com/React95/gatsby-theme/compare/[email protected]@1.1.6) (2024-01-12)


### Bug Fixes

* add `pathPrefix` ([a3fec1a](https://github.com/React95/gatsby-theme/commit/a3fec1a35ed345b138cdaa903fa72cec876ef8ad))
* basePath ([065e3c5](https://github.com/React95/gatsby-theme/commit/065e3c51e4edc6662d948fb4c8ad1d3c1ef5aab7))
* remove `basePath` ([395e2e4](https://github.com/React95/gatsby-theme/commit/395e2e4cc6dd65b93d23b07a76f47afca0bb7ea1))





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


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.5",
"version": "1.1.6",
"author": "ggdaltoso <[email protected]> (@ggdaltoso)",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
"deploy": "gh-pages -d public"
},
"dependencies": {
"@react95/gatsby-theme": "^2.2.0",
"@react95/gatsby-theme": "^2.2.1",
"gatsby": "^5.8.1",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/React95/gatsby-theme/compare/@react95/[email protected]...@react95/[email protected]) (2024-01-12)

**Note:** Version bump only for package @react95/gatsby-theme





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


Expand Down
8 changes: 4 additions & 4 deletions theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react95/gatsby-theme",
"version": "2.2.0",
"version": "2.2.1",
"description": "A React95 theme for your Gatsby blog",
"keywords": [
"gatsby",
Expand Down Expand Up @@ -43,10 +43,10 @@
"ts-loader": "^9.4.2"
},
"peerDependencies": {
"gatsby": "^5.0.0",
"styled-components": "^5.3.3",
"@react95/core": "^7.0.1",
"@react95/icons": "^2.1.0"
"@react95/icons": "^2.1.0",
"gatsby": "^5.0.0",
"styled-components": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ea61e03

Please sign in to comment.