Skip to content

Commit ea61e03

Browse files
committed
chore(release): publish 💾 🎉 [skip ci]
- [email protected] - @react95/[email protected]
1 parent bf4fea0 commit ea61e03

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

example/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/React95/gatsby-theme/compare/[email protected]@1.1.6) (2024-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add `pathPrefix` ([a3fec1a](https://github.com/React95/gatsby-theme/commit/a3fec1a35ed345b138cdaa903fa72cec876ef8ad))
12+
* basePath ([065e3c5](https://github.com/React95/gatsby-theme/commit/065e3c51e4edc6662d948fb4c8ad1d3c1ef5aab7))
13+
* remove `basePath` ([395e2e4](https://github.com/React95/gatsby-theme/commit/395e2e4cc6dd65b93d23b07a76f47afca0bb7ea1))
14+
15+
16+
17+
18+
619
## [1.1.5](https://github.com/React95/gatsby-theme/compare/[email protected]@1.1.5) (2023-04-23)
720

821

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"author": "ggdaltoso <[email protected]> (@ggdaltoso)",
55
"license": "MIT",
66
"private": true,
@@ -12,7 +12,7 @@
1212
"deploy": "gh-pages -d public"
1313
},
1414
"dependencies": {
15-
"@react95/gatsby-theme": "^2.2.0",
15+
"@react95/gatsby-theme": "^2.2.1",
1616
"gatsby": "^5.8.1",
1717
"gh-pages": "^5.0.0",
1818
"react": "^18.2.0",

theme/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/React95/gatsby-theme/compare/@react95/[email protected]...@react95/[email protected]) (2024-01-12)
7+
8+
**Note:** Version bump only for package @react95/gatsby-theme
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/React95/gatsby-theme/compare/@react95/[email protected]...@react95/[email protected]) (2023-04-23)
715

816

theme/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react95/gatsby-theme",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A React95 theme for your Gatsby blog",
55
"keywords": [
66
"gatsby",
@@ -43,10 +43,10 @@
4343
"ts-loader": "^9.4.2"
4444
},
4545
"peerDependencies": {
46-
"gatsby": "^5.0.0",
47-
"styled-components": "^5.3.3",
4846
"@react95/core": "^7.0.1",
49-
"@react95/icons": "^2.1.0"
47+
"@react95/icons": "^2.1.0",
48+
"gatsby": "^5.0.0",
49+
"styled-components": "^5.3.3"
5050
},
5151
"publishConfig": {
5252
"access": "public"

0 commit comments

Comments
 (0)