Skip to content

Commit 66e53c2

Browse files
chore: change version back to 3.2.0 (#154)
1 parent 7bfd55a commit 66e53c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

@rocketseat/gatsby-theme-docs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocketseat/gatsby-theme-docs-core",
3-
"version": "4.0.0",
3+
"version": "3.2.0",
44
"main": "index.js",
55
"description": "Core theme for @rocketseat/gatsby-theme-docs with no additional theming or style opinions. Includes all of the data structures you need to get up and build a documentation website.",
66
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)",

@rocketseat/gatsby-theme-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocketseat/gatsby-theme-docs",
3-
"version": "4.0.0",
3+
"version": "3.2.0",
44
"main": "index.js",
55
"description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.",
66
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)",
@@ -31,7 +31,7 @@
3131
"@emotion/react": "^11.11.0",
3232
"@emotion/styled": "^11.11.0",
3333
"@mdx-js/react": "^2.3.0",
34-
"@rocketseat/gatsby-theme-docs-core": "^4.0.0",
34+
"@rocketseat/gatsby-theme-docs-core": "^3.2.0",
3535
"gatsby-plugin-catch-links": "^5.9.0",
3636
"gatsby-plugin-emotion": "^8.9.0",
3737
"gatsby-plugin-mdx": "^5.9.0",

examples/gatsby-theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"starter-name": "gatsby-starter-rocketdocs",
99
"dependencies": {
10-
"@rocketseat/gatsby-theme-docs": "^4.0.0",
10+
"@rocketseat/gatsby-theme-docs": "^3.2.0",
1111
"gatsby": "^5.9.0",
1212
"gatsby-plugin-canonical-urls": "^5.9.0",
1313
"gatsby-plugin-google-analytics": "^5.9.0",

0 commit comments

Comments
 (0)