Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
merge upstream and update to Meteor 2.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Loan Laux <[email protected]>
  • Loading branch information
loan-laux committed Aug 11, 2021
2 parents dff9a2d + aa2c91f commit 06c93e7
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 11,224 deletions.
16 changes: 8 additions & 8 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

[email protected] # Shared foundation for all Meteor packages
static-html # Define static page content in .html files
[email protected].2 # CSS minifier run for production mode
[email protected].0 # JS minifier run for production mode
[email protected].3 # CSS minifier run for production mode
[email protected].1 # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected].0 # Enable ECMAScript2015+ syntax in app code
[email protected].2 # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command
webapp@1.10.0 # Serves a Meteor app over HTTP
server-render@0.3.1 # Support for server-side rendering
webapp@1.11.1 # Serves a Meteor app over HTTP
server-render@0.4.0 # Support for server-side rendering
[email protected] # Meteor transparent reactive programming library
[email protected]

# Meteor Auth Packages
accounts-base@1.8.0
accounts-password@1.7.0
hot-module-replacement
accounts-base@2.0.0
accounts-password@2.0.0
hot-module-replacement@0.3.0
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@2.0
METEOR@2.3.4
79 changes: 39 additions & 40 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,76 +1,75 @@
accounts-base@1.8.0
accounts-password@1.7.0
accounts-base@2.0.1
accounts-password@2.0.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
blaze-tools@1.0.10
blaze-tools@1.1.2
[email protected]
[email protected]
caching-html-compiler@1.1.3
[email protected].0
caching-html-compiler@1.2.1
[email protected].1
[email protected]
[email protected]
ddp-client@2.4.0
ddp-client@2.5.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
dynamic-import@0.6.0
[email protected].0
dynamic-import@0.7.1
[email protected].2
[email protected]
[email protected].0
[email protected].0
[email protected].1
[email protected].1
[email protected]
email@2.0.0
email@2.1.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].0
minimongo@1.6.1
[email protected].4
[email protected].1
minimongo@1.7.0
[email protected]
[email protected]
[email protected]
[email protected]
mongo@1.10.1
mongo@1.12.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
promise@0.11.2
promise@0.12.0
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected].0
server-render@0.3.1
service-configuration@1.0.11
[email protected].1
server-render@0.4.0
service-configuration@1.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
webapp@1.10.0
[email protected].2
webapp@1.11.1
[email protected]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.3.1

reaction-identity v3.3.1 adds patch features or bug fixes and contains no breaking changes since v3.3.0.

## Chore

- chore(deps): Bump ini from 1.3.5 to 1.3.8 ([#44](https://github.com/reactioncommerce/reaction-identity/pull/44))

# v3.3.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
identity:
image: reactioncommerce/identity:3.3.0
image: reactioncommerce/identity:3.3.1
env_file:
- ./.env
networks:
Expand Down
Loading

0 comments on commit 06c93e7

Please sign in to comment.