Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfredrik committed Feb 15, 2024
1 parent 5bda65a commit 5b707a4
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.6.1](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0...v1.6.1) (2024-02-15)


### Features

* Add IDs to Modularity forms ([5bda65a](https://github.com/municipio-se/gatsby-packages/commit/5bda65a1c1e2ea86f6e29784d0058c089ee79251))



## [1.6.0](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0-next.0...v1.6.0) (2024-02-14)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"packages": [
"packages/*"
],
"version": "1.6.0"
"version": "1.6.1"
}
9 changes: 9 additions & 0 deletions packages/gatsby-theme-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.6.1](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0...v1.6.1) (2024-02-15)


### Features

* Add IDs to Modularity forms ([5bda65a](https://github.com/municipio-se/gatsby-packages/commit/5bda65a1c1e2ea86f6e29784d0058c089ee79251))



## [1.6.0](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0-next.0...v1.6.0) (2024-02-14)

**Note:** Version bump only for package @municipio/gatsby-theme-basic
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@municipio/gatsby-theme-basic",
"version": "1.6.0",
"version": "1.6.1",
"description": "Gatsby theme for Municipio",
"license": "AGPL",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-theme-intranet/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.

### [1.6.1](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0...v1.6.1) (2024-02-15)

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





## [1.6.0](https://github.com/municipio-se/gatsby-packages/compare/v1.6.0-next.0...v1.6.0) (2024-02-14)

**Note:** Version bump only for package @municipio/gatsby-theme-intranet
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-intranet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@municipio/gatsby-theme-intranet",
"version": "1.6.0",
"version": "1.6.1",
"description": "Gatsby theme for Municipio intranet",
"license": "AGPL",
"files": [
Expand All @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@municipio/gatsby-theme-basic": "^1.6.0",
"@municipio/gatsby-theme-basic": "^1.6.1",
"array-move": "^4.0.0",
"http-proxy-middleware": "^2.0.1",
"react-accessible-dropdown-menu-hook": "^3.1.0",
Expand Down

0 comments on commit 5b707a4

Please sign in to comment.